Logstash s3 input plugin

Hi,

I tried to create a folder in S3 and using the path of the S3 as input for in logstash file. I'm getting an error to remove the forward slash in the input.

input {

    s3 {
            bucket => "o2-folder-bucket/daily/"
            access_key_id => "AKIAZESIE3ADPMCGOBKV"
            secret_access_key => "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"
            region => "us-east-1"

}
}

Help me on how to proceed further

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.