Cyb3rWard0g / HELK

The Hunting ELK
GNU General Public License v3.0
3.73k stars 675 forks source link

Logstash test config in HELK? #551

Closed tmrgbox closed 3 years ago

tmrgbox commented 3 years ago

Hi, How do i test my logstash config? there's an option for debugging with the following command: sudo bin/logstash --config.test_and_exit -f

What is the equivalent in HELK?

Thanks in advance

neu5ron commented 3 years ago

@tmrgbox docker exec helk-logstash logstash --config.test_and_exist -f <path_to_config_file>