Answer the question
In order to leave comments, you need to log in
Why does Logstash write its logstash-plain.log to ES?
Hello!
Why does Logstash write its logstash-plain.log to ES even though it's not listed anywhere? Here is the input section:
input {
beats {
port => 5044
}
}
filebeat.inputs:
- type: log
enabled: true
paths:
- /home/ ... /storage/logs/laravel*.log
output {
elasticsearch {
hosts => ["localhost:9200"]
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
}
}
Answer the question
In order to leave comments, you need to log in
Why does Logstash write its logstash-plain.log to ES?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question