IngestPartition is a datatype for a cluster ingest partition. It assigns cluster nodes with the responsibility of ingesting data.

This datatype is used by the datatype, Cluster, which is used by the cluster() query field and by the datatype, UnregisterNodeMutation, which is used by the clusterUnregisterNode() mutation field.

Table: IngestPartition

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 25, 2024
idintegeryes Long-TermA cluster ingest partition. It assigns cluster nodes with the responsibility of ingesting data.
nodeIds[integer]yes Long-TermThe identifiers of the node responsible for executing real-time queries for the partition and writing events to time series. The list is ordered so that the first node is the primary node and the rest are followers, ready to take over if the primary fails.