And then executed the following command in an elevated command window: sc create "ElasticSearch Kibana " binPath= "C:/Elastic/kibana/bin" depend= "Elasticsearch"
I have already ensured that the account that the service runs as has full permissions to the kibana.bat file; so there shouldn't be any file system permission issues. Additionally, if I run the bat file myself then the kibana server starts with no issue; so I dont think it's a config issue with Kibana.
This sounds like a generic Windows configuration/permission issue, not a Kibana issue. Try the solution suggested here: https://stackoverflow.com/a/27608055
I also wonder if the error is coming from the Kibana service trying to write log files. Based on the search results I see, that error could result from seemingly any permissions issues.
Thanks for the suggestion; however I have also eliminated this as a possible cause. I configured kibana to log to a specific file, and when starting it manually it opens and runs fine (including outputting to the log file) -- however when I start the service I receive the same error.
I will have to try and figure out what this mysterious permissions issue could be.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.