Skip to content

Commit

Permalink
removed dynamic templates containing trigger field
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantoro committed Apr 28, 2023
1 parent f2de9e7 commit dc9b36b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions internal/builder/testdata/existing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ elasticsearch:
properties:
example:
type: short
dynamic_templates:
- to_nested:
path: trigger
mapping:
type: nested
4 changes: 0 additions & 4 deletions internal/builder/testdata/expected.existing.mappings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ elasticsearch:
example:
type: short
dynamic_templates:
- to_nested:
path: trigger
mapping:
type: nested
- _embedded_ecs-example_template:
mapping:
type: short
Expand Down

0 comments on commit dc9b36b

Please sign in to comment.