Fix spaces in 2 queries
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
This commit is contained in:
parent
5bf8ad0ef3
commit
11515c14d7
@ -1,3 +1,3 @@
|
||||
query: >-
|
||||
message: "[overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_FAILED CREATE aborted" AND
|
||||
message:"[overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_FAILED CREATE aborted" AND
|
||||
tags:"console"
|
||||
|
@ -1,3 +1,3 @@
|
||||
query: >-
|
||||
message: "Error: Failed to set node power state to power on" AND
|
||||
tags: "syslog" AND syslog_program: "ironic-conductor"
|
||||
message:"Error: Failed to set node power state to power on" AND
|
||||
tags:"syslog" AND syslog_program:"ironic-conductor"
|
||||
|
Loading…
x
Reference in New Issue
Block a user