About 74 results
Open links in new tab
  1. Difference between using Filebeat and Logstash to push log file to ...

    Oct 28, 2019 · 1 You can now use filebeat to send logs to elasticsearch directly or logstash (without a logstash agent, but still need a logstash server of course). Main advantage is that …

  2. elasticsearch - How to dissect a log file with Filebeat that has ...

    Apr 1, 2022 · How to dissect a log file with Filebeat that has multiple patterns? Asked 3 years, 9 months ago Modified 1 year, 11 months ago Viewed 5k times

  3. Elasticsearch filebeat failed to start - Stack Overflow

    Jun 9, 2023 · I have installed filebeat 7.10 on an ubuntu instance. Somehow part of the logs were sent to my cluster, but now when I check the systemctl status it always says failed, regardless …

  4. elasticsearch - filebeat not starting in linux and no logs are printed ...

    Apr 29, 2020 · This is a fresh installation of filebeat. I copied the configuration file filebeat.yml from an existing server. filebeat version : 6.8.5 When the service is started with sudo systemctl start …

  5. elasticsearch - Filebeat : data path already locked by another beat ...

    Jan 4, 2021 · 9 I had the same problem. It means that your data path (/var/lib/filebeats) are locked by another filebeat instance. So execute sudo systemctl stop filebeat (in my case) to ensure …

  6. Sending json format log to kibana using filebeat, logstash and ...

    In the Filebeat config, I added a "json" tag to the event so that the json filter can be conditionally applied to the data. Filebeat 5.0 is able to parse the JSON without the use of Logstash, but it is …

  7. Filebeats sends duplicated logs to Elasticsearch - Stack Overflow

    Feb 7, 2023 · The problem is that Filebeats is sending duplicated logs to Elasticsearch, when I restart Filebeats, he sends the whole log again. I have been mounting /var/share/filebeat/data …

  8. elasticsearch - Running Filebeat in windows - Stack Overflow

    Running Filebeat in windows Asked 8 years, 11 months ago Modified 6 years, 1 month ago Viewed 52k times

  9. How to read json file using filebeat and send it to elasticsearch via ...

    2019-06-18T11:30:03.448+0530 INFO registrar/registrar.go:141 States Loaded from registrar: 10 2019-06-18T11:30:03.448+0530 WARN beater/filebeat.go:367 Filebeat is unable to load the …

  10. logging - Filebeat not harvesting logs - Stack Overflow

    Jul 11, 2020 · I am trying to setup filebeat and logstash on my server1 and send data to elasticsearch located on server2 and visualize it using kibana. Following are filebeat logs and …