Can we define tags using `logstash-output-statsd`?

We want to define Datadog tags in statsd output plugin.
Just like described in this doc: https://docs.datadoghq.com/tagging/
Can we define a tag such as status:200

In logstash tags do not have values. Fields have values. An event can have a field called tags which is an array of values.

You can use a mutate filter to add_field or add_tag.

Thanks for your reply. I want to use this output plugin: https://www.elastic.co/guide/en/logstash/current/plugins-outputs-statsd.html
It send data to Datadog eventually. So we want to define tags in Datadog.

That's fine, I am just saying that they are not called tags in logstash.

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