argos/ELK.Docker/shared/config-elk/logstash/pipeline/open_dmp_send_to_elastic.conf

13 lines
189 B
Plaintext

input {
pipeline { address => open_dmp_send_to_elastic }
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
index => "opendmp.logs"
user => elastic
password => ""
}
}