Apache Druid · Example Payload

Apache Druid Ingestion Task Example

AnalyticsApacheDatabaseKafkaOLAPOpen SourceReal-TimeSQLTime Series

Apache Druid Ingestion Task Example is an example object payload from Apache Druid, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypedataSourcegroupIdstatuscreatedTimequeueInsertionTimelocationduration

Example Payload

Raw ↑
{
  "id": "index_kafka_wikipedia_abc123_0",
  "type": "index_parallel",
  "dataSource": "wikipedia",
  "groupId": "index_parallel_wikipedia_abc123",
  "status": "RUNNING",
  "createdTime": "2025-03-15T14:30:00Z",
  "queueInsertionTime": "2025-03-15T14:30:05Z",
  "location": {
    "host": "druid-worker-01",
    "port": 8100
  },
  "duration": -1
}