Currently trying to set up Filebeats to try and connect to Logstash to send logs from cisco network syslogs and tacacs logs to a logstash server to be sent to elastic and then displayed on kibana.
However, I have not been able to see any logs and not too sure on how to troubleshoot it on Windows as most of the guide are for Linux. Running the entire stack on 8.8.2.
I would check if there is a firewall between your production cluster (filebeat) and observing cluster (logstash/elasticsearch), if you are running them separately. I had once the same problem.
Other than that, please check logstash and elasticsearch are running properly.
Or you can put this code in your logstash output section to display the logs on screen:
stdout { codec => rubydebug }
I would double check if it is https or http. If https, I would use certificates.
First please do not post screen shots of text, they can not be read / seen by all, they can not be search, copied , debugged, tested etc....
2nd Please show your entire filebeat.yml you left out the output section which is a very important section .. please share the complete filebeat.yml in formatted text (like the logstash) conf you showed.
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.