Minor improvement over logstash pipeline

update-configs^2
George Kalampokis 2 years ago
parent c0aac45f39
commit 1c275c4d2b

@ -2,18 +2,11 @@ input {
pipeline { address => open_dmp_send_to_elastic }
}
filter {
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
index => "opendmp.logs"
user => elastic
password =>
index =>"opendmp.logs"
#manage_template => true
#template => "/usr/share/logstash/templates/audit/openDMP.json"
#template_name => "cite.elas.openDMP-audit*"
#template_overwrite => true
}
}
password => ""
}
}

Loading…
Cancel
Save