ElasticSearch not collect System metrics by metricBeat agent

Hi,
I used this document to run metricbeat agent.
kibana path: https://elastic.mydomain.com:5601
elastic path: http://elastic.mydomain.com:9200 (without TLS)

after set configurations in "/etc/metricbeat/metricbeat.yml" and run the command "metricbeat setup -e" I got the following error:
" Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to https://elastic.mydomain.com:5601/api/status fails: fail to execute the HTTP GET request: Get "https://elastic.mydomain.com:5601/api/status": x509: certificate signed by unknown authority. Response: . "
(despite https://elastic.mydomain.com:5601/api/status working in browser and return JSON response)

so then, according this document I used "ssl.verification_mode: none" in config file. issue fixed and after run command "metricbeat setup -e" again, I got the following message:

"Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Loaded dashboards"

but in elasticsearch i can't find out any data log or index and when I click "check data" in "Module status" section, got the error: "No data has been received from this module yet"

what's issue? what's the solution?

Did you try to explore/list indices available in Elasticsearch (port 9200)?

Thanks for your reply.
I found out these indexes:

All of them is empty and haven't any data.

Any response or solution?

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