From 95931696f30b7607309261c3687c885f6d7a68a4 Mon Sep 17 00:00:00 2001 From: akashsingh <55509676+aakash742@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:10:28 +0530 Subject: [PATCH] Update community plugins documentation Added a note for non supportability of community plugins. --- docs/user/plugins.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user/plugins.asciidoc b/docs/user/plugins.asciidoc index 8dc3d8b6e9e0d..cecb9cc5a18a9 100644 --- a/docs/user/plugins.asciidoc +++ b/docs/user/plugins.asciidoc @@ -18,7 +18,8 @@ Plugin developers must release a new version of their plugin for each new {kib} == Known plugins The known plugins were tested for {kib} *5.x*, so we are unable to guarantee compatibility with your version of {kib}. The {kib} installer rejects any plugins that haven't been published for your specific version of {kib}. -We are unable to evaluate or maintain the known plugins, so care should be taken before installation. + +[Important] Known plugins are developed outside of the Elastic company, hence we are unable to evaluate or maintain these plugins. In case of facing any issue with community plugins, it is unsuported by Elastic. Customers should create an issue directly to the repository owner. [float] === Apps @@ -182,4 +183,4 @@ you must specify the path to that configuration file each time you use the `bin/ 0:: Success 64:: Unknown command or incorrect option parameter 74:: I/O error -70:: Other error \ No newline at end of file +70:: Other error