elasticsearch-inout-plugin icon indicating copy to clipboard operation
elasticsearch-inout-plugin copied to clipboard

An Elasticsearch plugin which provides the ability to export data by query on server side.

Results 21 elasticsearch-inout-plugin issues
Sort by recently updated
recently updated
newest added

Hello, i made a successful first backup with this call : curl http://localhost:9200/_export -d '{ "fields":["_id", "_source", "_version", "_index", "_type"],"output_cmd": ["/home/elasticsearch/inout-output-cmd.sh", "test", "${cluster}-${index}-${shard}"] }' /home/elasticsearch/inout-output-cmd.sh # !/bin/bash cat - |...