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
| ID | Elasticsearch |
|---|---|
| Type | classification |
| Version | -1 |
| From Version | 6.2.0 |
| Default Incident Type | Elasticsearch |
| Feed | No |
Key Type Map
| Key | Incident Type |
|---|---|
signal |
Elasticsearch Security Alert |
securitySolution |
Elasticsearch Case |
Source
classifier-Elasticsearch.json classifier-Elasticsearch_-_Incoming_Mapper.json classifier-Elasticsearch_Case_Incoming_Mapper.json classifier-Elasticsearch_Case_Outgoing_Mapper.json classifier-Elasticsearch_Security_Alert_Incoming_Mapper.json classifier-Elasticsearch_Security_Alert_Outgoing_Mapper.json{ "description": "Maps XSOAR incident fields to outgoing Elasticsearch Security Alert fields.", "feed": false, "id": "Elasticsearch Security Alert - Outgoing Mapper", "mapping": { "Elasticsearch Security Alert": { "dontMapEventToLabels": true, "internalMapping": { "status": { "simple": "elasticsearchworkflowalertstatus" }, "reason": { "simple": "elasticsearchworkflowalertstatusreason" }, "tags": { "simple": "tags" } } } }, "name": "Elasticsearch Security Alert - Outgoing Mapper", "type": "mapping-outgoing", "version": -1, "fromVersion": "6.2.0", "supportedModules": [ "agentix", "xsiam" ] }