Delay results

This commit is contained in:
2022-08-27 12:53:37 +01:00
parent 0eda404732
commit a2d572baf4
5 changed files with 61 additions and 4 deletions

View File

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