Elasticsearch
Job options
Jump to
Elasticsearch job options:
General job options:
AGGREGATION_PARALLELISM
— editable
AGGREGATION_PARALLELISM
— editableType: integer
Default: 1
(Optional) Only supported when the query contains aggregations. This is formally known as output sharding.
BULK_MAX_SIZE_BYTES
— editable
BULK_MAX_SIZE_BYTES
— editableType: integer
Default: 9
(Optional) The max size of each bulk insert into the index. This option defaults to 9MB.
INDEX_PARTITION_SIZE
— editable
INDEX_PARTITION_SIZE
— editableValues: { HOURLY | DAILY | MONTHLY | YEARLY }
Default: DAILY
(Optional) The size of each partition of the index. The default value is DAILY
.
ROUTING_FIELD_NAME
ROUTING_FIELD_NAME
Type: Column Identifier
(Optional) A field name that will be used for setting the routing field in Elasticsearch (_routing
).
Last updated