Graylog api find no message with 2.5.0 and ES6

Hi,
I used to work with graylog 2.4.6 and ES2.
I made a fresh install on a new host using the last version.
I cannot make graylog 2.5.0 +es6 works. My messages get ingested by graylog into ES. But if if use graylog api or graylog web interface I have no error but no messages at all !
Messages are in the index but graylog cannot find them !
Any help appreciated.
curl https://graylog.xyz:443/api/search/universal/relative?query=*&range=3000&decorate=true gives me 200 OK with 0 results and “used_indices”:
whereas if I check indices, I got index graylog_0 with 100000 message that I can query be using ES api.

Thanks for any help

did you try recalculate the index range and check if you have something returned after that is done?

Thanks, it was works now !

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