<!-- Notes: 1. Only post _feature requests_ here. 2. Use the appropriate template for _bug reports_. 3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode. 4. Feel free to suggest improvements to this template by reporting an issue or submitting a PR. The source of this template is: - https://github.com/saltstack-formulas/.github/blob/master/.github/ISSUE_TEMPLATE/feature_request.md --> ### Is your feature request related to a problem? <!-- A clear and concise description of what the problem is. --> No. ### Describe the solution you'd like <!-- A clear and concise description of what you want to happen. --> Validate config files generated by the macro using the command mentioned in the following reference. https://stackoverflow.com/a/45991263 > ``` > bin/logstash --config.test_and_exit --path.config config.conf > ``` ### Describe alternatives you've considered <!-- Describe any alternative solutions or features you've considered. --> N/a. ### Additional context <!-- Add any other context about the feature request here. -->
Is your feature request related to a problem?
No.
Describe the solution you'd like
Validate config files generated by the macro using the command mentioned in the following reference.
https://stackoverflow.com/a/45991263
Describe alternatives you've considered
N/a.
Additional context