-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
space
: Cleanup saved objects mappings
#153156
space
: Cleanup saved objects mappings
#153156
Conversation
@elastic/kibana-security if CI goes green, we can use this PR to clean up the savedSearch mappings. |
type: 'text', | ||
index: false, | ||
}, | ||
// imageUrl: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without dynamic: false
at the top-level of the mappings this will mean documents can't be created if they have an imageUrl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how's this? 0275070
(#153156)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rudolf finally, a green build! Let's see if updating from main causes any issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've re-requested a review.
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one nit, thanks!
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Saved Objects .kibana field count
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Summary
Related to #149102
Subset of the global cleanup attempt in #153070
Dry run for cleaning up
space
saved object mappings (imageUrl
)