...
{
"name": "Elastic Hydrator",
"type": "elasticelasticsearch-hydrator",
"index": "index1",
"partialUpdate": false,
"credentialId": "c1f9f0b2-b999-44ea-acd6-0020be2fb007",
"idFieldPath": "/idFieldPath",
"servers": [
{
"host": "elastic",
"port": 9200
}
],
"connection": {
"connectTimeout": "10s",
"readTimeout": "10s",
"pool": {
"size": 1,
"keepAlive": "10s"
}
},
"bulk": {
"actions": 100,
"dataSize": "5mb",
"backoffPolicy": {
"type": "constant",
"initialDelay": "2m",
"retries": 5
}
}
}
...
(Optional, Integer) The maximum number of retries before exhausting.
partialUpdate
(Optional, boolean) to determine if documents will be indexed with partial update support. Useful when adding extra fields to an already indexed document.