What Does the Value i for node.roles Mean for Nodes in an Elasticsearch Cluster of CSS?

Function

If the value of node.roles of a client node is i, then is this client node an ingest node?
  • Are there coordinating only nodes in clusters? Are the client requests distributed to coordinating nodes?
  • Are ingest nodes in idle state when there are no ingest requests?

Solution

If the value of node.roles of a client node is i, the ingest node mode is enabled.