https://github.com/frimik/logstash-pkgs
Logstash source files for init, logrotate, rpm ...
https://github.com/frimik/logstash-pkgs
Last synced: 3 months ago
JSON representation
Logstash source files for init, logrotate, rpm ...
- Host: GitHub
- URL: https://github.com/frimik/logstash-pkgs
- Owner: frimik
- Created: 2013-03-13T12:08:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T10:44:39.000Z (over 12 years ago)
- Last Synced: 2025-01-20T07:13:18.327Z (5 months ago)
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logstash-pkgs
logstash-pkgs contains simple files to build a RPM from a spec file.
## Creating RPM
Just copy the following files to the SOURCES directory:logstash-agent.conf
logstash-agent.defaults
logstash-agent.grok
logstash-agent.init
logstash.logrotateDo not forget to download logstash to the SOURCES directory:
http://logstash.objects.dreamhost.com/release/logstash-1.1.5-monolithic.jar
Then copy the following file to the SPECS directory:
logstash.spec
Now you should be ready to build logstash with rpmbuild.
## HowTo
### Start and stop the logstash agent
/etc/init.d/logstash-agent [ start | stop | restart ]
### Change init parameter
/etc/sysconfig/logstash-agent
### Agent Configuration
/etc/logstash/agent.conf
### Configuraton directories for patterns and plugins
/etc/logstash/patterns
/etc/logstash/plugins### Logrotate
/etc/logrotate.d/logstash
### Logfile
/var/log/logstash/agent.conf
Have fun!
## Repository
If you are looking for a repository with ready made RPMs for Logstash, Elasticsearch and Awesant, then you can use the Bloonix repository.
*