Commit 24d7898e authored by macro's avatar macro
Browse files

Update logstash-springboot.conf

parent e0ac85a7
input { input {
tcp { tcp {
port => 4560 mode => "server"
codec => json_lines host => "0.0.0.0"
} port => 4560
codec => json_lines
}
} }
output{ output {
elasticsearch { hosts => ["localhost:9200"] } elasticsearch {
stdout { codec => rubydebug } hosts => "es:9200"
index => "springboot-logstash-%{+YYYY.MM.dd}"
}
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment