We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can send data from JSON files using HTTP methods, such as GET, POST or PUT. The path must be given in the -p path argument.
-p path
{ "source": { "remote": { "host": "http://my-remote-host.com:9200" }, "index": "clients-2019.*" }, "dest": { "index": "clients-2019" } }
Post requests are sent with --post flag.
--post
The example below will merge monthly indices into a yearly one by using the JSON file above.
logarithm elastic.co -i clients-2019 --post reindex.json -p _reindex