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 Case fields.", "feed": false, "id": "Elasticsearch Case - Outgoing Mapper", "mapping": { "Elasticsearch Case": { "dontMapEventToLabels": true, "internalMapping": { "title": { "simple": "name" }, "description": { "simple": "description" }, "severity": { "simple": "severity" }, "status": { "simple": "elasticsearchcasestatus" }, "closeReason": { "simple": "elasticsearchcaseclosereason" }, "tags": { "simple": "tags" } } } }, "name": "Elasticsearch Case - Outgoing Mapper", "type": "mapping-outgoing", "version": -1, "fromVersion": "6.2.0", "supportedModules": [ "agentix", "xsiam" ] }