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

schema.elasticsearch.create.template.operate-post-importer-queue.json Maven / Gradle / Ivy

{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "key": {
        "type": "long"
      },
      "actionType": {
        "type": "keyword"
      },
      "intent": {
        "type": "keyword"
      },
      "creationTime": {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "partitionId": {
        "type": "integer"
      },
      "processInstanceKey": {
        "type": "long"
      },
      "position": {
        "type": "long"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy