Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
  "name": "Elastic Hydrator",
  "type": "elasticelasticsearch-hydrator",
  "index": "index1",
  "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
    }
  }
}

...