- Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
The format setting that used to exist, is still in the example config
# USAGE: # # This is an example of logstash config: # [source,ruby] # output { # s3{ # access_key_id => "crazy_key" (required) # secret_access_key => "monkey_access_key" (required) # endpoint_region => "eu-west-1" (required) # bucket => "boss_please_open_your_bucket" (required) # size_file => 2048 (optional) # time_file => 5 (optional) # format => "plain" (optional) # canned_acl => "private" (optional. Options are "private", "public_read", "public_read_write", "authenticated_read". Defaults to "private" ) # } # }But a config test, returns Unknown setting 'format' for s3 {:level=>:error}
Metadata
Metadata
Assignees
Labels
No labels