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

Plugin socprime_sigma_ui [kibana] is incompatible with Kibana [7.6.1] / [7.9] / [7.6] #13

Open
anust opened this issue Nov 25, 2020 · 1 comment

Comments

@anust
Copy link

anust commented Nov 25, 2020

I have changed every time package.json file , and get the same error. To which version of kibana SigmaUI is compatible?

I have tried with 7.6, 7.9 and 7.9 ELK version with no success.
the template version in package.json in 8.0.0, and I changed it to the respective versions with every new installation, yet no success.

@davidla
Copy link

davidla commented May 9, 2021

You have to change "kibana" to whatever version you are using in package.json. I think this was created with 7.6.0 (but I imagine it would work with newer versions before 7.10).

Change this:

"kibana": { "version": "kibana", "templateVersion": "8.0.0" },

To:

"kibana": { "version": "7.6.0", "templateVersion": "8.0.0" },

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

2 participants