Hi there,
I am running ELK and here is what my logstash configuration..
input {
s3 {
access_key_id => ""
bucket => "bucketname"
region => "eu-central-1"
secret_access_key => "*"
prefix => "feed"
type => "s3"
}
}
Either logstash/elasticsearch doesn't seem to be indexing the files prefixed with "feed***.log".
Am i missing something? Thanks in advance.