{
  "index_patterns": [
    ".profiling-sq-leafframes*"
  ],
  "template": {
    "settings": {
      "index": {
        "auto_expand_replicas": "0-1",
        "refresh_interval": "10s",
        "hidden": true
      }
    },
    "mappings": {
      "_meta": {
        "index-template-version": ${xpack.profiling.template.version},
        "index-version": ${xpack.profiling.index.sq.leafframes.version},
        "description": "Index template for .profiling-sq-leafframes",
        "managed": true
      },
      "dynamic": false,
      "properties": {
        "ecs.version": {
          "type": "keyword",
          "index": true
        },
        "Stacktrace.frame.id": {
          "type": "keyword",
          "index": false
        },
        "Time.created": {
          "type": "date",
          "index": true
        },
        "Symbolization.time.next": {
          "type": "date",
          "index": true
        },
        "Symbolization.retries": {
          "type": "short",
          "index": true
        }
      }
    }
  },
  "priority": 100,
  "_meta": {
    "description": "Index template for .profiling-sq-leafframes"
  },
  "version": ${xpack.profiling.template.version}
}
