Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 15dadb1

Browse files
committed
Add AD removal workaround
1 parent b8d1500 commit 15dadb1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/kibana/plugins.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,13 @@ sudo bin/kibana-plugin list
135135
sudo bin/kibana-plugin remove <plugin-name>
136136
```
137137

138-
Then restart Kibana. After the removal of any plugin, Kibana performs an "optimize" operation the next time you start it. This operation takes several minutes even on fast machines, so be patient.
138+
For certain plugins, you must also remove the "optimze" bundle. Here is a sample command for the Anomaly Detection plugin:
139+
140+
```bash
141+
sudo rm /usr/share/kibana/optimize/bundles/opendistro-anomaly-detection-kibana.*
142+
```
143+
144+
Then restart Kibana. After the removal of any plugin, Kibana performs an optimize operation the next time you start it. This operation takes several minutes even on fast machines, so be patient.
139145

140146

141147
## Update plugins

0 commit comments

Comments
 (0)