-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Integration:m365_defenderMicrosoft Defender XDRMicrosoft Defender XDRTeam:Security-Service IntegrationsSecurity Service Integrations team [elastic/security-service-integrations]Security Service Integrations team [elastic/security-service-integrations]bugSomething isn't working, use only for issuesSomething isn't working, use only for issuesmapping/pipeline issue
Description
Security->Dashboards->Data Quality dashboard reporting incorrect ECS mapping for dns.answers
ECS is expecting an object while the integration is setting keyword:
1 incompatible field
Fields are incompatible with ECS when index mappings, or the values of the fields in the index, don't conform to the Elastic Common Schema (ECS), version 8.11.0.
❌ Detection engine rules referencing these fields may not match them correctly
❌ Pages may not display some events or fields due to unexpected field mappings or values
❌ Mappings or field values that don't comply with ECS are not supported
Incompatible field mappings - .ds-logs-m365_defender.event-default-2024.07.13-000037
| Field | ECS mapping type (expected) | Index mapping type (actual) |
|---|---|---|
| dns.answers | object |
keyword |
integrations/packages/m365_defender/data_stream/event/fields/fields.yml
Lines 200 to 202 in 2565466
| - name: answers | |
| type: keyword | |
| description: The answers returned by the server from DNS query. |
Metadata
Metadata
Assignees
Labels
Integration:m365_defenderMicrosoft Defender XDRMicrosoft Defender XDRTeam:Security-Service IntegrationsSecurity Service Integrations team [elastic/security-service-integrations]Security Service Integrations team [elastic/security-service-integrations]bugSomething isn't working, use only for issuesSomething isn't working, use only for issuesmapping/pipeline issue