storing the fluentd collector logs file on s3 bucket with hash

40 views
Skip to first unread message

NIKHIL SHARMA

unread,
Jul 21, 2016, 5:57:46 AM7/21/16
to Fluentd Google Group
Hi,

As we are using fluentd logs to put s3 bucket we need to create hash file for every s3 bucket.
Is it possible please share the details.

Thanks 
Nikhil

Mr. Fiber

unread,
Jul 21, 2016, 9:51:15 AM7/21/16
to Fluentd Google Group

What does 'hash file' mean?

> --
> 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.

Message has been deleted

NIKHIL SHARMA

unread,
Jul 24, 2016, 2:25:34 AM7/24/16
to Fluentd Google Group

Hi,

How can we  make the integrity of the stored logs so the stored logs in s3 can't be edited or modified by anyone.
So is it possible if we can make hash by (sha2 or md5) of the stored logs.

Thank 
Nikhil

Mr. Fiber

unread,
Jul 24, 2016, 3:47:16 AM7/24/16
to Fluentd Google Group
I'm not sure your requirement correctly but
s3 plugin uploads buffered chunks to S3 without additional files.
So if you want to do that, extending s3 plugin or using lambda is better.

On Sun, Jul 24, 2016 at 3:23 PM, NIKHIL SHARMA <nikhil...@gmail.com> wrote:
Hi,
How can we  make the integrity of the stored logs so the stored logs in s3 can't be edited or modified by anyone.
So is it possible if we can make hash file of the stored logs.

Thank 
Nikhil


On Thursday, July 21, 2016 at 7:21:15 PM UTC+5:30, repeatedly wrote:

What does 'hash file' mean?

On Jul 21, 2016 6:57 PM, "NIKHIL SHARMA" <nikhil...@gmail.com> wrote:
>

> Hi,if we 


>
> As we are using fluentd logs to put s3 bucket we need to create hash file for every s3 bucket.
> Is it possible please share the details.
>
> Thanks 
> Nikhil
>
> --
> 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.

NIKHIL SHARMA

unread,
Jul 25, 2016, 6:17:26 AM7/25/16
to Fluentd Google Group
ok thanks for sharing the info i am using same s3 plugin to forward the logs but how can we maintain the integrity that stored logs on s3 can't be changed or modified after storing on our bucket.Is there any way out?

Thanks 
Nikhil

Mr. Fiber

unread,
Jul 25, 2016, 6:22:05 AM7/25/16
to Fluentd Google Group
Is there any way out?

I'm not sure because it seems your data management policy.
Maybe, other place, e.g. AWS forum, is better.


Masahiro

NIKHIL SHARMA

unread,
Jul 25, 2016, 6:30:01 AM7/25/16
to Fluentd Google Group
ok i will check let me bit more clear that is it possible if i store the logs with any hash function(sha-1 or sha-2 or md5) to maintain the integrity of the log files stored in the bucket.

Thanks
Nikhil

Mr. Fiber

unread,
Jul 25, 2016, 6:34:54 AM7/25/16
to Fluentd Google Group
is it possible if i store the logs with any hash function(sha-1 or sha-2 or md5) to maintain the integrity of the log files stored in the bucket.

To extend s3 plugin may realize it.

NIKHIL SHARMA

unread,
Jul 25, 2016, 6:39:22 AM7/25/16
to flu...@googlegroups.com
please explain bit more


--
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/GUEIuIgvZQo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fluentd+u...@googlegroups.com.

Mr. Fiber

unread,
Jul 25, 2016, 6:41:15 AM7/25/16
to Fluentd Google Group
please explain bit more

Write your plugin based on S3 plugin.

Mr. Fiber

unread,
Jul 25, 2016, 6:52:54 AM7/25/16
to Fluentd Google Group
fluent-plugin-s3's main routine is write.
So overriding this method realizes your purpose.


Reply all
Reply to author
Forward
0 new messages