Renamed default_index to eris-certstream

This commit is contained in:
Dionysus 2024-03-11 23:32:37 -04:00
parent 1ad7d8a1d3
commit 67c7e639a9
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ except ImportError:
# Set a default elasticsearch index if one is not provided
default_index = 'cert-stream'
default_index = 'eris-certstream'
def construct_map() -> dict: