{"type":"log","@timestamp":"2019-08-21T11:37:04Z","tags":["debug","stats-collection"],"pid":6349,"message":"not sending [kibana_settings] monitoring document because [undefined] is null or invalid."}
{"type":"log","@timestamp":"2019-08-21T11:37:04Z","tags":["debug","monitoring","kibana-monitoring"],"pid":6349,"message":"Uploading bulk stats payload to the local cluster"}
{"type":"log","@timestamp":"2019-08-21T11:37:04Z","tags":["debug","monitoring","kibana-monitoring"],"pid":6349,"message":"Uploaded bulk stats payload to the local cluster"}
Using latest ELK releases for all modules.
kibana.yml
https://pastebin.com/uNEMeZU5
elasticsearch.yml
https://pastebin.com/M6u5Yy0S
logstash.yml
https://pastebin.com/2bMzPjjr
so I have looked for this error specifically on the web and no one really mentions how exactly they fixed it ... not an ELK specialist by any means but I have set it up and used it in the past ...
netstat -nltup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3205/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3647/master
tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN 6349/node
tcp6 0 0 :::9100 :::* LISTEN 3196/node_exporter
tcp6 0 0 127.0.0.1:9200 :::* LISTEN 7726/java
tcp6 0 0 ::1:9200 :::* LISTEN 7726/java
tcp6 0 0 :::6000 :::* LISTEN 3200/calert
tcp6 0 0 127.0.0.1:9300 :::* LISTEN 7726/java
tcp6 0 0 ::1:9300 :::* LISTEN 7726/java
tcp6 0 0 :::22 :::* LISTEN 3205/sshd
tcp6 0 0 :::3000 :::* LISTEN 3192/grafana-server
tcp6 0 0 ::1:25 :::* LISTEN 3647/master
tcp6 0 0 :::9090 :::* LISTEN 3193/prometheus
can see the services are listening but unable to access the frontend and the error is quite obscure. Currently there have been no customization to the configs.