I want to get all action.correlationsearch.label into an autocomplete field of a custom UI. Displaying all the correlation search names in this dropdown and filtering on typing. I have ruled out using https://<deployment-name>splunkcloud.com:8089/services/search/typeahead as that field does not have the field I need in the prefix. Is there a method using a splunk endpoint with actual typeahead functionality where this is possible? I know I can use /services/saved/searches to get the rules and then implement filtering logic.
... View more