Update elasticsearch.json

This commit is contained in:
Elijah Gibson
2023-12-13 23:03:42 -05:00
committed by GitHub
parent 81e4fe78e7
commit 94b9089b79

View File

@@ -1,9 +1,9 @@
{
"name": "Elastic Search",
"name": "Elasticsearch",
"version": "0.1",
"author": "Security Onion Solutions",
"description": "Queries an ElasticSearch instance for specified field values.",
"supportedTypes": ["hash", "ip", "domain"]
"description": "Queries an Elasticsearch instance for specified field values.",
"supportedTypes": ["hash", "ip", "domain", "other"]
}