Open
Description
What is the bug?
getVisualizationSpec
function was used by security-analytics-dashboards-plugin/public/pages/Correlations/utils/helpers.tsx
, but does not exist in security-analytics-dashboards-plugin/public/pages/Overview/utils/helpers.ts
.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Go to file 'security-analytics-dashboards-plugin/public/pages/Correlations/utils/helpers.tsx'
getVisualizationSpec
function is imported fromsecurity-analytics-dashboards-plugin/public/pages/Overview/utils/helpers.ts
What is the expected behavior?
getVisualizationSpec
function should be declared in security-analytics-dashboards-plugin/public/pages/Overview/utils/helpers.ts
What is your host/environment?
opensearch-project/security-analytics-dashboards-plugin
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.