
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
133 B
YAML
4 lines
133 B
YAML
query: >-
|
|
message:"[overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_FAILED CREATE aborted" AND
|
|
tags:"console"
|