Unknown setting 'endpoint' for s3

Hello,
I'm trying to use s3 input plug with logstash:

input {
s3 {
access_key_id => ""
secret_access_key => "
"
endpoint => "my.endpoint.de"
bucket => "mybucket"
type => "s3test"
}
}

but logstash has issue with endpoint setting.

[2018-07-06T10:31:44,280][ERROR][l.i.s3 ] Unknown setting 'endpoint' for s3
[2018-07-06T10:31:44,299][FATAL][l.runner ] The given configuration is invalid. Reason: Something is wrong with your configuration.

I use version 6.2.3.

Any hint what could be wrong?

Thank you!

Tested with version 6.1.1 -> same result.

Version 6.3.1 -> works!

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