socprime / SigmaUI

SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
https://tdm.socprime.com
185 stars 34 forks source link

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

Open anust opened 3 years ago

anust commented 3 years ago

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 commented 3 years ago

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