No ingest node in the cluster

I am using elasticsearch cluster of 6 node 3 master 2 data node 1 coordinate node.The data nodes and coordinate node throwing the exception of no ingest node in this cluster and i am using logstash for processing the data and I don't want to use ingest node in my cluster.Is this is a warning or error how to avoid that

Hi,

I guess this is the same problem as described here: Ingest node, what's the deal? It's required ?!

If this is the case, the solution would be to disable the ingest pipeline for the monitoring as described here:

xpack.monitoring.exporters.my_local:
  type: local
  use_ingest: false

Best regards
Wolfram

1 Like

Thanks @Wolfram_Haussig

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