-
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
[Logs UI] Create screen to set up analysis ML jobs #43413
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
de0499e
Add empty analysis tab
weltenwort 8d06a54
Merge branch 'master' into logs-ui-add-analysis-tab
weltenwort 0ba9cca
Add ml capabilities check
weltenwort 84248c2
Add job status checking functionality
Kerry350 31be96e
Add a loading page for the job status check
Kerry350 6c0bac5
Change types / change method for deriving space ID / change setup req…
Kerry350 98a9fa9
Use new structure
Kerry350 83330d7
Add module setup to log analysis jobs hook
weltenwort 916c167
Merge remote-tracking branch 'upstream/master' into logs-ui-add-ml-mo…
Kerry350 6951bde
Add ID to path
Kerry350 fe9c76a
Merge remote-tracking branch 'weltenwort/logs-ui-add-ml-module-setup-…
Zacqary 705577a
[Logs UI] Add analyis setup landing screen
Zacqary 1beb78c
Add function to set up ML module on click
Zacqary f6594e3
Use partial type for start and end props
Zacqary fb139df
Add start and end time selection
Zacqary c36586f
Fix syntax
Kerry350 2569444
Change seconds timestamp to ms
Zacqary c4a2c0a
Merge branch '41877-ml-setup-screen' of github.com:Zacqary/kibana int…
Zacqary fab784e
Update wording
Zacqary 3104d10
Use FormControlLayout to clear datepickers
Zacqary 7ec64cd
Update wording about earlier start date
Zacqary 895cb3f
Remove specific point in time wording
Zacqary 69d7a7b
Fix typechecking
Zacqary b20e018
Reload analysis page on successful job creation
Zacqary 5ca200f
Add error handling for setup failure
Zacqary 5bb9e35
Merge remote-tracking branch 'upstream/master' into 41877-ml-setup-sc…
Zacqary 09efec9
Update description ton of feature to reflect 7.4 feature set
Zacqary 4908922
Add toggleable default message
Zacqary c7a33dc
Revert to EuiFormControlLayout until eui changes are pushed
Zacqary 4871bad
Merge branch 'master' of github.com:elastic/kibana into 41877-ml-setu…
Zacqary c13eb2f
Merge remote-tracking branch 'upstream/master' into 41877-ml-setup-sc…
Kerry350 41ca5e4
Remove sample data index if user has it set
Kerry350 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 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
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.
Would this work with a
filter()
too? If so that might be easier to follow later when we want to remember what this does and safely rip it out ... maybe it's just me but I always forget how indices and-1
and Array#splice all work :PThere 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'll change this on the "cleanup / bug fixing" PR so I don't need to trigger another build cycle.