File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ The plugin can then be installed like this for an apt installed Kibana.
175
175
176
176
``` shell
177
177
$ cd /usr/share/kibana
178
- $ sudo -u kibana ./bin/kibana-plugin install file:///home/john/downloads/vis_type_custom_form_filter_accounts_7.8.0_1.0.0 .zip
179
- $ sudo -u kibana ./bin/kibana-plugin install https://github.com/guyplusplus/Kibana-Plugin-Custom-Form-Filter-Visualization/releases/download/7.8.0-1.0.0 /vis_type_custom_form_filter_accounts_7.8.0_1.0.0 .zip
178
+ $ sudo -u kibana ./bin/kibana-plugin install file:///home/john/downloads/vis_type_custom_form_filter_accounts_7.8.0_1.0.1 .zip
179
+ $ sudo -u kibana ./bin/kibana-plugin install https://github.com/guyplusplus/Kibana-Plugin-Custom-Form-Filter-Visualization/releases/download/7.8.0-1.0.1 /vis_type_custom_form_filter_accounts_7.8.0_1.0.1 .zip
180
180
```
181
181
182
182
Deleting then installing the plugin often fails for me. I fix it by running this command.
You can’t perform that action at this time.
0 commit comments