We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get findings API in Alerting plugin supports fetching findings for a given monitor id or fetches all findings present in an index.
Some use cases would require fetching findings for a given list of monitors rather than one.
In the current implementation this implies n calls to alerting plugin for n monitors which translates to n search requests.
n
We need to enhance the API to accept list of monitors and that way can boil it down to one search request.
The text was updated successfully, but these errors were encountered:
@getsaurabh02 @lezzago @sbcd90
Sorry, something went wrong.
eirsep
No branches or pull requests
Get findings API in Alerting plugin supports fetching findings for a given monitor id or fetches all findings present in an index.
Some use cases would require fetching findings for a given list of monitors rather than one.
In the current implementation this implies
n
calls to alerting plugin forn
monitors which translates ton
search requests.We need to enhance the API to accept list of monitors and that way can boil it down to one search request.
The text was updated successfully, but these errors were encountered: