You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
The API does not respect the "searchsize parameter", hence, even though i have 30+ destinations, it will fetch only 20, which is default Elasticsearch return size.
Hi, while creating Trigger, the list of destinations is fetched using this query
https://kibana.example.com:5601/api/alerting/destinations?_searchsize=200_
The API does not respect the "searchsize parameter", hence, even though i have 30+ destinations, it will fetch only 20, which is default Elasticsearch return size.
The right parameter would be "size", which would fetch the number of given destinations.
https://kibana.eample.in:5601/api/alerting/destinations?_size=200_
I am running Opendistro 0.9.0.0 and ES version 6.7.1
The text was updated successfully, but these errors were encountered: