Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LaaS
logstash-forwarder
Commits
0f2c0661
Commit
0f2c0661
authored
Oct 22, 2012
by
Jordan Sissel
Browse files
Add build notes
parent
d655d0ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0f2c0661
...
...
@@ -6,6 +6,24 @@ Collect logs locally in preparation for processing elsewhere!
Problem: logstash jar releases are too fat for constrained systems.
Solution: lumberjack
## Building it
*
compile: make
*
rpm package: make rpm
*
deb package: make deb
Packages install to /opt/lumberjack. Lumberjack builds all necessary
dependencies itself, so there should be no run-time dependencies you
need.
## Running it
Generally:
`lumberjack.sh --host somehost --port 12345 /var/log/messages`
See
`lumberjack.sh --help`
## Goals
*
minimize resource usage where possible (cpu, memory, network)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment