Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 921 Bytes

logstash-rpms

RPM Specs for Logstash

====================== Files to build grok/logstash RPMs for CentOS/Red Hat Tries to follow the Java packaging guidelines from Fedora.

  • Jar: /usr/share/java/logstash.jar
  • Config: /etc/logstash/
  • Plugins: /usr/share/logstash/
  • Script: /usr/bin/logstash
  • logrotate
  • init script
  • Running as user logstash in group logstash

There are two scripts that can be executed in the scripts directory. One will fetch the source files needed (make sure versions are correct in the script) and the other will execute the build.

  • scripts/get_sources
  • scripts/rpm

Acknowledgments

Inspiration for this came from various other projects: