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

Latest commit

 

History

History
10 lines (8 loc) · 178 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 178 Bytes

Logstash Input RDS

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