@@ -29,26 +29,33 @@ Usage:
2929 vulcanizer [command]
3030
3131Available Commands:
32- aliases Interact with aliases of the cluster.
33- allocation Set shard allocation on the cluster.
34- analyze Analyze text given an analyzer or a field and index.
35- drain Drain a server or see what servers are draining.
36- fill Fill servers with data, removing shard allocation exclusion rules.
37- health Display the health of the cluster.
38- help Help about any command
39- indices Display the indices of the cluster.
40- nodes Display the nodes of the cluster.
41- repository Interact with the configured snapshot repositories.
42- setting Interact with cluster settings.
43- settings Display all the settings of the cluster.
44- shards Get shard data by cluster node(s).
45- snapshot Interact with a specific snapshot.
32+ aliases Interact with aliases of the cluster.
33+ allocation Set shard allocation on the cluster.
34+ analyze Analyze text given an analyzer or a field and index.
35+ drain Drain a server or see what servers are draining.
36+ fill Fill servers with data, removing shard allocation exclusion rules.
37+ health Display the health of the cluster.
38+ heap Display the node heap stats.
39+ help Help about any command
40+ hotthreads Display the current hot threads by node in the cluster.
41+ indices Display the indices of the cluster.
42+ mappings Display the mappings of the specified index.
43+ nodeallocations Display the nodes of the cluster and their disk usage/allocation.
44+ nodes Display the nodes of the cluster.
45+ repository Interact with the configured snapshot repositories.
46+ setting Interact with cluster settings.
47+ settings Display all the settings of the cluster.
48+ shards Get shard data by cluster node(s).
49+ snapshot Interact with a specific snapshot.
4650
4751Flags:
52+ --cacert string Path to the certificate to check the cluster certificates against
53+ --cert string Path to the certificate to use for client certificate authentication
4854 -c, --cluster string Cluster to connect to defined in config file
4955 -f, --configFile string Configuration file to read in (default to "~/.vulcanizer.yaml")
5056 -h, --help help for vulcanizer
5157 --host string Host to connect to (default "localhost")
58+ --key string Path to the key to use for client certificate authentication
5259 --password string Password to use during authentication
5360 --path string Path to prepend to queries, in case Elasticsearch is behind a reverse proxy
5461 -p, --port int Port to connect to (default 9200)