Error running sudo filebeat setup command

I'm configuring Elasticsearch, Kibana and Filebeat from scratch.

I have already configured the Elasticsearch.yam, kibana.yam files and I am finishing the filebeat installation, but when executing the command below, the following error message appears:

sudo filebeat setup

"Overwriting ILM policy is disabled. Set setup.ilm.overwrite: true for enabling.

Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: invalid character 'K' looking for beginning of value. Response: Kibana server is not ready yet."

Solution:

The solution adopted was to use the method is to store the values in Kibana’s keystore , which is an obfuscated file that Kibana can use to store secrets.

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