Hey, guys, I am having an issue with my Filebeat yml config and was curious if any of you could spot anything obvious that I missing?
Logstash conf
# Heralding
if [type] == "Heralding" {
csv {
columns => ["timestamp","auth_id","session_id","src_ip","src_port","dest_ip","dest_port","proto","username","password"] separator => ","
}
date {
match => [ "timestamp", "yyyy-MM-dd HH:mm:ss.SSSSSS" ]
remove_field => ["timestamp"]
}
}
Filebeats yml
# Heralding
-
paths:
- /data/heralding/log/auth.csv"
input_type: log
document_type: Heralding
fields:
fields_under_root: true
output.logstash:
hosts:
- 'my ip and this is the correct port for me:6990'
logging.level: debug
logging.selectors:
- publish