From 11515c14d73c6126bf7cc69a6bb5accd94add053 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 15 Feb 2017 13:11:06 -0500 Subject: [PATCH] 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 --- queries/1664418.yaml | 2 +- queries/1664727.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/1664418.yaml b/queries/1664418.yaml index c28515e5..c0aa6fa9 100644 --- a/queries/1664418.yaml +++ b/queries/1664418.yaml @@ -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" diff --git a/queries/1664727.yaml b/queries/1664727.yaml index ccacc558..b81cdce4 100644 --- a/queries/1664727.yaml +++ b/queries/1664727.yaml @@ -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"