remove logstash debug
parent
fc4dc65b0f
commit
742a6c26f7
|
@ -23,7 +23,7 @@ data:
|
||||||
}
|
}
|
||||||
|
|
||||||
output {
|
output {
|
||||||
stdout { codec => rubydebug }
|
# stdout { codec => rubydebug }
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => ["http://elastic:9200"]
|
hosts => ["http://elastic:9200"]
|
||||||
index => "%{[env]}-logback-beaconfire-%{+YYYY.MM.dd}"
|
index => "%{[env]}-logback-beaconfire-%{+YYYY.MM.dd}"
|
||||||
|
|
Loading…
Reference in New Issue