SysmonSearch icon indicating copy to clipboard operation
SysmonSearch copied to clipboard

[ Work Stoppage ] Webpack Error in Kibana 7.9.2

Open dfirence opened this issue 3 years ago • 0 comments

Greetings

I am using 7.9.2 Elastic/Kibana and since Elastic 7.6 several changes have broken Sysmon Search, I have a critical need to use your awesome plugin and am wondering if you can fix the issues to work in Kibana 7.9.2 please.

The first error I experienced was about the imports of the ui modules, which since 7.6 Kibana are no longer used. I fixed that one in your plug-in by uncommenting the require import statement.

Now the one that is killing me is the webpack error described here.

https://flaviocopes.com/cannot-assign-readonly-property-export/

I changed your code in all files where I could find references to module.exports

Unfortunately I believe your deps have the same CommonJS imports that are no longer supported by webpack.

Can you please help?

My Environment

Debian 10, x64 Elasticsearch and Kibana 7.9.2 installed from Debian Package

dfirence avatar Oct 22 '20 23:10 dfirence