"sql/ry_20220808.sql" did not exist on "eab1b450d52782737aad6b0d1bed3e6884ec3a2f"
Commit 24d7898e authored by macro's avatar macro
Browse files

Update logstash-springboot.conf

parent e0ac85a7
input {
tcp {
port => 4560
codec => json_lines
}
tcp {
mode => "server"
host => "0.0.0.0"
port => 4560
codec => json_lines
}
}
output{
elasticsearch { hosts => ["localhost:9200"] }
stdout { codec => rubydebug }
output {
elasticsearch {
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