Elasticsearch
Job options
[ AGGREGATION_PARALLELISM = <integer> ]
[ BULK_MAX_SIZE_BYTES = <integer> ]
[ COMMENT = '<comment>' ]
[ COMPUTE_CLUSTER = <cluster_identifier> ]
[ END_AT = { NOW | timestamp } ]
[ INDEX_PARTITION_SIZE = { DAILY | WEEKLY | MONTHLY | YEARLY } ]
[ ROUTING_FIELD_NAME = <column_identifier> ]
[ RUN_INTERVAL = <integer> { MINUTE[S] | HOUR[S] | DAY[S] } ]
[ RUN_PARALLELISM = <integer> ]
[ START_FROM = { NOW | BEGINNING | timestamp } ]
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