Elasticsearch

Classifies Elasticsearch entities using the deterministic 'elastic_entity_kind' field set by the integration on every fetched incident: 'signal' is classified as Elasticsearch Security Alert, 'securitySolution' is classified as Elasticsearch Case, and any other value falls back to the default Elasticsearch incident type.

Elasticsearch Classification

Details

IDElasticsearch
Typeclassification
Version-1
From Version6.2.0
Default Incident TypeElasticsearch
FeedNo

Key Type Map

KeyIncident Type
signal Elasticsearch Security Alert
securitySolution Elasticsearch Case
{
    "description": "",
    "feed": false,
    "id": "Elasticsearch - Incoming Mapper",
    "mapping": {
        "Elasticsearch": {
            "dontMapEventToLabels": true,
            "internalMapping": {
                "Destination IP": {
                    "simple": "destination.ip"
                },
                "Elasticsearch Event info": {
                    "simple": "event"
                },
                "Elasticsearch Host": {
                    "simple": "host"
                },
                "Elasticsearch Machine": {
                    "simple": "machine"
                },
                "Elasticsearch Source": {
                    "simple": "_source"
                },
                "Elasticsearch Timestamp": {
                    "simple": "timestamp"
                },
                "Elasticsearch index": {
                    "simple": "_index"
                },
                "Event ID": {
                    "simple": "_id"
                },
                "External Link": {
                    "simple": "url"
                },
                "File Name": {
                    "simple": "file.name"
                },
                "File Path": {
                    "simple": "file.path"
                },
                "File Size": {
                    "simple": "file.size"
                },
                "Process Name": {
                    "simple": "process.name"
                },
                "Source IP": {
                    "simple": "ip"
                },
                "Tags": {
                    "simple": "tags"
                }
            }
        }
    },
    "name": "Elasticsearch - Incoming Mapper",
    "type": "mapping-incoming",
    "version": -1,
    "fromVersion": "6.2.0",
    "supportedModules": [
        "agentix",
        "xsiam"
    ]
}