-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Logs UI][Metrics UI] Remove deprecated config fields from APIs and SavedObjects #116821
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
Merged
Zacqary
merged 28 commits into
elastic:main
from
Zacqary:115257-deprecated-fields-removal
Nov 4, 2021
Merged
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
54ec71a
[Logs UI][Metrics UI] Remove deprecated config fields from APIs
Zacqary 9f4847d
Fix typecheck
Zacqary 00bdeaf
Fix typecheck
Zacqary ae36941
Fix typecheck
Zacqary 0a2c206
Fix jest
Zacqary c0f907f
Fix functional test
Zacqary b2de461
Merge remote-tracking branch 'upstream/master' into 115257-deprecated…
Zacqary d305db0
Merge remote-tracking branch 'upstream/master' into 115257-deprecated…
Zacqary 417fe50
Merge remote-tracking branch 'upstream/master' into 115257-deprecated…
Zacqary 015793c
Remove extraneous timeField args
Zacqary 7a65545
Typecheck fix
Zacqary 2c8addf
Consolidate log file changes to ResolvedLogSourceConfiguration
Zacqary 38c6a1b
Fix merge
Zacqary 9b54051
Merge remote-tracking branch 'upstream/master' into 115257-deprecated…
Zacqary bddc9ca
Revert additional logs files
Zacqary f91a05e
Revert inventory models
Zacqary bd2f062
Revert log_analysis api
Zacqary 951160e
Fix timefield reference in process list
Zacqary 077f9c1
Restore logs page files, fix typecheck on mock
Zacqary ed5825a
Fix functional test
Zacqary c3d5af7
Restore inventory models index
Zacqary 245ef33
Fix typecheck on getFilteredMetrics
Zacqary 8e8350a
Look CI if you don't tell me all the type errors at once I can't fix …
Zacqary 2b01e7f
Maybe this is the last typecheck fix who knows
Zacqary facdac6
Merge remote-tracking branch 'upstream/main' into 115257-deprecated-f…
Zacqary 31bd144
Merge remote-tracking branch 'upstream/main' into 115257-deprecated-f…
Zacqary 7488a40
Merge branch 'main' into 115257-deprecated-fields-removal
kibanamachine f362f84
Restore reading timestamp field from data view
Zacqary File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Thanks for making these changes based on the feedback from the other PR.
I think for the data view / KIP version we still want to read from the data view itself first.
timestampField: indexPattern.timeFieldName ?? TIMESTAMP_FIELD(@weltenwort Would you say this is right, to honour the data view setting first? Or do we always want to go with the ECS constant?)
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, I'd agree that we still want to use the data view's
timeFieldNamein that case. 👍