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

Support for kibana 7.5.X #157

Open
pchakour opened this issue Feb 3, 2020 · 6 comments
Open

Support for kibana 7.5.X #157

pchakour opened this issue Feb 3, 2020 · 6 comments

Comments

@pchakour
Copy link

pchakour commented Feb 3, 2020

Hello,
Did you plan to migrate the plugin to the new version of Kibana (7.5.X) ?

@andrewthad
Copy link

Support for the Kibana 7.6 series would also be nice.

@pchakour
Copy link
Author

Based on these informations :

I did a patch to make OwnHome works with the Kibana 7.6.0. This patch support HTTPS between OwnHome and Elasticsearch but not between OwnHome and Kibana.

If someone wants to try it, this is the patch : migration_7.6.0.zip

To use it, you have to :

  • Extract the zip
  • Clone and checkout the version 6c72fd7 of OwnHome
  • Execute this command : git am --signoff -k < PATH_TO_PATCH
  • Execute the yarn command to install dependencies: yarn install

@almalek
Copy link

almalek commented Mar 1, 2020

Attempting to install on Kibana 7.5.2 . Do you have a build that can be used with Kibana 7.5.x ?
I get the error below when attempting to install.
Thanks,
AM
VVV

Attempting to transfer from https://github.com/wtakase/kibana-own-home/releases/download/v7.1.1/own_home-7.1.1.zip
Transferring 1122770 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Plugin installation was unsuccessful due to error "Plugin own_home [7.1.1] is incompatible with Kibana [7.5.2]"
ubuntu@ip:/usr/share/kibana$ "Plugin own_home [7.1.1] is incompatible with Kibana [7.5.2]"

@pchakour
Copy link
Author

pchakour commented Mar 4, 2020

Did you try my patch ? I think, it will work also on kibana 7.5.X.
Just change the kibana version inside the file package.json in the plugin directory after applying the patch.

@almalek
Copy link

almalek commented Mar 5, 2020

It worked fine. Thanks.
own_home-7.5.2.zip
I have the zip, if you like to add to your releases.

@pchakour
Copy link
Author

pchakour commented Mar 5, 2020

Thanks for the zip, it will be usefull for other people. Unfortunately, I'm just a user. I did the patch to help @wtakase for the migration. So, I'm waiting an official release like you 😄

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