~evarlast/ubuntu/trusty/launchpad/trunk

« back to all changes in this revision

Viewing changes to debian/logstash.default

  • Committer: jrwren at xmtp
  • Date: 2015-05-06 17:17:40 UTC
  • Revision ID: jrwren@xmtp.net-20150506171740-6s3ie8zqlsa0p7us
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################
 
2
# Default settings for logstash
 
3
###############################
 
4
 
 
5
# Override Java location
 
6
#JAVACMD=/usr/bin/java
 
7
 
 
8
# Set a home directory
 
9
#LS_HOME=/var/lib/logstash
 
10
 
 
11
# Arguments to pass to logstash agent
 
12
#LS_OPTS=""
 
13
 
 
14
# Arguments to pass to java
 
15
#LS_HEAP_SIZE="500m"
 
16
#LS_JAVA_OPTS="-Djava.io.tmpdir=$HOME"
 
17
 
 
18
# pidfiles aren't used for upstart; this is for sysv users.
 
19
#LS_PIDFILE=/var/run/logstash.pid
 
20
 
 
21
# user id to be invoked as; for upstart: edit /etc/init/logstash.conf
 
22
#LS_USER=logstash
 
23
 
 
24
# logstash logging
 
25
#LS_LOG_FILE=/var/log/logstash/logstash.log
 
26
#LS_USE_GC_LOGGING="true"
 
27
 
 
28
# logstash configuration directory
 
29
#LS_CONF_DIR=/etc/logstash/conf.d
 
30
 
 
31
# Open file limit; cannot be overridden in upstart
 
32
#LS_OPEN_FILES=16384
 
33
 
 
34
# Nice level
 
35
#LS_NICE=19