Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
logstash-forwarder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LaaS
logstash-forwarder
Commits
bdef0418
Commit
bdef0418
authored
May 11, 2014
by
Gurvinder Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decreased timeout value and default flush message limit
parent
df0cf932
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
logstash-forwarder.conf
logstash-forwarder.conf
+1
-1
logstash-forwarder.default
logstash-forwarder.default
+1
-1
No files found.
Makefile
View file @
bdef0418
VERSION
=
0.3.1+uninett
_0.
1
VERSION
=
0.3.1+uninett1
# By default, all dependencies (zeromq, etc) will be downloaded and installed
# locally. You can change this if you are deploying your own.
...
...
logstash-forwarder.conf
View file @
bdef0418
...
...
@@ -5,7 +5,7 @@
"servers"
: [
"localhost:5000"
,
"localhost1:5000"
],
"ssl ca"
:
"/etc/ssl/certs/logrouter_uninett.pem"
,
"timeout"
:
3
0
"timeout"
:
1
0
},
"comment"
:
"Here you specify the log file you want to monitor"
,
"comment"
:
"and ship them to log cluster to process"
,
...
...
logstash-forwarder.default
View file @
bdef0418
DAEMON_ARGS="-config /etc/logstashforwarder/config.json -spool-size
50
0 -log-to-syslog"
DAEMON_ARGS="-config /etc/logstashforwarder/config.json -spool-size
25
0 -log-to-syslog"
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