Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Ingest RDS log files to Logstash

License

Notifications You must be signed in to change notification settings

discourse/logstash-input-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logstash Input RDS

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