kibana-own-home icon indicating copy to clipboard operation
kibana-own-home copied to clipboard

Support for 7.6.X

Open pchakour opened this issue 4 years ago • 1 comments

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

pchakour avatar Apr 04 '20 16:04 pchakour

Has anybody tried this on 7.9.0 ?

schwicke avatar Sep 14 '20 10:09 schwicke