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:
Matthew Treinish 2017-02-15 13:11:06 -05:00
parent 5bf8ad0ef3
commit 11515c14d7
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"