Skip to content
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
3 changes: 3 additions & 0 deletions test/packages/good/data_stream/foo/fields/some_fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
- name: vehicle_type
type: constant_keyword
value: truck
- name: error.message
description: Error message.
type: match_only_text
3 changes: 3 additions & 0 deletions versions/1/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- description: Fix validation of dimension fields inside objects
type: bugfix
link: https://github.com/elastic/package-spec/pull/279
- description: Add support for match_only_text field type
type: enhancement
link: https://github.com/elastic/package-spec/issues/284
- version: 1.4.1
changes:
- description: ML model file name now matches the id of the model.
Expand Down
1 change: 1 addition & 0 deletions versions/1/data_stream/fields/fields.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- histogram
- constant_keyword
- text
- match_only_text
- keyword
- long
- integer
Expand Down