My graylog environment verison is 5.0.8+4c22532, deploying via docker. I request data with api-browser is worked, but it didn’t worked with Postman, curl, python etc. The error message is:must not be empty (path = Relative Search Resource.searchRelativeChunked.arg6, invalid Value = null).
What should I do in this situation? Thanks!!!
Hi gsmith,
I’ m trying to search data via graylog rest api, such as: /search/universal/absolute. Some URI is worked, such as /api/cluster, but /search/universal/absolute is didn’t worked.
Do you have any solution to resolve this issue?
Thanks for reply. My Graylog version is 5.1.2. Your Request URL is also available for me, but the output is not json format, because the data is json format on graylog database. I tested it on API browser, the output data is json format. These is any setting need to set?
There was two URI of /search/universal/absolute and the first URI return data is text format, the second is json format. You can test it in your environment.