kibana-own-home
kibana-own-home copied to clipboard
Support for 7.6.X
Hi everyone !
I created a new patch to make ownhome works with kibana 7.6.X (tested on 7.6.1)
This patch also include a new feature that upgrade automatically your index .kibana_X
You can download the patch here: ownhome_7.6.X.zip
To install it, follow these steps:
- Extract the zip
- Create a directory named
plugins
in the kibana folder - Inside the plugins directory, clone and checkout the version 6c72fd7 of OwnHome
- Execute this command :
git am --signoff -k < PATH_TO_PATCH
- Change the kibana version inside the
package.json
file inside the OwnHome folder - Execute the yarn command to install dependencies:
yarn install
Has anybody tried this on 7.9.0 ?