Github user nickwallen commented on the issue:
https://github.com/apache/incubator-metron/pull/203
Everything went smoothly with the Kibana installation. Love the guided
installation process.
I did get a warning when it tried to start Kibana and failed to. I get the
same error when trying to start Kibana through Ambari after the installation
process.
I can login to the host and successfully start Kibana with a `service
kibana start`. I am assuming its an issue with the Ambari configuration, not
the Kibana configuration that Ambari laid down.
```
Traceback (most recent call last):
File
"/var/lib/ambari-agent/cache/common-services/KIBANA/4.5.1/package/scripts/kibana_master.py",
line 86, in <module>
Kibana().execute()
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 216, in execute
method(env)
File
"/var/lib/ambari-agent/cache/common-services/KIBANA/4.5.1/package/scripts/kibana_master.py",
line 63, in start
self.configure(env)
File
"/var/lib/ambari-agent/cache/common-services/KIBANA/4.5.1/package/scripts/kibana_master.py",
line 50, in configure
kibana()
File
"/var/lib/ambari-agent/cache/common-services/KIBANA/4.5.1/package/scripts/kibana.py",
line 42, in kibana
print "Master env: ""{}/kibana.yml".format(params.conf_dir)
ValueError: zero length field name in format
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---