Skip to content

Commit

Permalink
externalize cfg through a properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
unicolet committed Jul 18, 2015
1 parent 8aad18d commit 746e787
Showing 1 changed file with 16 additions and 0 deletions.
@@ -0,0 +1,16 @@
#
# See: www.opennms.org/wiki/Dev-Jam_2015/elasticsearch
#
# for instructions on how to use this feature
#

# name of the ES cluster
elasticsearchCluster=opennms
# ip to connect to
elasticsearchIp=localhost
# also log event description (impacts index size and might not contain useful information)
logEventDescription=false
# 0=unlimited
cache_max_ttl=0
# 0=unlimited
cache_max_size=10000

0 comments on commit 746e787

Please sign in to comment.