https://github.com/theiterators/logstash-jdbc-postgres
Logstash with PostgreSQL support via jdbc
https://github.com/theiterators/logstash-jdbc-postgres
Last synced: 5 months ago
JSON representation
Logstash with PostgreSQL support via jdbc
- Host: GitHub
- URL: https://github.com/theiterators/logstash-jdbc-postgres
- Owner: theiterators
- License: mit
- Created: 2018-10-22T13:54:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T09:02:10.000Z (over 6 years ago)
- Last Synced: 2024-03-18T00:21:45.586Z (over 2 years ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logstash-jdbc-postgres
Dockerfile for logstash with PostgreSQL support via JDBC.
## Usage
See examples directory. Provided docker-compose.yml spins up logstash that pushes logs from `./logs/backend.log` to `your_postgresql_adddress:5432`, database `logs`, table `production` with user `YOUR_USER` and password
`YOUR_PASSWORD`. Database schema is in table.sql file. Supported log format is pretty standard logback format - check logstash.conf for parsing and jdbc output format.
## Author & license
If you have any questions regarding this project contact:
Łukasz Sowa from [Iterators](https://www.iteratorshq.com).
For licensing info see LICENSE file in project's root directory.