You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any possible to support multiple Telegraf into the same pod?
In actual, I would like using Telegraf to collect metrics and logs from one pod.
But if I wrote input about metrics and another input about logs in the same "telegraf config", its collected data will be mixed to the same output.
Or, had already existed solution for the situation?
The text was updated successfully, but these errors were encountered:
When you say same pod do you mean containers within a single pod under a deployment? Do I understand that you have two different containers within a single deployment that you would like to send to two different outputs based on the container?
Hey @yam8511 so sorry for the delay. You can definitely configure multiple outputs and route your input data within telegraf to different outputs based on tags. I believe you're looking for the tagpass and tagdrop selectors within telegraf. Here is a doc that explains these configurations with a few examples.
Describe the issue here.
Is there any possible to support multiple Telegraf into the same pod?
In actual, I would like using Telegraf to collect metrics and logs from one pod.
But if I wrote input about metrics and another input about logs in the same "telegraf config", its collected data will be mixed to the same output.
Or, had already existed solution for the situation?
The text was updated successfully, but these errors were encountered: