-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import ecs fields from the ecs_nested.yml source file (#766)
Import ECS fields from `ecs/ecs_nested.yml` instead of from `beats/fields.ecs.yml`. Beats fields don't include all the information provided by ECS, for example they don't include the `normalize` rules, required to make checks on these normalization rules. I guess this can be expected, as there can be features of ECS that are not used or needed in Beats, but could be used by other tools. `ecs_nested.yml` takes into account where nested objects can be reused. This fixes #750.
- Loading branch information
Showing
5 changed files
with
100 additions
and
17 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
2 changes: 0 additions & 2 deletions
2
test/packages/other/fields_tests/data_stream/first/fields/geo-fields.yml
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
- name: destination.geo.location | ||
external: ecs | ||
- name: geo.location | ||
external: ecs | ||
- name: source.geo.location | ||
external: ecs |
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