I'm having trouble viewing the logs that are being sent to my logstash server. I'm using filebeat to ship HTTP Logs and IIS logs. Additionally, i'm using winlogbeat to ship my event logs. I receive the following message(s) when i start filebeat & Winlogbeat, i'm assuming this means the logs were sent to the log stash server successfully. They don't appear anywhere in Kibana. Please let me if you need any additional config files to help me out.
#Filebeat
C:\Program Files\filebeat>filebeat.exe -c filebeat.yml -e -v
2016/08/03 20:07:49.210982 geolite.go:24: INFO GeoIP disabled: No paths were set
under output.geoip.paths
2016/08/03 20:07:49.211982 logstash.go:106: INFO Max Retries set to: 3
2016/08/03 20:07:50.234085 transport.go:125: ERR SSL client failed to connect wi
th: dial tcp 10.100.20.222:5044: connectex: No connection could be made because
the target machine actively refused it.
2016/08/03 20:07:50.235085 outputs.go:126: INFO Activated logstash as output plu
gin.
2016/08/03 20:07:50.245086 log.go:113: INFO Harvester started for file: C:\Progr
am Files\HTTPLog\httperr133.log
2016/08/03 20:07:50.245086 log.go:113: INFO Harvester started for file: C:\Progr
am Files\HTTPLog\httperr133 - Copy.log
2016/08/03 20:07:50.242085 spooler.go:77: INFO Starting spooler: spool_size: 100
00; idle_timeout: 10s
2016/08/03 20:07:50.244086 prospector.go:143: INFO Starting prospector of type:
log
2016/08/03 20:07:50.246086 crawler.go:78: INFO All prospectors initialised with
5 states to persist
2016/08/03 20:07:50.246086 registrar.go:87: INFO Starting Registrar
2016/08/03 20:07:50.246086 publish.go:88: INFO Start sending events to output
2016/08/03 20:07:50.247086 log.go:113: INFO Harvester started for file: C:\Progr
am Files\IISlogs\u_ex160803.log
2016/08/03 20:07:50.245086 log.go:113: INFO Harvester started for file: C:\Progr
am Files\HTTPLog\httperr133 - Copy (2).log
2016/08/03 20:08:20.250086 log.go:113: INFO Harvester started for file: C:\Progr
am Files\HTTPLog\httperr133 - Copy (4).log
2016/08/03 20:08:20.251086 registrar.go:162: INFO Registry file updated. 6 state
s written.
2016/08/03 20:08:39.208982 publish.go:104: INFO Events sent: 6632
2016/08/03 20:08:39.217982 registrar.go:162: INFO Registry file updated. 6 state
s written.
#Winlogbeat
C:\Program Files\Winlogbeat>winlogbeat.exe -c winlogbeat.yml -e -v
2016/08/03 20:28:43.360360 geolite.go:24: INFO GeoIP disabled: No paths were set
under output.geoip.paths
2016/08/03 20:28:43.361360 logstash.go:106: INFO Max Retries set to: 3
2016/08/03 20:28:43.576360 outputs.go:126: INFO Activated logstash as output plu
gin.
2016/08/03 20:28:43.576360 publish.go:288: INFO Publisher name: My-Server
2016/08/03 20:28:43.579360 async.go:78: INFO Flush Interval set to: 1s
2016/08/03 20:28:43.579360 async.go:84: INFO Max Bulk Size set to: 2048
2016/08/03 20:28:43.580360 beat.go:147: INFO Init Beat: winlogbeat; Version: 1.2
.3
2016/08/03 20:28:43.580360 winlogbeat.go:87: INFO State will be read from and pe
rsisted to C:\ProgramData\winlogbeat.winlogbeat.yml
2016/08/03 20:28:43.612360 beat.go:173: INFO winlogbeat sucessfully setup. Start
running.
2016/08/03 20:28:43.632360 winlogbeat.go:200: WARN EventLog[Security] Open() err
or. No events will be read from this source. Access is denied.
2016/08/03 20:28:45.084360 winlogbeat.go:260: INFO EventLog[System] Successfully
published 50 events
2016/08/03 20:28:45.501360 winlogbeat.go:260: INFO EventLog[Application] Success
fully published 50 events
2016/08/03 20:28:45.907360 winlogbeat.go:260: INFO EventLog[System] Successfully
published 50 events
Thank you in advance!