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

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

{
  "index_patterns": [ ".triggered_watches*" ],
  "priority": 2147483647,
  "template": {
    "settings": {
      "index.number_of_shards": 1,
      "index.auto_expand_replicas": "0-1",
      "index.refresh_interval": "-1",
      "index.format": 6,
      "index.priority": 900
    },
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "trigger_event": {
          "type": "object",
          "dynamic": true,
          "enabled": false,
          "properties": {
            "schedule": {
              "type": "object",
              "dynamic": true,
              "properties": {
                "triggered_time": {
                  "type": "date"
                },
                "scheduled_time": {
                  "type": "date"
                }
              }
            }
          }
        },
        "state": {
          "type": "keyword"
        }
      }
    }
  },
  "allow_auto_create": true,
  "_meta": {
    "description": "index template for triggered watches indices",
    "managed": true
  },
  "version": ${xpack.watcher.template.version}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy