Should the plugin of kibana must use the same libraries and version of what kibana and search guard is using

I am developing a kibana plugin when I choose the packages for it should I consciously check whether kibana or search guard is using the same version of libraries or can I blindly go forward and choose my own preferred version. If so will there be any conflict with it or will any of the kibana functionality get impacted?

Hi @a.muzam,

In general you should be ok as long as only your plugin interacts with the package. If you use the package to interact with the server object or something similar that is outside of your plugin, you probably should follow the same version that is used elsewhere.

Mike.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.