{
  "template": {
    "settings": {
      "index": {
        "auto_expand_replicas": "0-1",
        "refresh_interval": "10s",
        "hidden": true,
        "lifecycle.rollover_alias": "profiling-executables",
        "mapping": {
          "source": {
            "mode": "synthetic"
          }
        }
      }
    },
    "mappings": {
      "_meta": {
        "index-template-version": ${xpack.profiling.template.version},
        "index-version": ${xpack.profiling.index.executables.version},
        "managed": true
      },
      "dynamic": false,
      "properties": {
        "ecs.version": {
          "type": "keyword",
          "index": true
        },
        "Executable.build.id": {
          "type": "keyword",
          "index": true
        },
        "Executable.file.name": {
          "type": "keyword",
          "index": true
        },
        "@timestamp": {
          "type": "date",
          "format": "epoch_second"
        },
        "Symbolization.next_time": {
          "type": "date",
          "format": "epoch_second",
          "index": true
        }
      }
    }
  },
  "version": ${xpack.profiling.template.version}
}
