I am getting empty result set if we are retrieving data using Accept header as application/json but it’s working fine with Accept header text/csv (All other parameters being same).
API is showing status as 200 – Ok but result set is 0 in case of JSON.
Graylog API endpoint - Search/Universal/Absolute Graylog version is 3.3.17
Already verified:
- Plenty of logs for this duration, which are also returned by 'text/csv' header, so stream id, timerange, query and other parameters are correct.
- Application gateway is receiving this request and passing it through. (Status code is 200, so no token or auth issue).