Mercurial > logstash
annotate logstash.sysconfig @ 19:729f36e68da8 unbundled-1.1.9-working
work on building from source
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 17 Apr 2013 11:48:04 -0700 |
parents | 2b887e35b5cd |
children | d058481276aa |
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 |
18
2b887e35b5cd
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
11
diff
changeset
|
6 # extra args for java |
2b887e35b5cd
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
11
diff
changeset
|
7 #JAVAARGS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 -verbose" |
19
729f36e68da8
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
18
diff
changeset
|
8 #JAVAARGS=-verbose |
11
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
9 # extra args for agent |
19
729f36e68da8
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
18
diff
changeset
|
10 #AGENTARGS=-vvv |
11
4899fb1b3eb3
add sysconfig snippet to avoid modifying non-config files
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
11 # args for web |
18
2b887e35b5cd
work on building from source
Carl Byington <carl@five-ten-sg.com>
parents:
11
diff
changeset
|
12 WEBARGS="--backend elasticsearch://127.0.0.1/?local" |