Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611942 - www-apps/kibana-bin-5 FHS improvements
Summary: www-apps/kibana-bin-5 FHS improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-07 10:25 UTC by JY
Modified: 2017-05-11 08:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
init.d diff against 5.0.0 (kibana-LFS.patch,1.35 KB, patch)
2017-03-07 10:25 UTC, JY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description JY 2017-03-07 10:25:09 UTC
Created attachment 466192 [details, diff]
init.d diff against 5.0.0

Kibana likes to writes all over in his /opt/kibana folder

I'm trying to store kibana dynamic files in /var

Offenders are :

* /opt/kibana/optimize/.babelcache.json
* /opt/kibana/data/uuid
* Maybe /opt/kibana/optimize/bundles ? But he seems OK with the files packaged with upstream archive.

What I've found :

* BABEL_CACHE_PATH env var controls where .babelcache.json is located
* path.data var in kibana.yml controls the data dir location

My goal is to put .babelcache.json in /var/cache/kibana, and uuid file in /var/lib/kibana (it's a persistent install id kept across upgrades, as per /var/lib goal)
Comment 1 Tomáš Mózes 2017-04-28 09:25:06 UTC
Thanks, lets try with this new version:
https://github.com/gentoo/gentoo/pull/4515