Filebeat modules + Elastic Cloud

I'm following the official documentation to try out Filebeat modules, together with Elastic Cloud, but I'm getting this error when generating some log files.

filebeat | 2019-09-03T16:18:31.368Z ERROR elasticsearch/client.go:343 Failed to perform any bulk index operations: 500 Internal Server Error: {"error":{"root_cause":[{"type":"illegal_state_exception","reason":"There are no ingest nodes in this cluster, unable to forward request to an ingest node."}],"type":"illegal_state_exception","reason":"There are no ingest nodes in this cluster, unable to forward request to an ingest node."},"status":500}

That I'm missing?

Can you file a ticket at https://cloud.elastic.co/help? That is a weird error, I think having the cluster id and other details would help. I can post a resolution back here when it's fixed for future googling generations!

Did you tried removing the cloud.id and cloud.auth configuration?
I got strange problems using cloud.id configuration and im using only
output.elasticsearch:
and point directly to the server.

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