Logz.io - Incoming Mapper

Maps incoming Logz.io alerts fields.

Logz.io Mapper (In)

Details

IDLogz.io-mapper
Typemapping-incoming
Version-1
From Version6.0.0
Default Incident TypeLogz.io Alert
FeedNo
{
    "defaultIncidentType": "Logz.io Alert",
    "id": "Logz.io-mapper",
    "name": "Logz.io - Incoming Mapper",
    "type": "mapping-incoming",
    "description": "Maps incoming Logz.io alerts fields.",
    "mapping": {
        "Logz.io Alert": {
            "dontMapEventToLabels": false,
            "internalMapping": {
                "Logz.Io Alert ID": {
                    "complex": null,
                    "simple": "alertId"
                },
                "Logz.io Alert Event ID": {
                    "complex": null,
                    "simple": "alertEventId"
                },
                "Logz.io Alert Summary": {
                    "complex": null,
                    "simple": "alertSummary"
                },
                "Logz.io Tags": {
                    "complex": null,
                    "simple": "tags"
                },
                "details": {
                    "complex": null,
                    "simple": "description"
                }
            }
        }
    },
    "version": -1,
    "fromVersion": "6.0.0"
}