All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ebe-elasticsearch-exporter.8.4.12.source-code.zeebe-record-deployment-distribution-template.json Maven / Gradle / Ivy

There is a newer version: 8.6.0-rc2
Show newest version
{
  "index_patterns": [
    "zeebe-record_deployment-distribution_*"
  ],
  "composed_of": [
    "zeebe-record"
  ],
  "priority": 20,
  "version": 1,
  "template": {
    "settings": {
      "number_of_shards": 1,
      "number_of_replicas": 0,
      "index.queries.cache.enabled": false
    },
    "aliases": {
      "zeebe-record-deployment-distribution": {}
    },
    "mappings": {
      "properties": {
        "value": {
          "dynamic": "strict",
          "properties": {
            "partitionId": {
              "type": "integer"
            }
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy