Sha256: 735154c398eee5b149c6a496ddb4efd72ba5bb21f45b7cb91fc9ee851d444050
Contents?: true
Size: 380 Bytes
Versions: 6
Compression:
Stored size: 380 Bytes
Contents
#!/bin/sh HOST=$1 echo setting up fluentlog_index at $HOST curl -X PUT http://${HOST}/yz/index/fluentlog_index echo "setting fluentlog_index to fluentlog bucket" curl -X PUT http://${HOST}/buckets/fluentlog/props -H 'Content-type:application/json' -d '{"props":{"yz_index":"fluentlog_index"}}' curl http://${HOST}/yz/index?index=true curl http://${HOST}/buckets/fluentlog/props
Version data entries
6 entries across 6 versions & 4 rubygems