I am running windows 10 as my main OS and Ubuntu in Vm ware.. I have installed ELK on ubuntu and now I want to move Sysmon/winlogbeat logs to logstash but I am getting the error ..
every thing is running .. E,L,K
I am running windows 10 as my main OS and Ubuntu in Vm ware.. I have installed ELK on ubuntu and now I want to move Sysmon/winlogbeat logs to logstash but I am getting the error ..
every thing is running .. E,L,K
It looks like a networking problem between your VM guest and the Windows host.
Make sure that:
0.0.0.0
) and not to localhost
/ 127.0.0.1
.everything in Logstash.yml is commented out which means every setting is default. now what's default listening setting for logstash ?
and as far as the traffic from outside issue is concerned I think it's allowed coz I can ping it from outside.
Check your ubuntu with these CLIs:
netstat -lntp
iptables -L
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.