Skip to content
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

[Feature] Support historical results on OSD Visualizations #803

Open
ohltyler opened this issue Jul 8, 2024 · 3 comments
Open

[Feature] Support historical results on OSD Visualizations #803

ohltyler opened this issue Jul 8, 2024 · 3 comments
Labels
feature A new feature for the plugin

Comments

@ohltyler
Copy link
Member

ohltyler commented Jul 8, 2024

Currently, the results fetched when triggered from OSD Visualizations are limited to real-time results (see here). Ideally, users have the flexibility to also include historical results to be overlaid to provide more insights to users, particularly if they have large amounts of historical data and historical anomaly results.

Added logic to fetch the latest historical task ID and fetch historical results with that ID can be used to fetch the latest run of historical results for a particular detector - this is already done on the historical analysis tab, and that logic can be reused here. This may also mean adding or updating parameters in the expression function if we want to allow users to specify to include historical or not, and if so, we should handle backward compatibility scenarios gracefully (e.g., default to only real-time if no param is found).

@ohltyler
Copy link
Member Author

ohltyler commented Jul 8, 2024

Tracking issue to update documentation: opensearch-project/documentation-website#7647

@dblock
Copy link
Member

dblock commented Jul 29, 2024

@ohltyler was this done? close?

[Catch All Triage - 1, 2, 3, 4]

@dblock dblock removed the untriaged label Jul 29, 2024
@ohltyler
Copy link
Member Author

No, this is not done. The documentation has just been updated to reflect that this proposed feature (historical results) is not supported explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature for the plugin
Projects
None yet
Development

No branches or pull requests

2 participants