mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-02-21 22:51:36 +00:00
Initial commit
This commit is contained in:
9
logstash/config/logstash.yml
Normal file
9
logstash/config/logstash.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
http.host: "0.0.0.0"
|
||||
|
||||
## X-Pack security credentials
|
||||
xpack.monitoring.elasticsearch.hosts: ${ELASTICSEARCH_HOST_PORT}
|
||||
xpack.monitoring.enabled: true
|
||||
xpack.monitoring.elasticsearch.username: ${ELASTIC_USERNAME}
|
||||
xpack.monitoring.elasticsearch.password: ${ELASTIC_PASSWORD}
|
||||
xpack.monitoring.elasticsearch.ssl.certificate_authority: /certs/ca.crt
|
||||
11
logstash/config/pipelines.yml
Normal file
11
logstash/config/pipelines.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# For per pipeline config, check docs: https://www.elastic.co/guide/en/logstash/current/logstash-settings-file.html
|
||||
|
||||
- pipeline.id: main
|
||||
path.config: "/usr/share/logstash/pipeline/main.conf"
|
||||
queue.type: memory
|
||||
|
||||
#- pipeline.id: second_pipeline
|
||||
# path.config: "/usr/share/logstash/pipeline/second.conf"
|
||||
# queue.type: persisted
|
||||
# pipeline.batch.size: 125
|
||||
# queue.page_capacity: 50mb
|
||||
Reference in New Issue
Block a user