forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce the
related.
field set with only one field, to start. (el…
- Loading branch information
1 parent
4cc821c
commit df0d3d4
Showing
6 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
- name: related | ||
title: Related | ||
group: 2 | ||
description: > | ||
This field set is meant to facilitate pivoting around a piece of data. | ||
Some pieces of information can be seen in many places in ECS. To facilitate | ||
searching for them, append values to their corresponding field in | ||
`related.`. | ||
A concrete example is IP addresses, which can be under host, device, source, | ||
destination, and network.forwarded_ip. If you append all IPs to | ||
`related.ip`, you can then search for a given IP trivially, | ||
no matter where it appeared, by querying `related.ip:a.b.c.d`. | ||
type: group | ||
fields: | ||
|
||
- name: ip | ||
level: extended | ||
type: ip | ||
description: > | ||
All of the IPs seen on your event. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters