Skip to content

moteef/logstash-input-rds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logstash Input RDS

input {
  rds {
    region => "us-west-2"
    instance_name => "development"
    log_file_name => "error/postgresql.log"
  }
}

Publishing gem

$ gem build logstash-input-rds.gemspec
...
$ gem push --key github \
  --host https://rubygems.pkg.github.com/moteef \
  <the gem file generate from the build command>

About

Ingest RDS log files to Logstash

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 100.0%