9308535283
This allows query to work against indices not named the typical "logstash-%Y.%m.%d". Change-Id: I89a5b293b8e23cc81a8ed33d86c173adca927d28
19 lines
496 B
Plaintext
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 |