Added selection of index from env var
This commit is contained in:
		| @@ -12,4 +12,10 @@ processors: | ||||
| - add_cloud_metadata: ~ | ||||
|  | ||||
| output.elasticsearch: | ||||
|   hosts: '${ELASTICSEARCH_HOSTS:elc-0.zipper.release11.com:9200}' | ||||
|   hosts: '${ELASTICSEARCH_HOSTS:elc-0.zipper.release11.com:9200}' | ||||
|   index: 'xmltools-${ENV_TYPE:dev}-%{+YYYY.MM}' | ||||
|  | ||||
|  | ||||
| setup.template: | ||||
|   name: "xmltools" | ||||
|   pattern: "xmltools-*" | ||||
		Reference in New Issue
	
	Block a user