Mercurial > logstash
annotate logstash.sysconfig @ 34:8ed811f9a0bd
update config files for 1.2.1 syntax changes
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 25 Sep 2013 15:09:22 -0700 |
parents | 610835fb4209 |
children |
rev | line source |
---|---|
11
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
1 # used by /etc/cron.daily/logstash |
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
2 DAYS=7 |
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
3 |
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
4 |
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
5 # used by /etc/rc.d/init.d/logstash |
25
d058481276aa
replace logstash embedded web server with kibana
Carl Byington <carl@five-ten-sg.com>
parents:
19
diff
changeset
|
6 |
18
2b887e35b5cd
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
11
diff
changeset
|
7 # extra args for java |
2b887e35b5cd
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
11
diff
changeset
|
8 #JAVAARGS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 -verbose" |
26
610835fb4209
external configuration for kibana
Carl Byington <carl@five-ten-sg.com>
parents:
25
diff
changeset
|
9 JAVA_MEM="-Xmx500m" |
610835fb4209
external configuration for kibana
Carl Byington <carl@five-ten-sg.com>
parents:
25
diff
changeset
|
10 JAVA_STACK= |
610835fb4209
external configuration for kibana
Carl Byington <carl@five-ten-sg.com>
parents:
25
diff
changeset
|
11 JAVAARGS="$JAVA_MEM $JAVA_STACK" |
25
d058481276aa
replace logstash embedded web server with kibana
Carl Byington <carl@five-ten-sg.com>
parents:
19
diff
changeset
|
12 |
11
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
13 # extra args for agent |
19
729f36e68da8
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
18
diff
changeset
|
14 #AGENTARGS=-vvv |