puppet-elastic_recheck/templates/elastic-recheck.conf.erb
Ramy Asselin 9a3f13c2e7 Allow configuration of logstash url
Elastic recheck commands pull the logstash url
from the provided configuration file. Allow this
url to be set.

Change-Id: I5fd2bc05f1cd6647fa43aaa307c47935c64b5f36
Depends-on: I282745796a40f10955e0c9893e817779b2d4d55a
2015-12-11 16:43:29 -08:00

20 lines
479 B
Plaintext

#Must use full paths
[ircbot]
nick=<%= @recheck_bot_nick %>
pass=<%= @recheck_bot_passwd %>
server=irc.freenode.net
port=6667
channel_config=/etc/elastic-recheck/recheckwatchbot.yaml
log_config=/etc/elastic-recheck/logging.config
[gerrit]
host=<%= @gerrit_host %>
user=<%= @recheck_gerrit_user %>
query_file=/etc/elastic-recheck/queries
key=/home/recheck/.ssh/id_rsa
[data_source]
es_url=<%= @elastic_search_url %>
ls_url=<%= @logstash_url %>
db_uri=<%= @subunit2sql_db_uri %>