From f22f92e29a847ee98656a38dcdc08d3a9af1aff6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 20 Feb 2014 11:37:29 -0800 Subject: [PATCH] Add query for swift bug 1274828 This also shows up in the screen-s-proxy log but that's not indexed due to not being formatted with timestamps, so we query on syslog instead. Related-Bug: #1274828 Change-Id: I647f679cd4e0d03f0ed5ca23c102992fa917fb07 --- queries/1274828.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1274828.yaml diff --git a/queries/1274828.yaml b/queries/1274828.yaml new file mode 100644 index 00000000..a819178b --- /dev/null +++ b/queries/1274828.yaml @@ -0,0 +1,4 @@ +query: > + message:"ERROR with Account server 127\.0\.0\.1\:6012\/sdb1" AND + message:"Connection refused" AND + filename:"logs/syslog.txt"