Hello, I didnt figure out where to post this question…
I want to get messages as CSV format, not as JSON, because I have to convert JSON to CSV eventually on my side – and this is rather resource consuming.
So this is my current GET request and it works
GET https://my_graylog/api/search/universal/absolute?query=*
Content-Type:application/json
Accept: application/json
But I want to get messages as CSV, e.g. Accept: text/csv MIME type. Could you please assist?
Thanks