Rest API query for two fields and many streams

I would like to make api request to Graylog to search for messages from two or more different streams which must contain two fields. How to do it?
I can create query only for one stream and two fields like this:
api/search/universal/relative?query=*&range=100000&filter=streams:5g2afedbb5b9d86&fields=field1,field2&order=field1:desc&limit=200

But this query returns messages which have field1 OR field2 not both of them.

what graylog version we are talking about @abcdgre?

Graylog 3.1.4+1149fe1

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.