-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Can't add new plugins to Kibana #16795
Comments
There are some other programs in nixpkgs (e.g. for weechat there is a PR), which have implemented plugins, so you could copy from that, if you are still interested that is. If you are not, please mention that instead. |
I've built a custom version of Kibana 6.5.1 adding in the LogTrail plugin. I'm putting some information about how I did it here, in case it helps someone. Plugins go into Kibana has an optimize step which minifies CSS and JS. It runs this on first startup (or whenever Kibana's I see two ways to get around this:
It looks like future versions of Kibana will do option (2) by default: elastic/kibana#5071 elastic/kibana#25944 |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Kibana has since been removed from Nixpkgs and NixOS. See: As such, this issue won't be fixed. |
Issue description
I want to install "elastic/sense" plugin in kibana, but I can't find a way to do it.
Looking into
kibana.nix
I noticed there is a staticbundled_plugin_ids
list. I'm not sure if "elastic/sense" should be added there and how.I tried to use kibana command line to install the plugin as shown below, but that failed too because the plugin directory is read-only.
Steps to reproduce
Add following services to
/etc/nixos/configuration.nix
and switch:Run from CLI:
Note, I configured
services.kibana.dataDir = "/home/kibana"
so I had to passBABEL_CACHE_PATH
on the CLI otherwise Kibana would try and fail writing the ".babelcache.json" file in "/nix/store/..."Technical details
16.03.1028.0546a4a (Emu)
nix-env (Nix) 1.11.2
16.03.1028.0546a4a
The text was updated successfully, but these errors were encountered: