Where is the kibana error log? Is there a kibana error log?
Kibana 4 logs to stdout by default. Here is an excerpt of the config/kibana.yml defaults: # Enables you specify a file where Kibana stores log output. # logging.dest: stdout So when invoking it with service, use the log capture method of that service. For example, on a Linux distribution using Systemd / systemctl (e.g. RHEL … Read more