| 
									
										
										
										
											2022-05-02 00:18:15 -07:00
										 |  |  | source:
 | 
					
						
							|  |  |  |   type: "elasticsearch"
 | 
					
						
							|  |  |  |   config:
 | 
					
						
							|  |  |  |     # Coordinates
 | 
					
						
							|  |  |  |     host: 'localhost:9200'
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     # Credentials
 | 
					
						
							|  |  |  |     username: user # optional
 | 
					
						
							|  |  |  |     password: pass # optional
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-06 19:22:33 +01:00
										 |  |  |     # SSL support
 | 
					
						
							|  |  |  |     use_ssl: False
 | 
					
						
							|  |  |  |     verify_certs: False
 | 
					
						
							|  |  |  |     ca_certs: "./path/ca.cert"
 | 
					
						
							|  |  |  |     client_cert: "./path/client.cert"
 | 
					
						
							|  |  |  |     client_key: "./path/client.key"
 | 
					
						
							|  |  |  |     ssl_assert_hostname: False
 | 
					
						
							|  |  |  |     ssl_assert_fingerprint: "./path/cert.fingerprint"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-02 00:18:15 -07:00
										 |  |  |     # Options
 | 
					
						
							|  |  |  |     url_prefix: "" # optional url_prefix
 | 
					
						
							|  |  |  |     env: "PROD"
 | 
					
						
							|  |  |  |     index_pattern:
 | 
					
						
							|  |  |  |       allow: [".*some_index_name_pattern*"]
 | 
					
						
							|  |  |  |       deny: [".*skip_index_name_pattern*"]
 | 
					
						
							| 
									
										
										
										
											2022-08-04 11:58:07 +08:00
										 |  |  |     ingest_index_templates: False
 | 
					
						
							|  |  |  |     index_template_pattern:
 | 
					
						
							|  |  |  |       allow: [".*some_index_template_name_pattern*"]
 | 
					
						
							| 
									
										
										
										
											2022-05-02 00:18:15 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | sink:
 | 
					
						
							|  |  |  | # sink configs
 |