Setting up Metricbeats

Metricbeats file
output.elasticsearch:
hosts: ["https://host:9200"]
username: "monitor"
password: ""
ssl.certificate_authorities: ["/path"]

I am getting this error any ideas /
alhost:9200/_nodes/_local/stats: EOF
2020-02-21T10:02:16.608-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF
2020-02-21T10:02:16.609-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF
2020-02-21T10:02:23.616-0500 ERROR [elasticsearch] elastic/elastic.go:107 error making http request: Get http://localhost:9200/_nodes/_local/stats: EOF
2020-02-21T10:02:23.616-0500 ERROR [elasticsearch] elastic/elastic.go:107 error making http request: Get http://localhost:9200/_nodes/_local: EOF
2020-02-21T10:02:26.609-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF
2020-02-21T10:02:26.609-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF
2020-02-21T10:02:28.601-0500 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(https://spf-elkm-prd1:9200)): Get https://spf-elkm-prd1:9200: x509: certificate signed by unknown authority
2020-02-21T10:02:28.601-0500 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(https://spf-elkm-prd1:9200)) with 7 reconnect attempt(s)
2020-02-21T10:02:28.601-0500 INFO [publish] pipeline/retry.go:189 retryer: send unwait-signal to consumer
2020-02-21T10:02:28.601-0500 INFO [publish] pipeline/retry.go:191 done
2020-02-21T10:02:28.602-0500 INFO [publish] pipeline/retry.go:166 retryer: send wait signal to consumer
2020-02-21T10:02:28.602-0500 INFO [publish] pipeline/retry.go:168 done
2020-02-21T10:02:33.616-0500 ERROR [elasticsearch] elastic/elastic.go:107 error making http request: Get http://localhost:9200/_nodes/_local: EOF
2020-02-21T10:02:33.616-0500 ERROR [elasticsearch] elastic/elastic.go:107 error making http request: Get http://localhost:9200/_nodes/_local/stats: EOF
2020-02-21T10:02:36.608-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF
2020-02-21T10:02:36.608-0500 ERROR [elasticsearch] elastic/elastic.go:107 error determining if connected Elasticsearch node is master: error making http request: Get http://localhost:9200/_nodes/_local/nodes: EOF

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.