espipe 0.4.0

A minimalist command-line utility to pipe documents from a file or I/O stream into an Elasticsearch cluster.
1
2
3
4
{"index":{"_index":"logs-test","_id":"1"}}
{"message":"hello","level":"info"}
{"index":{"_index":"logs-test","_id":"2"}}
{"message":"world","level":"warn"}