Note that there are some explanatory texts on larger screens.

plurals
  1. POLogstash Web UI doesn't start
    text
    copied!<p>I'm facing exceptions when I try to start Logstash with web front-end despite I followed all steps at <a href="http://logstash.net/docs/1.1.10/tutorials/getting-started-centralized" rel="nofollow noreferrer">official tutorial</a>. First of all I tried <code>logstash-1.1.10-flatjar.jar</code>, it even didn't start too. Then I found <a href="https://logstash.jira.com/browse/LOGSTASH-1015" rel="nofollow noreferrer">this issue</a> so I downloaded <code>logstash-1.1.11.dev-flatjar.jar</code> as it is advised. Now it doesn't give any errors when I initialize it. But when I locate my browser to <code>myserver:9292</code> I see errors on both console and web ui like these:</p> <pre><code>Errno::ENOENT: No such file or directory - file:/home/zimtest/Downloads/logstash-1.1.11.dev-flatjar.jar!/logstash/web/views/search/results.haml org/jruby/RubyFile.java:333:in `initialize' org/jruby/RubyIO.java:1179:in `open' jar:file:/home/zimtest/Downloads/logstash-1.1.11.dev-flatjar.jar!/tilt/template.rb:91:in `read_template_file' </code></pre> <p><img src="https://i.stack.imgur.com/dOb8i.png" alt="Web UI Errors"></p> <p>I'm using official tutorial's configuration; here's my <code>indexer.conf</code> file:</p> <pre><code>input { redis { host =&gt; "127.0.0.1" type =&gt; "redis-input" # these settings should match the output of the agent data_type =&gt; "list" key =&gt; "logstash" # We use json_event here since the sender is a logstash agent format =&gt; "json_event" } } output { stdout { debug =&gt; true debug_format =&gt; "json"} elasticsearch { host =&gt; "127.0.0.1" } } </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload