Hi All. first time with this ELK system, running WS2016, i have installed Kibana, logstash and winlogbeat, all version 7.3 all of the services are up and working.
_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_task_manager CCedQtRoQ4mHI5MqR2ifeg 1 0 2 0 45.6kb 45.6kb
green open .kibana_1 UkqPQYgXT2-t_8STZfhu8g 1 0 4 1 24.6kb 24.6kb
I guess because i can't see my winlogbeat - this is why it is not passing any data, any help will be much appreciated.
thanks
I haved looked at the winlogbeat log and i am getting this error.
Failed to connect to backoff(async(tcp://10.101.10.10:5044)): dial tcp 10.101.10.10:5044: connectex: No connection could be made because the target machine actively refused it.
2019-08-10T14:19:26.785+0100 INFO pipeline/output.go:93 Attempting to reconnect to backoff(async(tcp://10.200.198.67:5044)) with 46 reconnect attempt(s)
it looks like port 5044 is not open, netstat -a
Any ideas ?