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.fleet-file-tohost-meta.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "index_patterns": [
    ".fleet-fileds-tohost-meta-*"
  ],
  "data_stream": {},
  "priority": 200,
  "composed_of": [],
  "_meta": {
    "description": "fleet file delivery index template",
    "managed": true
  },
  "template": {
    "settings": {
      "index.auto_expand_replicas": "0-1",
      "index.hidden": true,
      "index.lifecycle.name": ".fleet-file-tohost-meta-ilm-policy"
    },
    "mappings": {
      "_doc": {
        "_meta": {
          "version": "${xpack.fleet.template.version}"
        },
        "dynamic": false,
        "properties": {
          "@timestamp": {
            "type": "date"
          },
          "namespaces": {
            "type": "keyword"
          },
          "agent_id": {
            "type": "keyword"
          },
          "action_id": {
            "type": "keyword"
          },
          "source": {
            "type": "keyword"
          },
          "file": {
            "properties": {
              "Status": {
                "type": "keyword"
              },
              "ChunkSize": {
                "type": "integer"
              },
              "Compression": {
                "type": "keyword"
              },
              "name": {
                "type": "keyword"
              },
              "Meta": {
                "properties": {
                  "target_agents": {
                    "type": "keyword"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "version": ${xpack.fleet.template.version}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy