Skip to content

Commit

Permalink
Make group field set extended for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Dec 3, 2018
1 parent eebdc15 commit ff29097
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ The group fields are meant to represent groups that are relevant to the event.

| Field | Description | Level | Type | Example |
|---|---|---|---|---|
| <a name="group.id"></a>group.id | Unique identifier for the group on the system/platform. | core | keyword | |
| <a name="group.name"></a>group.name | Name of the group. | core | keyword | |
| <a name="group.id"></a>group.id | Unique identifier for the group on the system/platform. | extended | keyword | |
| <a name="group.name"></a>group.name | Name of the group. | extended | keyword | |


## <a name="host"></a> Host fields
Expand Down
4 changes: 2 additions & 2 deletions fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,13 @@
fields:

- name: id
level: core
level: extended
type: keyword
description: >
Unique identifier for the group on the system/platform.
- name: name
level: core
level: extended
type: keyword
description: >
Name of the group.
Expand Down
4 changes: 2 additions & 2 deletions schema.csv
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ geo.continent_name,keyword,core,North America
geo.country_iso_code,keyword,core,CA
geo.location,geo_point,core,"{ ""lon"": -73.614830, ""lat"": 45.505918 }"
geo.region_name,keyword,core,Quebec
group.id,keyword,core,
group.name,keyword,core,
group.id,keyword,extended,
group.name,keyword,extended,
host.architecture,keyword,core,x86_64
host.hostname,keyword,core,
host.id,keyword,core,
Expand Down
4 changes: 2 additions & 2 deletions schemas/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
fields:

- name: id
level: core
level: extended
type: keyword
description: >
Unique identifier for the group on the system/platform.
- name: name
level: core
level: extended
type: keyword
description: >
Name of the group.

0 comments on commit ff29097

Please sign in to comment.