Currently you can install logstash, configure logstash, but some of the configurations in logstash require additional plugins installed that are not there by default. It would be nice to add a plugins.sls that is refrenced in init.sls if logstash:plugins pillar is defined. The plugins.sls would then run the command referenced in documentation to install the plugin.
The Logstash Documentation refrences a relative path of bin/logstash-plugin. In the Debian based repo this maps to /usr/share/logstash/bin/logstash-plugin. I'm guessing it is similar on Redhat but I am unsure of the Redhat based installation path.
Currently you can install logstash, configure logstash, but some of the configurations in logstash require additional plugins installed that are not there by default. It would be nice to add a plugins.sls that is refrenced in init.sls if logstash:plugins pillar is defined. The plugins.sls would then run the command referenced in documentation to install the plugin.
The Logstash Documentation refrences a relative path of
bin/logstash-plugin. In the Debian based repo this maps to/usr/share/logstash/bin/logstash-plugin. I'm guessing it is similar on Redhat but I am unsure of the Redhat based installation path.