--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Fluentd Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fluentd/NjjU6MvqvzY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fluentd+u...@googlegroups.com.
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.
--
You received this message because you are subscribed to a topic in the Google Groups "Fluentd Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fluentd/NjjU6MvqvzY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fluentd+unsubscribe@googlegroups.com.

Could you paste your configuration here?




Hi,Need one suggestion. Below is the td-agent config. I have used * but it is taking only one file, there are two more files present but fluentd is not picking up those. Am I doing anything wrong. Please suggest.<source>type tailpath /apps/logs/server.log.2015*pos_file /var/log/td-agent/httpd-access.log.postag mobapi.serverlog
read_from_head trueformat /^(?<message>.*)$/</source>
<filter mobapi.serverlog>type record_transformer<record>host poc_fluentdfile mob_api_server_log</record></filter><match mobapi.serverlog>type kafkabrokers 20.0.0.4:9092default_topic MOB_API_LOGS_FLUENTDoutput_data_type jsonoutput_include_time true</match>Log:2015-04-21 17:22:24 +0530 [info]: adding filter pattern="mobapi.serverlog" type="record_transformer"2015-04-21 17:22:24 +0530 [info]: adding match pattern="mobapi.serverlog" type="kafka"2015-04-21 17:22:24 +0530 [info]: brokers has been set directly: ["20.0.0.4:9092"]2015-04-21 17:22:24 +0530 [info]: adding source type="tail"2015-04-21 17:22:24 +0530 [info]: initialized producer kafka2015-04-21 17:22:24 +0530 [info]: following tail of /apps/logs/server.log.2015-03-19
Email: yks...@gmail.com | Web: www.initd.inYogesh Sharma
Best Regards,
__________________________________________
RHCE, VCE-CIA, RackSpace Cloud U
---------- Forwarded message ----------
From: Mr. Fiber <repea...@gmail.com>
Date: Thu, Apr 16, 2015 at 1:01 PM
Subject: Re: Error Installing Kafka Output Plugin for FluentD
To: Yogesh Sharma <yks...@gmail.com>Ahhh. Yeah, you are correct ;)On Thu, Apr 16, 2015 at 4:29 PM, Yogesh Sharma <yks...@gmail.com> wrote:Yes, I got it and replied. Seems like you did not noticed :)
Email: yks...@gmail.com | Web: www.initd.inYogesh Sharma
Best Regards,
__________________________________________
RHCE, VCE-CIA, RackSpace Cloud U
On Thu, Apr 16, 2015 at 12:57 PM, Mr. Fiber <repea...@gmail.com> wrote:
> It is not matching the offset of the log file
What do you mean? 15 is f in hex number.in_tail uses hex number for offset and inode.