Anything? I find it really strange how Logstash is unable to simply just watch a folder for logs and just upload them directly. Why the forced need to prepend 2020-08-24T03:33:42.908Z ip-x-x-x-x to all my logs?
An s3 output uses a line codec by default. A line codec calls .to_s on the event if it is not given a format to use. to_s adds a timestamp and hostname. If you do not want it do do that then set the format option on the codec.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.