-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update dialogue box for output_format field in Date processor #151445
Update dialogue box for output_format field in Date processor #151445
Conversation
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
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.
Just had a look at the copy changes and seems alright to me. Left a small note on the codeowners file
.github/CODEOWNERS
Outdated
@@ -461,6 +461,7 @@ src/plugins/newsfeed @elastic/kibana-core | |||
test/common/plugins/newsfeed @elastic/kibana-core | |||
x-pack/plugins/notifications @elastic/appex-sharedux | |||
x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops | |||
x-pack/plugins/observability @elastic/observability-ui |
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 dont think this is a change we would want to be making here, right? Perhaps was a merge error that went unnoticed? 🤔
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.
Yes, @kibanamachine automatically added this line in cacd82b. I thought it might be necessary so I left it as it is. I will try deleting it and see if it will be added again.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @ElenaStoeva |
Partially addresses #134164
Summary
Since Elasticsearch 8.0, the
output_format
field of the Date processor no longer accepts the formats ISO8601, UNIX, UNIX_MS, or TAI64N. (Link to docs). This PR updates the dialogue box of this field accordingly.Checklist