Make notification rule ID field UUID and fix default sources
This commit is contained in:
@@ -300,7 +300,7 @@ class ElasticsearchBackend(StorageBackend):
|
||||
search_query,
|
||||
index=index,
|
||||
)
|
||||
# self.log.debug(f"Running scheduled query on {index}: {search_query}")
|
||||
self.log.debug(f"Running scheduled query on {index}: {search_query}")
|
||||
# self.log.debug(f"Response from scheduled query: {response}")
|
||||
if isinstance(response, Exception):
|
||||
error = response.info["error"]["root_cause"][0]["reason"]
|
||||
|
||||
Reference in New Issue
Block a user