I can't seem to find any hint in my logs that Filebeats is even trying to send the logs. This is version 6.2.3.
#=========================== Filebeat prospectors =============================
filebeat.prospectors:
# Each - is a prospector. Most options can be set at the prospector level, so
# you can use different prospectors for various configurations.
# Below are the prospector specific configurations.
- type: log
# Change to true to enable this prospector configuration.
enabled: false
# Paths that should be crawled and fetched. Glob based paths.
paths:
- /var/log/suricata/eve.json
- /var/log/*.log
#- c:\programdata\elasticsearch\logs\*
My logstash does seem to accept data from 1.2.3 but I upgraded to 6.2.3 and can't send anymore.
Please give me the solution for forwarding the log to logstash from filebeat, were the filebeat and logstash are in different VM
am getting the error of :
2018-04-10T11:39:05.750Z ERROR pipeline/output.go:74 Failed to connect: dial tcp 192.168.2.5:5044: getsockopt: connection refused
I just want to use the only filebeat and logstash.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.