summaryrefslogtreecommitdiff
path: root/src/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.py')
-rw-r--r--src/index.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/index.py b/src/index.py
index 7933824..837f47e 100644
--- a/src/index.py
+++ b/src/index.py
@@ -2,7 +2,7 @@ indexes = [
{
"index": {
"fields": [
- "domain"
+ "domain",
]
},
"name": "domain-json-index",
@@ -11,6 +11,7 @@ indexes = [
{
"index": {
"fields": [
+ "domain",
"ip"
]
},
@@ -20,6 +21,7 @@ indexes = [
{
"index": {
"fields": [
+ "domain",
"port"
]
},
@@ -29,6 +31,7 @@ indexes = [
{
"index": {
"fields": [
+ "domain",
"asn"
]
},
@@ -38,6 +41,7 @@ indexes = [
{
"index": {
"fields": [
+ "domain",
"asn_country_code"
]
},