Send logs from Fleet Docker Integration to specific data stream

I am using Fleet to manage our deployment. Most of our container-based logging is through Kubernetes, using the Kubernetes integration which allows me to specify the data_set.datastream to send the logs to (e.g., myapp.log).

However, I also have some logs I need to collect from docker instances from Docker using the Docker integration. As far as I can tell, there does not appear to be a way to send logs to a specific datastream, such as myapp.log.

Is there a way to do this, and how?

Thx.

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

Hi DougR,

I don't think it's possible to send the logs from different integrations to the same data stream currently.
Though you could probably use a reroute processor to send documents to another data stream: Reroute processor | Elasticsearch Guide [8.12] | Elastic