Bug Report
Posted: Tue Sep 01, 2015 1:55 pm
Team,
Just wanted to submit an issue that I was able to replicate on the Log Server.
OS: Default Appliance CentOS 6.7
Software: Nagios Log Server Version 2015R2.2
Issue: If there are input/filter configuration problems and you click save&apply they are ignored and the user isn't notified of failure.
Steps to Reproduce-
Administration=>Global Configuration
Add Input or Filter entry with syntax errors
Click apply & save.
System verifies then applies configuration.
SSH into server.
cat /usr/local/nagioslogserver/logstash/etc/conf.d/{000_inputs,500_filters}.conf
See that the changes you just made are not reflected in the file
Go back to the system and make other changes to the input/filters
Save and apply those changes.
Look around bewildered at why your parsing isn't working
Click verify and track down errors
click save
click Apply Configuration
Click Yes
go back to ssh terminal
cat /usr/local/nagioslogserver/logstash/etc/conf.d/{000_inputs,500_filters}.conf
See that changes are now included.
Just wanted to submit an issue that I was able to replicate on the Log Server.
OS: Default Appliance CentOS 6.7
Software: Nagios Log Server Version 2015R2.2
Issue: If there are input/filter configuration problems and you click save&apply they are ignored and the user isn't notified of failure.
Steps to Reproduce-
Administration=>Global Configuration
Add Input or Filter entry with syntax errors
Click apply & save.
System verifies then applies configuration.
SSH into server.
cat /usr/local/nagioslogserver/logstash/etc/conf.d/{000_inputs,500_filters}.conf
See that the changes you just made are not reflected in the file
Go back to the system and make other changes to the input/filters
Save and apply those changes.
Look around bewildered at why your parsing isn't working
Click verify and track down errors
click save
click Apply Configuration
Click Yes
go back to ssh terminal
cat /usr/local/nagioslogserver/logstash/etc/conf.d/{000_inputs,500_filters}.conf
See that changes are now included.