brunotm / elasticsplunk

A Search command to explore Elasticsearch data within Splunk.
MIT License
40 stars 25 forks source link

Move scan parameter evaluation to config creation #20

Closed vegardw closed 6 years ago

vegardw commented 6 years ago

This pull request moves the scan parameter evaluation to the creation of the config item. The config item is set to True or False based on the parameter, and then the parameter is used in the subsequent code instead of evaluating the parameter there.

brunotm commented 6 years ago

@vegardw thanks! 👍