Make notification rule ID field UUID and fix default sources

This commit is contained in:
2023-02-02 19:35:27 +00:00
parent 97e932cbae
commit 79b4512546
5 changed files with 44 additions and 2 deletions

View File

@@ -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"]