type was not declared as substring

pull/18/head
Alexandre Dulaunoy 2017-01-18 12:20:39 +01:00
parent 41963f2d79
commit 946e15b468
1 changed files with 4 additions and 4 deletions

View File

@ -1001,12 +1001,12 @@
"voyeurhit.com"
],
"name": "Top 1000 website from Alexa",
"version": "20170118",
"version": "20170119",
"description": "Event contains one or more entries from the top 1000 of the most used website (Alexa).",
"matching_attributes": [
"hostname",
"domain",
"domain|ip",
"substring"
]
"domain|ip"
],
"type": "substring"
}