11515c14d7
2 recently added queries had spaces before the keys in the query. This was incorrect because the logstash queries doesn't have spaces. This commit corrects this so the queries will actually match things. Change-Id: I836c67233fbd4ea2eadd7703d42c74182fa63a8c
4 lines
130 B
YAML
4 lines
130 B
YAML
query: >-
|
|
message:"Error: Failed to set node power state to power on" AND
|
|
tags:"syslog" AND syslog_program:"ironic-conductor"
|