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 alerts API in Alerting plugin supports fetching alerts for a given monitor id or fetches all alerts present in an index.
Some use cases would require fetching alerts 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.
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:
The only caveat to keep in mind is currently we can only fetch from one index.
Sorry, something went wrong.
@getsaurabh02 @lezzago @sbcd90
eirsep
No branches or pull requests
Get alerts API in Alerting plugin supports fetching alerts for a given monitor id or fetches all alerts present in an index.
Some use cases would require fetching alerts 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.
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: