blob: 3ddf63f9cc748f26d69a2d3410692ba354c20f21 [file] [log] [blame]
ac25508ac97172018-04-18 14:23:17 +02001http.host: "0.0.0.0"
2## Path where pipeline configurations reside
3path.config: /usr/share/logstash/pipeline
4
5## Type of queue : memeory based or file based
6#queue.type: persisted
7## Size of queue
8#queue.max_bytes: 1024mb
9## Setting true makes logstash check periodically for change in pipeline configurations
10config.reload.automatic: true
11
12## xpack configurations
13#xpack.monitoring.elasticsearch.url: ["http://10.247.186.12:9200", "http://10.247.186.13:9200"]
14#xpack.monitoring.elasticsearch.username: elastic
15#xpack.monitoring.elasticsearch.password: changeme
16xpack.monitoring.enabled: false