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

arch.plugin.x-pack-template-resources.8.17.2.source-code.slm-history.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "index_patterns": [
    ".slm-history-${xpack.slm.template.version}*"
  ],
  "priority": 2147483647,
  "data_stream": {
    "hidden": true
  },
  "template": {
    "settings": {
      "index.number_of_shards": 1,
      "index.auto_expand_replicas": "0-1"
    },
    "lifecycle": {
      "data_retention": "90d"
    },
    "mappings": {
      "dynamic": false,
      "properties": {
        "@timestamp": {
          "type": "date",
          "format": "epoch_millis"
        },
        "policy": {
          "type": "keyword"
        },
        "repository": {
          "type": "keyword"
        },
        "snapshot_name": {
          "type": "keyword"
        },
        "operation": {
          "type": "keyword"
        },
        "success": {
          "type": "boolean"
        },
        "configuration": {
          "type": "object",
          "dynamic": false,
          "properties": {
            "indices": {
              "type": "keyword"
            },
            "partial": {
              "type": "boolean"
            },
            "include_global_state": {
              "type": "boolean"
            }
          }
        },
        "error_details": {
          "type": "text",
          "index": false
        }
      }
    }
  },
  "allow_auto_create": true,
  "_meta": {
    "description": "index template for SLM history indices",
    "managed": true
  },
  "version": ${xpack.slm.template.version}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy