Filebeat not sending log fields

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_ACCESS

    fields:
    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

Could you please format your configuration using </>? It is possible you have a whitespace error in the config. Please also share your debug logs (./filebeat -e -d "*").

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.