Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Policy compliance #7350

Closed
jlecour opened this issue Jun 2, 2016 · 3 comments
Closed

Debian Policy compliance #7350

jlecour opened this issue Jun 2, 2016 · 3 comments

Comments

@jlecour
Copy link

jlecour commented Jun 2, 2016

Hi,

I've been integrating the current ELK packages (ES 2.3, Kibana 4.5 and Logstash 2.3) in a Debian environment (7 and 8).

Contrary to Elasticsearch, the Kibana and Logstash Debian packages provided by Elastic are not very compliant with the Debian packages guidelines.

Both Kibana and Logstash are installed in /opt and not in /var/lib like it should be

Also, the log directory /var/log/kibana/ is not created at install time, but at launch time. I guess it's wise to check for the existence of the specified log directory at launch, in case the config has been modified, but creating the default directory at install time seems important if you want to have a proper/verifiable install without having to launch the service.

Finally, the configuration should go to /etc/kibana instead of /opt/kibana/config.

Let me finish by a big thank you to all the contributors of the ELK products. Your work is really appreciated.
A lot of progress has been done to improve integration with various distributions. I'm pointing this issue to help improving the experience.

@jlecour
Copy link
Author

jlecour commented Jun 2, 2016

Here are some links to the Debian Policy :

I'll add specific links when I find them ;)

@jlecour jlecour changed the title Debian package install in regular path Debian Policy compliance Jun 2, 2016
@jlecour
Copy link
Author

jlecour commented Jun 2, 2016

In the same issue for Logstash, @suyograo pointed to this layout for Logstash v5 : https://www.elastic.co/guide/en/logstash/5.0/dir-layout.html

Is there a similar effort on the way for Kibana ?

@markwalkom
Copy link
Contributor

Thanks for raising this, we have this issue to track the work you have highlighted #7275

@epixa epixa closed this as completed Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants