MappingMetadataObject

MappingMetadataObject
MappingMetadataObject

Mapping information e.g mapping name , mapping type

JSON Example
{
    "enabled": true,
    "description": "KMD RegEx Desc",
    "keys": [
        "string"
    ],
    "type": "json_metrics"
}
boolean As ^.*$
enabled
Optional

Whether mapping is enabled or not

string As ^.*$
description
Optional

Mapping description e.g. json_event or json_metrics

array of string
keys
Optional

Array of keys for the mapping

string As ^.*$
type
Optional

Type of metrics e.g. json_event or json_metrics