Kibana not showing other than .log files like .out , .txt , etc

My Pipeline is like
FB--> Logstash --> EL --> Kibana

I am able to find all .log files in Kibana but not able to search any files who dont have extension .log

Filebeat.yml input configurations are :
filebeat.inputs:

Each - is an input. Most options can be set at the input level, so

you can use different inputs for various configurations.

Below are the input specific configurations.

  • type: log

    Change to true to enable this input configuration.

    enabled: true

    Paths that should be crawled and fetched. Glob based paths.

    paths:

    • /app/Oracle/Middleware/***/logs/ManagedSvr1.log
    • /app/Oracle/Middleware/***/logs/ManagedSvr2.log
    • /etc/httpd/logs/ssl_access_log-20190331 ====> not able to check these logs
    • /etc/httpd/logs/ssl_request_log-20190331 ====> not able to check these logs
    • /app/Oracle/***/ManagedSvr1.out ====> not able to check these logs
      #- c:\programdata\elasticsearch\logs*
      ==================================================
      Anyone can suggest here pls ?

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