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.metrics@mappings.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "template": {
    "mappings": {
      "dynamic_templates": [
        {
          "long_metrics": {
            "match_mapping_type": "long",
            "mapping": {
              "type": "long",
              "index": false
            }
          }
        },
        {
          "float_metrics": {
            "match_mapping_type": "double",
            "mapping": {
              "type": "float",
              "index": false
            }
          }
        },
        {
          "double_metrics": {
            "mapping": {
              "type": "double",
              "index": false
            }
          }
        },
        {
          "histogram_metrics": {
            "mapping": {
              "type": "histogram"
            }
          }
        },
        {
          "summary_metrics": {
            "mapping": {
              "type": "aggregate_metric_double",
              "metrics": ["sum", "value_count"],
              "default_metric": "value_count"
            }
          }
        }
      ],
      "properties": {
        "data_stream": {
          "properties": {
            "type": {
              "type": "constant_keyword",
              "value": "metrics"
            }
          }
        }
      }
    }
  },
  "_meta": {
    "description": "default mappings for the metrics index template installed by x-pack",
    "managed": true
  },
  "version": ${xpack.stack.template.version},
  "deprecated": ${xpack.stack.template.deprecated}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy