в aws s3
Вижу что плагин загружается
2019-12-18 16:06:01 +0100 [info]: gem 'fluent-plugin-s3' version ‘1.2.0’
Конфиг вроде предельно прост
<system>
log_level debug
</system>
<source>
@type http
@id input_http
port 8888
</source>
<match debug.test>
@type copy
@id output_copy
<store>
@type "file"
path "/var/log/td-agent/store1"
<buffer>
timekey 1d
timekey_use_utc true
timekey_wait 10m
path "/var/log/td-agent/store1"
</buffer>
</store>
<store>
@type "file"
path "/var/log/td-agent/store2"
<buffer>
timekey 1d
timekey_use_utc true
timekey_wait 10m
path "/var/log/td-agent/store2"
</buffer>
</store>
<store>
@type "s3"
aws_key_id xxxxxx
aws_sec_key xxxxxx
s3_bucket “test-backet”
s3_region "eu-central-1"
path "debug/"
<buffer tag,time>
@type "file"
path "/var/log/td-agent/s3-buffer"
timekey 3600
timekey_wait 10m
timekey_use_utc true
chunk_limit_size 256m
</buffer>
</store>
</match>
Скажите ему нужен aws-cli для этого? В доке нет ничего по этому поводу
разобрался?
Обсуждают сегодня