Skip to content

Commit

Permalink
Revert "Rename "elastic search" to "elasticsearch""
Browse files Browse the repository at this point in the history
This reverts commit f07d458.
  • Loading branch information
RyHoa committed Dec 14, 2023
1 parent f07d458 commit f0fe2c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Elasticsearch",
"name": "Elastic Search",
"version": "0.1",
"author": "Security Onion Solutions",
"description": "Queries an Elasticsearch instance for specified field values.",
"description": "Queries an ElasticSearch instance for specified field values.",
"supportedTypes": ["hash", "ip", "domain"]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def analyze(conf, input):
def main():
dir = os.path.dirname(os.path.realpath(__file__))
parser = argparse.ArgumentParser(
description='Search Elasticsearch for a given artifact?')
description='Search Elastic Search for a given artifact?')
parser.add_argument('artifact', help='required artifact')
parser.add_argument('-c', '--config', metavar='CONFIG_FILE', default=dir + '/elasticsearch.yaml',
help='optional config file to use instead of the default config file')
Expand Down

0 comments on commit f0fe2c9

Please sign in to comment.