fluent / fluent/fluent-plugin-s3

problem with dynamic bucket creation.

Open
#354 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Ruby
Stars
322
Forks
217
Avg merge
14h 34m
Merged PRs (30d)
5

Description

Hi everyone,
Is possible set the bucket name with the name of a record field, or tag?
Example

```

@type record_transformer
enable_ruby true
auto_typecast true

tenant ${record["attrs"]["tag"].split('|')[1]}

(...)

@type copy


@type s3
(...)
s3_bucket ${record["tenant"]}
(...)
```
I receved logs from diferents tenants and wish put each one in a bucket.
Tkz in advance!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.