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

schema.elasticsearch.create.index.tasklist-metric.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2-rc1
Show newest version
{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "eventTime": {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "event": {
        "type": "keyword"
      },
      "value": {
        "type": "keyword"
      },
      "tenantId": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy