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

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

{
  "index_patterns": [
    "ilm-history-${xpack.ilm_history.template.version}*"
  ],
  "data_stream": {
    "hidden": true
  },
  "template": {
    "settings": {
      "index.number_of_shards": 1,
      "index.number_of_replicas": 0,
      "index.auto_expand_replicas": "0-1",
      "index.lifecycle.name": "ilm-history-ilm-policy"
    },
    "mappings": {
        "dynamic": false,
        "properties": {
          "@timestamp": {
            "type": "date",
            "format": "epoch_millis"
          },
          "policy": {
            "type": "keyword"
          },
          "index": {
            "type": "keyword"
          },
          "index_age": {
            "type": "long"
          },
          "success": {
            "type": "boolean"
          },
          "state": {
            "type": "object",
            "dynamic": true,
            "properties": {
              "phase": {
                "type": "keyword"
              },
              "action": {
                "type": "keyword"
              },
              "step": {
                "type": "keyword"
              },
              "failed_step": {
                "type": "keyword"
              },
              "is_auto-retryable_error": {
                "type": "keyword"
              },
              "creation_date": {
                "type": "date",
                "format": "epoch_millis"
              },
              "phase_time": {
                "type": "date",
                "format": "epoch_millis"
              },
              "action_time": {
                "type": "date",
                "format": "epoch_millis"
              },
              "step_time": {
                "type": "date",
                "format": "epoch_millis"
              },
              "phase_definition": {
                "type": "text"
              },
              "step_info": {
                "type": "text"
              }
            }
          },
          "error_details": {
            "type": "text"
          }
        }
      }
  },
  "allow_auto_create": true,
  "_meta": {
    "description": "index template for ILM history indices",
    "managed": true
  },
  "priority": 2147483647,
  "version": ${xpack.ilm_history.template.version}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy