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!