Hi -
The S3 output seems to be working in that I'm getting messages, but instead of the parsed output I'm getting a message variable ${message}. This happens in both the temp location and in S3.
Output -
root@ip-xx-xxx-xxx-xxx:/tmp/logstash# cat ls.s3.ip-xx-xxx-xxx-xxx.2016-11-04T20.30.part2.txt
2016-11-04T20:30:27.373Z ip-xx-xxx-xxx-xxx %{message}
Sample config section
s3 {
bucket => "zz-test-bucket"
prefix => "logstash/"
region => "us-east-1"
temporary_directory => "/tmp/logstash"
size_file => 2048
time_file => 5
}
Any thoughts on what I'm doing wrong?
Thanks,
rg