From 877b5cd48022e6cb72486ac41ea6072db436a733 Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Wed, 24 May 2017 10:48:27 -0400 Subject: [PATCH] Index browbeat-config This is a quick fix to add our browbeat-config as metadata. Change-Id: I7044e814af19f4ab150444d5382334774de8287a --- lib/Elastic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Elastic.py b/lib/Elastic.py index 807660f4c..d8c1fdd85 100644 --- a/lib/Elastic.py +++ b/lib/Elastic.py @@ -75,6 +75,7 @@ class Elastic(object): retry = 2 result['browbeat_uuid'] = str(browbeat_uuid) result['cloud_name'] = self.config['browbeat']['cloud_name'] + result['browbeat_config'] = self.config for i in range(retry): try: self.es.index(index=self.index,