Python Search on Data Stream

Hello,
we migrate from an Elasticsearch 7.17 with indeces to Elasticsearch 8.6.0 with data stream.

In the past we had develop a python script to search inside indices with pattern "myname-*".
Because now beats use data stream, the pattern doesn't return any index.

How to search in the data streams with python library?

Best regards,
Y.

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