Skip to content

Add destination.domain field to alert mapping #650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This alert occurs when a Malicious Behavior alert occurs.
| data_stream.dataset |
| data_stream.namespace |
| data_stream.type |
| destination.domain |
| destination.ip |
| destination.port |
| dll.*<br /><br />dll contains dll data from the primary event in Events. It can contain any fields that any other events includes within the dll fieldset. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fields:
- data_stream.dataset
- data_stream.namespace
- data_stream.type
- destination.domain
- destination.ip
- destination.port
- dll.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fields:
fields: "*"
destination:
fields:
domain: {}
geo:
fields: "*"
base:
Expand Down
8 changes: 8 additions & 0 deletions package/endpoint/data_stream/alerts/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2898,6 +2898,14 @@
type: group
default_field: true
fields:
- name: domain
level: core
type: keyword
ignore_above: 1024
description: 'The domain name of the destination system.

This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment.'
example: foo.example.com
- name: geo.city_name
level: core
type: keyword
Expand Down
1 change: 1 addition & 0 deletions package/endpoint/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ sent by the endpoint.
| data_stream.dataset | Data stream dataset name. | constant_keyword |
| data_stream.namespace | Data stream namespace. | constant_keyword |
| data_stream.type | Data stream type. | constant_keyword |
| destination.domain | The domain name of the destination system. This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment. | keyword |
| destination.geo.city_name | City name. | keyword |
| destination.geo.continent_code | Two-letter code representing continent's name. | keyword |
| destination.geo.continent_name | Name of the continent. | keyword |
Expand Down
14 changes: 14 additions & 0 deletions schemas/v1/alerts/rule_detection_event.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.