Basic Filebeat config
This commit is contained in:
		
							
								
								
									
										22
									
								
								Filebeat/filebeat.docker.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Filebeat/filebeat.docker.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| filebeat.config: | ||||
|   modules: | ||||
|     path: ${path.config}/modules.d/*.yml | ||||
|     reload.enabled: false | ||||
|  | ||||
| filebeat.autodiscover: | ||||
|   providers: | ||||
|     - type: docker | ||||
|       hints.enabled: true | ||||
|  | ||||
| processors: | ||||
| - add_cloud_metadata: ~ | ||||
|  | ||||
| output.elasticsearch: | ||||
|   hosts: '${ELASTICSEARCH_HOSTS:elc-0.zipper.release11.com:9200}' | ||||
|   index: 'xmltools-dev-%{+yyyy.MM}' | ||||
|  | ||||
|  | ||||
| setup.template: | ||||
|   name: 'xmltools-dev' | ||||
|   pattern: 'xmltools-*' | ||||
|   enabled: false | ||||
		Reference in New Issue
	
	Block a user