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

ml.notifications_index_mappings.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "_meta" : {
    "version": "${xpack.ml.version}",
    "managed_index_mappings_version": ${xpack.ml.managed.index.version}
  },
  "dynamic" : "false",
  "properties" : {
    "job_id": {
      "type": "keyword"
    },
    "level": {
      "type": "keyword"
    },
    "message": {
      "type": "text",
      "fields": {
        "raw": {
          "type": "keyword",
          "ignore_above": 1024
        }
      }
    },
    "timestamp": {
      "type": "date"
    },
    "node_name": {
      "type": "keyword"
    },
    "job_type": {
      "type": "keyword"
    },
    "cleared": {
      "type": "boolean"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy