[Backport 2.19] Update correlations overview page and flyout#1255
Open
opensearch-trigger-bot[bot] wants to merge 1 commit into2.19from
Open
[Backport 2.19] Update correlations overview page and flyout#1255opensearch-trigger-bot[bot] wants to merge 1 commit into2.19from
opensearch-trigger-bot[bot] wants to merge 1 commit into2.19from
Conversation
* feat: add correlations overview page with a chart and table, and new flyout for the table Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: remove log statements Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: update changes to original component Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * feat: add resources column to the table Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: maintain different state for graph in the flyout than the main graph Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: display mitre tactics as a list and add tooltip for the field Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: update as per comments on PR Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: update as per comments on PR Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: move utility function into helpers Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: make table as default view, add spinner, and alert name in flyout Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: add a different state variable to track updates to table Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: add a different state variable to track updates to table * fix: fix a bug that loading spinner is on when there is no data Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: fix a bug that loading spinner is on when there is no data Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: change graph configurations to make it force-directed Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: change graph configurations to make it force-directed Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * fix: increase correlations graph panel height Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * seperate out table-view into a different file Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> * update according to comments on PR Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> --------- Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com> (cherry picked from commit f63b2ca) Signed-off-by: github-actions[bot] <github-actions[bot]@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.
Backport f63b2ca from #1248.