All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arch.plugin.x-pack-core.7.12.1.source-code.synthetics-mappings.json Maven / Gradle / Ivy

There is a newer version: 8.13.2
Show newest version
{
  "template": {
    "mappings": {
      "dynamic_templates": [
        {
          "strings_as_keyword": {
            "mapping": {
              "ignore_above": 1024,
              "type": "keyword"
            },
            "match_mapping_type": "string"
          }
        }
      ],
      "date_detection": false,
      "properties": {
        "@timestamp": {
          "type": "date"
        },
        "data_stream": {
          "properties": {
            "type": {
              "type": "constant_keyword",
              "value": "synthetics"
            },
            "dataset": {
              "type": "constant_keyword"
            },
            "namespace": {
              "type": "constant_keyword"
            }
          }
        },
        "ecs": {
          "properties": {
            "version": {
              "ignore_above": 1024,
              "type": "keyword"
            }
          }
        },
        "host": {
          "properties": {
            "ip": {
              "type": "ip"
            }
          }
        },
        "observer": {
          "properties": {
            "ip": {
              "type": "ip"
            }
          }
        }
      }
    }
  },
  "_meta": {
    "description": "default mappings for the synthetics index template installed by x-pack",
    "managed": true
  },
  "version": ${xpack.stack.template.version}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy