Hello,
I am using Filebeat 5.6 and sending several log files to logstash.
For each log files, I want to add fields but it does not work : those fields does not appear in Kibana.
I have others fields at the the end of filebeat conf file, those fields appear in Kibana.
filebeat.prospectors:
-
input_type: log
paths: ["/app/ple/e99/tomcat1/logs/localhost_access_log.*"]
tags: ["tomcat1"]
fields:
fmt: GBM_MVT_TOMCAT_ACCESSfields:
meta_app: mvt
meta_env: pp
meta_ins: app1
meta_ml: no
meta_hot: y
Could you help me on this please ?
Thanks a lot
Best regards,
Antoine