You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,13 +137,13 @@ I use [Microsoft Code](https://code.visualstudio.com/) to edit code and [Google
137
137
138
138
## Packaging the plugin as a zip file
139
139
140
-
Simply add the plugin directory inside a `kibana` folder and zip the file. Filename format carries the Kibana version (i.e. 7.8.0) followed by the plugin version (i.e. 1.0.0). Do not include the `vis_type_custom_form_filter_accounts/target` directory in the zip file.
140
+
Few key points to be aware:
141
+
* Simply add the plugin directory inside a `kibana` folder and zip the file. Perform this zip operation on Linux ; on Windows it leads to wired error when installing the plugin `"Plugin installation was unsuccessful due to error "EACCES: permission denied, open '/usr/share/kibana/plugins/.plugin.installing/package.json'""`.
142
+
* By (my) convension, zip filename format carries the Kibana version (i.e. 7.8.0) followed by the plugin version (i.e. 1.0.0)
143
+
* Set the Kibana version and the plugin version by updating the file `kbn_tp_custom_form_filter_accounts/package.json`, respectively the value of the keys `kibana.version` and `version`
144
+
* Include the `vis_type_custom_form_filter_accounts/target` directory which comes for the devevelopment environment in the zip file
141
145
142
-
First setup the Kibana version by updating the files:
143
-
*`kbn_tp_custom_form_filter_accounts/package.json`, value `kibana.version`
144
-
*`kbn_tp_custom_form_filter_accounts/kibana.json`, value `version`
0 commit comments