Filebeat without Kibana

How can I run filebeat without a kibana config?

When I delete the kibana parameter from the config, I get

2018-10-09T13:45:44.644+0200	ERROR	instance/beat.go:743	Exiting: Error importing Kibana dashboards: fail to create the Kibana loader: Error creating Kibana client: Error creating Kibana client: fail to get the Kibana version: HTTP GET request to /api/status fails: fail to execute the HTTP GET request: Get http://localhost:5601/api/status: dial tcp [::1]:5601: connect: connection refused. Response: .
Exiting: Error importing Kibana dashboards: fail to create the Kibana loader: Error creating Kibana client: Error creating Kibana client: fail to get the Kibana version: HTTP GET request to /api/status fails: fail to execute the HTTP GET request: Get http://localhost:5601/api/status: dial tcp [::1]:5601: connect: connection refused. Response: .

You can disable kibana dashboard input by disabling setup.dashboards.enabled.

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