elastic-recheck/elasticRecheck.conf.sample
Nate Marsella 9308535283 Make the index format string configurable in the conf file.
This allows query to work against indices not named the
typical "logstash-%Y.%m.%d".

Change-Id: I89a5b293b8e23cc81a8ed33d86c173adca927d28
2016-04-25 09:54:30 -04:00

19 lines
496 B
Plaintext

#Must use full paths
[ircbot]
nick=RecheckWatchBot
pass=
server=irc.freenode.net
port=6667
channel_config=/home/mtreinish/elasticRecheck/recheckwatchbot.yaml
[gerrit]
user=treinish
host=review.openstack.org
query_file=/home/mtreinish/elasticRecheck/queries
key=/home/mtreinish/.ssh/id_rsa
[data_source]
es_url=http://logstash.openstack.org:80/elasticsearch
ls_url=http://logstash.openstack.org
db_uri=mysql+pymysql://query:query@logstash.openstack.org/subunit2sql
index_format=logstash-%Y.%m.%d