Delay results
This commit is contained in:
@@ -38,6 +38,10 @@ OBFUSCATE_COLON_NUM = 1
|
||||
|
||||
SEARCH_FIELDS_DENY = ["ts", "date", "time"]
|
||||
|
||||
DELAY_RESULTS = True
|
||||
# Delay results by this many days
|
||||
DELAY_DURATION = 10
|
||||
|
||||
# Common to encryption and hashing
|
||||
WHITELIST_FIELDS = [
|
||||
"ts",
|
||||
@@ -58,7 +62,7 @@ WHITELIST_FIELDS = [
|
||||
# Don't obfuscate these parameters, or lookup hashes in them
|
||||
NO_OBFUSCATE_PARAMS = [
|
||||
"query",
|
||||
# "query_full",
|
||||
# "query_full",
|
||||
"size",
|
||||
"source",
|
||||
"sorting",
|
||||
|
||||
Reference in New Issue
Block a user