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

ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-template.json Maven / Gradle / Ivy

{
  "version": 1,
  "template": {
    "settings": {
      "number_of_shards": 1,
      "number_of_replicas": 0,
      "index.queries.cache.enabled": false
    },
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "position": {
          "type": "long"
        },
        "sourceRecordPosition": {
          "type": "long"
        },
        "key": {
          "type": "long"
        },
        "timestamp": {
          "type": "date"
        },
        "intent": {
          "type": "keyword"
        },
        "partitionId": {
          "type": "integer"
        },
        "recordType": {
          "type": "keyword"
        },
        "rejectionType": {
          "type": "keyword"
        },
        "rejectionReason": {
          "type": "text"
        },
        "authorizations": {
          "enabled": false
        },
        "valueType": {
          "type": "keyword"
        },
        "brokerVersion": {
          "type": "keyword"
        },
        "recordVersion": {
          "type": "integer"
        },
        "sequence": {
          "type": "long"
        },
        "operationReference": {
          "type": "long"
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy