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-artifacts.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": {
        "identifier": {
          "type": "keyword"
        },
        "compression_algorithm": {
          "type": "keyword",
          "index": false
        },
        "encryption_algorithm": {
          "type": "keyword",
          "index": false
        },
        "encoded_sha256": {
          "type": "keyword"
        },
        "encoded_size": {
          "type": "long",
          "index": false
        },
        "decoded_sha256": {
          "type": "keyword"
        },
        "decoded_size": {
          "type": "long",
          "index": false
        },
        "created": {
          "type": "date"
        },
        "package_name": {
          "type": "keyword"
        },
        "type": {
          "type": "keyword"
        },
        "relative_url": {
          "type": "keyword"
        },
        "body": {
          "type": "binary"
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy