In pre 5.0 instances of logstash, after making changes to a config file it was possible to run:
service logstash configtest
After updating to version 5, this no longer works and returns back:
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
This is on CentOS 7 running logstash 5.0
Does anyone know the new syntax? I searched through the version 5 documentation for "configtest" and nothing came up.