Sending logs from local to aws s3 using telegraf

39 views Asked by At

I'm facing issue and got error:

2024-02-27T12:37:47Z I! Loading config: /etc/telegraf/telegraf.conf
2024-02-27T12:37:47Z E! error loading config file /etc/telegraf/telegraf.conf: error parsing s3 array, undefined but requested output: s3
2024-02-27T12:39:23Z I! Loading config: /etc/telegraf/telegraf.conf
2024-02-27T12:39:23Z E! error loading config file /etc/telegraf/telegraf.conf: error parsing s3 array, undefined but requested output: s3

I am running this in the container.

1

There are 1 answers

0
powersj On

There is no s3 output in the official builds of Telegraf as of this message. The error message is letting you know that the output is undefined in the version of telegraf you are running.