- State: discussing
- Start date: ?
- End date: ?
- Docs: ?
Operator should be able to execute an errand with specific set of arguments via CLI.
Example of commands that operator has to run for logsearch 1:
# If the transaction log of a shard gets corrupted after a crash it needs to be removed manually on all nodes.
$ rm -rf /var/vcap/store/elasticsearch/<CLUSTER_NAME>/nodes/<NODE_NUM>/indices/<INDEX_NAME>/<SHARD_NUM>/translog/
...
...
- erb templating, etc.