Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clay584/logstash_configs
Logstash configs
https://github.com/clay584/logstash_configs
Last synced: about 1 month ago
JSON representation
Logstash configs
- Host: GitHub
- URL: https://github.com/clay584/logstash_configs
- Owner: clay584
- License: mit
- Created: 2013-11-21T01:32:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T21:03:38.000Z (about 10 years ago)
- Last Synced: 2023-08-05T17:12:07.655Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 317 KB
- Stars: 19
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logstash_configs
================Logstash configs for v1.3.3 standalone
These were written for logstash running on Centos 6.4
File locations:
logstash jar file goes in /opt/logstashconfig file goes in /etc/logstash
patterns folder goes in /opt/logstash
create var/log/logstash for all logs, data, and sincedb file
init script goes in /etc/init.d
to initialize init script run "chkconfig --add logstash"
to turn on, run "chkconfig logstash on"
to start/stop: "service logstash {start|stop|restart}"