Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasj/logstash-config
My (not so) private logstash configs
https://github.com/dasj/logstash-config
Last synced: about 8 hours ago
JSON representation
My (not so) private logstash configs
- Host: GitHub
- URL: https://github.com/dasj/logstash-config
- Owner: dasJ
- Created: 2015-07-23T07:23:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T09:26:37.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:36:16.881Z (26 days ago)
- Homepage:
- Size: 129 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Logstash config
These are my private logstash configuration files. They are created for Arch Linux and the software I use. Descriptions are in the files.
As this is my first logstash setup, some of the configuration might be weird. In case you know anything better than me, please open up an issue (or pull request).Please not that I don't take any responsibility if this breaks anything on your system.
## Installation
Backup your /etc/logstash/conf.d folder if you have anything in it.# rm -rf /etc/logstash/*
# git clone https://github.com/dasJ/logstash-config /etc/logstash
# systemctl start logstash