Hello everyone!
I have a (to me at least) strange problem with the API. Here’s the actual API call:
curl -k -u username:password "http://192.168.0.1:9000/api/search/universal/relative?query=event_id:1337&range=0&limit=1"
Now, one of my hosts in my three hosts cluster is returning 1 message - as expected. The other two just give me this:
must not be empty (path = RelativeSearchResource.searchRelativeChunked.arg6, invalidValue = null)
It’s the exact same call, just the IP changed…
The one that is working is not the master, if that’s at all relevant.
Thank you for any insights and any help at all! (I’m on version 3.3.8)
Oh, and a bonus question: is this API endpoint the right one for searching? It works (when it does…) as I need it to work, but in the API browser it’s prepended with “Legacy…”. Is there a better option?