aboutsummaryrefslogtreecommitdiffstats
path: root/testing/logstash/logstash.confd
blob: 67edcd26500970410c7f8dcdb61269d868b1b6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Config file for /etc/init.d/logstash
#
# see also $LS_CONF/jvm.options
#
LS_HOME=/usr/share/logstash
LS_CONF=/etc/logstash
LS_DATA=/var/lib/logstash
LS_LOGS=${LS_DATA}/logs

# User to run Logstash as.
LS_USER=logstash

# Group to run Logstash as. Defaults to primary group of $LS_USER.
# LS_GROUP=

# stdout & stderr fill logs rapidly
#LS_REDIR="1>/dev/null 2>> ${LS_LOGS}/error.log"

# add pipeline config under conf.d
LS_OPTS="-f $LS_CONF/conf.d/*.conf -l $LS_LOGS $LS_REDIR"