tags in td-agent v3 not working with @type forward?

9 views
Skip to first unread message

dch...@inovex.de

unread,
Sep 20, 2017, 6:29:32 AM9/20/17
to Fluentd Google Group
Cheers,

I am running td-agent v0.14.21 and have experienced a very odd behavior with forward sources and tagging.
Thats my config

<source>
  @type forward
  port 24000
  tag forwarder
</source>

<source>
  @type tail
  path /some/path/to/log.file
  read_from_head true
  tag tailer
 
<parse>
    @type none
 
</parse>
</source>
 
<match forwarder>
 @type stdout
</match>

<match tailer>
  @type stdout
</match>

This is the output:

fluentd14    | 2017-09-20 10:23:45 +0000 [warn]: parameter 'tag' in <source>
fluentd14    |   @type forward
fluentd14    |   port 24000
fluentd14    |   tag forwarder
fluentd14    | </source> is not used.

I guess this is supposed to work, right?

Mr. Fiber

unread,
Sep 20, 2017, 2:40:37 PM9/20/17
to Fluentd Google Group
in_forward doesn't have tag parameter.
It is passed from log sender side.


Masahiro.

--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages