Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
L
logstash-forwarder
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
LaaS
logstash-forwarder
Commits
287759d5
Commit
287759d5
authored
May 06, 2014
by
Gurvinder Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added bin package too
parent
1f37de0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
logstash-forwarder
build/bin/logstash-forwarder
+0
-0
logstash-forwarder.sh
build/bin/logstash-forwarder.sh
+6
-0
No files found.
build/bin/logstash-forwarder
0 → 100755
View file @
287759d5
File added
build/bin/logstash-forwarder.sh
0 → 100755
View file @
287759d5
#!/bin/sh
dir
=
`
dirname
$0
`
LD_LIBRARY_PATH
=
"
${
dir
}
/../lib"
export
LD_LIBRARY_PATH
exec
"
${
dir
}
/logstash-forwarder"
"
$@
"
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