ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 1 | http.host: "0.0.0.0" |
| 2 | ## Path where pipeline configurations reside |
| 3 | path.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 |
| 10 | config.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 |
| 16 | xpack.monitoring.enabled: false |