NLnetLabs / krillmanager

Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

FluentD not configured correctly when using AWS S3 #59

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago
$ cloud-init query cloud_name
aws

$ krillmanager --version
v0.3.2 [Krill: v0.7.3]

$ docker service logs krill_log_uploader
...
krill_log_uploader.1.2g834j642qh1@ip-172-31-20-187    | 2020-09-16 09:15:49 +0000 [error]: config error file="/etc/fluent/fluent-uploader.conf" error_class=Fluent::ConfigError error="s3_endpoint parameter is not supported for S3, use s3_region instead. This parameter is for S3 compatible services"

s3_endpoint should have been replaced by krillmanager init with s3_region.

Note that the instance was originally initialized without logging enabled and krillmanager init was re-run later to enable logging.