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

arch.plugin.x-pack-core.7.12.1.source-code.watches.json Maven / Gradle / Ivy

{
  "index_patterns": [ ".watches*" ],
  "priority": 2147483647,
  "template": {
    "settings": {
      "index.number_of_shards": 1,
      "index.number_of_replicas": 0,
      "index.auto_expand_replicas": "0-1",
      "index.format": 6,
      "index.priority": 800
    },
    "mappings": {
      "dynamic": "strict",
      "properties": {
          "status": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "trigger": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "input": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "condition": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "throttle_period": {
            "type": "keyword",
            "index": false,
            "doc_values": false
          },
          "throttle_period_in_millis": {
            "type": "long",
            "index": false,
            "doc_values": false
          },
          "transform": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "actions": {
            "type": "object",
            "enabled": false,
            "dynamic": true
          },
          "metadata": {
            "type": "object",
            "dynamic": true
          }
        }
    }
  },
  "allow_auto_create": true,
  "_meta": {
    "description": "index template for watches indices",
    "managed": true
  },
  "version": ${xpack.watcher.template.version}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy