mesos / logstash

Logstash on Mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The web UI should provide assistance for configuration validation

epeld opened this issue · comments

The web ui should provide facilities for executing (and capturing output of) e.g

logstash --config-test

on each slave, thereby verifying that the configuration file is correctly written and doesn't contain any syntax errors.

OR

The web ui should allow the user to view logstash's own log-file wherein configuration problems will typically be written.

Out of date