[Search Sessions] added an info flyout to session management#90559
Merged
lizozom merged 12 commits intoelastic:masterfrom Feb 10, 2021
Merged
[Search Sessions] added an info flyout to session management#90559lizozom merged 12 commits intoelastic:masterfrom
lizozom merged 12 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/kibana-app-services (Team:AppServices) |
added 3 commits
February 7, 2021 17:15
Dosant
reviewed
Feb 8, 2021
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/actions/info_button.tsx
Outdated
Show resolved
Hide resolved
added 3 commits
February 8, 2021 19:17
mdefazio
reviewed
Feb 8, 2021
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/actions/get_action.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/data_enhanced/public/search/sessions_mgmt/components/actions/info_button.tsx
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@elasticmachine merge upstream |
lukasolson
approved these changes
Feb 8, 2021
Contributor
lukasolson
left a comment
There was a problem hiding this comment.
LGTM. I did notice that we don't show "Delete" as an option for search sessions in an Error state, but I doubt it's related to the changes in this PR.
added 2 commits
February 10, 2021 11:53
…bana into sessions/session-info-in-mgmt
Contributor
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
lizozom
added a commit
to lizozom/kibana
that referenced
this pull request
Feb 10, 2021
…#90559) * added an info flyout to session management * better filter serialization * Fix jest tests * jest * display the originalState as a json object * code review * Text improvements Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Feb 10, 2021
* master: (99 commits) [Fleet] Use Fleet Server indices in the search bar (elastic#90835) [Search Sessions] added an info flyout to session management (elastic#90559) [ILM] Revisit searchable snapshot field after new redesign (elastic#90793) [Alerting] License Errors on Alert List View (elastic#89920) RFC Improve saved object migrations algorithm (elastic#84333) [Lens] (Accessibility) Fix focus on drag and drop actions (elastic#90561) Use new shortcut links to Fleet discuss forums. (elastic#90786) Do not generate an ephemeral encryption key in production. (elastic#81511) [Fleet] Use staging registry for snapshot builds (elastic#90327) Actually deleting x-pack/tsconfig.refs.json (elastic#90898) Add deprecation warning to all Beats CM pages. (elastic#90741) skip flaky suite (elastic#90136) Revert "Revert "[Metrics UI] Add Metrics Anomaly Alert Type (elastic#89244)"" (elastic#90889) remove ref to removed tsconfig file [core.logging] Uses host timezone as default (elastic#90368) [Maps] remove maps_file_upload plugin and fold public folder into file_upload plugin (elastic#90292) Revert "[Metrics UI] Add Metrics Anomaly Alert Type (elastic#89244)" [dev-utils/ci-stats] support disabling ship errors (elastic#90851) Prefix with / (elastic#90836) [Metrics UI] Add Metrics Anomaly Alert Type (elastic#89244) ...
lizozom
added a commit
that referenced
this pull request
Feb 10, 2021
…#90943) * added an info flyout to session management * better filter serialization * Fix jest tests * jest * display the originalState as a json object * code review * Text improvements Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Added a flyout showing the original state used to create each search session in management
Checklist
Delete any items that are not applicable to this PR.
For maintainers