Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-field type fallback #1528

Merged
merged 7 commits into from
Jul 21, 2021

Conversation

ebeahan
Copy link
Member

@ebeahan ebeahan commented Jul 20, 2021

ES 6 type fallback will also apply to multi-field field definition sections in generated Elasticsearch 6.x templates.

I also added the match_only_text fallback in this PR to allow the added multi-field fallback tests to pass.

Closes #1526, #1527

@ebeahan ebeahan requested a review from kgeller July 20, 2021 19:25
@ebeahan ebeahan linked an issue Jul 20, 2021 that may be closed by this pull request
@ebeahan ebeahan merged commit 12e11fe into elastic:master Jul 21, 2021
@ebeahan ebeahan deleted the support-multi-field-type-fallback branch July 21, 2021 14:23
ebeahan added a commit to ebeahan/ecs that referenced this pull request Jul 21, 2021
* support multi-field fallback

* add match_only_text fallback

* add tests for match_only_text multi-field support

* comments for posterity

* CHANGELOG.next entry
# Conflicts:
#	scripts/generators/es_template.py
ebeahan added a commit that referenced this pull request Jul 21, 2021
* support multi-field fallback

* add match_only_text fallback

* add tests for match_only_text multi-field support

* comments for posterity

* CHANGELOG.next entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support type fallbacks on multi-fields definitions Support match_only_text type fallback for ES 6 artifacts
2 participants