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-servers.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "settings": {
    "auto_expand_replicas": "0-1"
  },
  "mappings": {
    "_doc" : {
      "dynamic": false,
      "_meta": {
        "version": "${fleet.version}",
        "managed_index_mappings_version": ${fleet.managed.index.version}
      },
      "properties": {
        "agent": {
          "properties": {
            "id": {
              "type": "keyword"
            },
            "version": {
              "type": "keyword"
            }
          }
        },
        "host": {
          "properties": {
            "architecture": {
              "type": "keyword"
            },
            "id": {
              "type": "keyword"
            },
            "ip": {
              "type": "keyword"
            },
            "name": {
              "type": "keyword"
            }
          }
        },
        "server": {
          "properties": {
            "id": {
              "type": "keyword"
            },
            "version": {
              "type": "keyword"
            }
          }
        },
        "@timestamp": {
          "type": "date"
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy