IngestPartition
is a
datatype for a cluster ingest partition. It assigns cluster nodes
with the responsibility of ingesting data.
Table: IngestPartition
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
id | integer | yes | Long-Term | A cluster ingest partition. It assigns cluster nodes with the responsibility of ingesting data. | |
nodeIds | [integer] | yes | Long-Term | The 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. |