C:\Kibana\kibana-7.6.2-windows-x86_64\bin>kibana.bat log [05:20:36.914] [info][plugins-service] Plugin "case" is disabled

when i start Kibana server i got this error
C:\Kibana\kibana-7.6.2-windows-x86_64\bin>kibana.bat log [05:20:36.914] [info][plugins-service] Plugin "case" is disabled.

[5:20:36.914] [info][plugins-service] Plugin "case" is disabled --> when kibana server started
how to resolve this issue . any one suggestion please

The "case" plugin is an experimental feature in Kibana disabled by default. When starting up, Kibana will log all disabled plugin names, just for making you aware. It doesn't have any negative effect and you can just ignore it for all practical purposes in a production system.

The code for the plugin is part of the distributable (and you could try it out if you want to), but it won't be executed at any point as long as it isn't explicitly enabled.

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