feat: use the logstash config test to validate the configuration
This commit is contained in:
parent
3de9fbf705
commit
f4cbdffeb7
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- use the logstash config test to validate the configuration
|
||||
|
||||
### Fixed
|
||||
|
||||
- generate filter config
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
validate: /usr/share/logstash/bin/logstash -t -f %s
|
||||
loop:
|
||||
- input
|
||||
- output
|
||||
|
|
Loading…
Reference in a new issue