mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 20:57:27 -04:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
If you have questions/complaints/bugs, please email
|
|
logstash-users@googlegroups.com.
|
|
|
|
# Prereqs:
|
|
These instructions assume you are on a relatively recent
|
|
linux system, that you have a working (C) build environment,
|
|
that you have ruby and rubygems installed.
|
|
|
|
# Installation Instructions...
|
|
You should have ruby and rubygems installed.
|
|
After that install the following gems, via 'gem install gemname'
|
|
|
|
required gems:
|
|
- bunny
|
|
- filewatch
|
|
- jls-grok >= 0.4.3
|
|
- json
|
|
- stomp
|
|
- stompserver
|
|
- uuidtools
|
|
|
|
For the web interface:
|
|
- async_sinatra
|
|
- haml
|
|
- sass
|
|
|
|
# For 'jls-grok' you will need grok installed.
|
|
Install the following packages (centos: sudo yum install pkgname)
|
|
pcre-devel, libevent-devel, gperf
|
|
If you are on centos download and install a newer flex:
|
|
ftp://mirrors.kernel.org/fedora/releases/9/Fedora/source/SRPMS/flex-2.5.35-1.fc9.src.rpm
|
|
|
|
You'll need grok >= 1.20110308
|
|
https://github.com/jordansissel/grok/tarball/1.20110308.1
|
|
|
|
# On Linux:
|
|
Check your /etc/ld.so.conf, or /etc/ld.so.conf.d/* .
|
|
If not already set add /usr/local/lib and run 'ldconfig' as root to update the
|
|
library cache list.
|
|
|