mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Add instructions for running the web interface
This commit is contained in:
parent
6ac738d73c
commit
1582a29ce9
1 changed files with 10 additions and 1 deletions
11
INSTALL
11
INSTALL
|
@ -44,10 +44,14 @@ sudo make install
|
|||
Check your /etc/ld.so.conf, or /etc/ld.so.conf.d/* .
|
||||
If not already set add /usr/local/lib
|
||||
|
||||
# RUNNING PREREQUISITES
|
||||
You must have a STOMP-capable message broker running. StompServer works fine if
|
||||
you don't want to configure anything.
|
||||
|
||||
# RUNNING INSTRUCTIONS
|
||||
cd into /opt/logstash
|
||||
You'll need to start stompserver.. From the command line: 'stompserver'
|
||||
Next start logstashd via 'ruby bin/logstashd.rb'
|
||||
Next start logstashd via 'ruby bin/logstashd.rb logstashd.yaml'
|
||||
In another window start up the agent via
|
||||
'ruby bin/agent.redhat.rb localhost:61613'
|
||||
This assumes your system is redhat derivative (fedora, centos, etc..)
|
||||
|
@ -60,3 +64,8 @@ ruby bin/search.rb httpd-access '*favicon.ico*'
|
|||
Note: All files will need access to /var/tmp/ruby-uuid so run all scripts
|
||||
as the same user..
|
||||
|
||||
# RUNNING THE WEB INTERFACE
|
||||
cd web
|
||||
Then run 'merb'
|
||||
|
||||
This requires you have 'merb' installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue