Minor improvement over logstash pipeline
This commit is contained in:
parent
063491ef21
commit
9c9919fd85
|
@ -2,18 +2,11 @@ input {
|
||||||
pipeline { address => open_dmp_send_to_elastic }
|
pipeline { address => open_dmp_send_to_elastic }
|
||||||
}
|
}
|
||||||
|
|
||||||
filter {
|
|
||||||
}
|
|
||||||
|
|
||||||
output {
|
output {
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "elasticsearch:9200"
|
hosts => "elasticsearch:9200"
|
||||||
|
index => "opendmp.logs"
|
||||||
user => elastic
|
user => elastic
|
||||||
password =>
|
password => ""
|
||||||
index =>"opendmp.logs"
|
}
|
||||||
#manage_template => true
|
|
||||||
#template => "/usr/share/logstash/templates/audit/openDMP.json"
|
|
||||||
#template_name => "cite.elas.openDMP-audit*"
|
|
||||||
#template_overwrite => true
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue