lukewaite / logstash-input-cloudwatch-logs

Input plugin for Logstash to stream events from CloudWatch Logs
Other
142 stars 74 forks source link

sincedb_path does not seem to be effective #31

Open flypenguin opened 7 years ago

flypenguin commented 7 years ago

I have the following configuration:

cloudwatch_logs {
  type             => "elasticbeanstalk"
  region           => "eu-central-1"
  log_group        => "/aws/elasticbeanstalk/"
  log_group_prefix => true
  interval         => 30
  sincedb_path     => "/state/sincedb"
}

The sincedb_path is used. I know that because I did create it as a directory (I thought the files would be placed inside the path), and it complained and crashed. I removed the directory, I thought I would see a file appear now. It does not. Is that normal?

lukewaite commented 7 years ago

Are you able to confirm if this is still an issue under 1.x?