Merge "remove not user variables"

This commit is contained in:
Zuul 2023-05-17 02:33:19 +00:00 committed by Gerrit Code Review
commit aa269d0569
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class SearchCore(object):
return "24h", "1天", "1day"
def params(self, type, module_name, index_type):
field = ""
if type == "host_name":
field = "Hostname.keyword"
elif type == "level":