SigmaUI icon indicating copy to clipboard operation
SigmaUI copied to clipboard

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

Open anust opened this issue 3 years ago • 1 comments

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.

anust avatar Nov 25 '20 11:11 anust

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" },

davidla avatar May 09 '21 18:05 davidla