You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-config.yml.sample
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ instances:
4
4
- name: elasticsearch
5
5
command: <"all" or "inventory">
6
6
arguments:
7
+
cluster_environment: <A way to further specify which cluster we are gathering data for, example: 'staging'>
7
8
config_path: <absolute path to the ElasticSearch configuration .yml file. (default "/etc/elasticsearch/elasticsearch.yml")>
8
9
hostname: <hostname or IP where Elasticsearch Node is running. (default "localhost")>
9
10
local_hostname: <(Optional) Hostname or IP of the Elasticsearch node from which to collect inventory data. (default "localhost"). Should only be set if you do not wish to collect inventory data against localhost>
0 commit comments