My filebeat registry file has no data i.e "empty/[]"

Hi Team,

I want to process the log file using filebeat and dump into the elasticsearch.

filebeat.yml entries :

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:

    • C:\logstash-6.2.2\logstash-6.2.2\bin\logstash_hsbc_ibmwebsphere.log

output.elasticsearch:

Array of hosts to connect to.

hosts: ["localhost:9200"]

Kindly let me know if you need anything else

Thank you in advance

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Please update your post.

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