Hi Elastic team,
I am facing an issue with custom plugin.
I followed the below steps,
- I downloaded kibana-6.5.4-darwin-x86_64 package
- Then I installed enhanced-table Plugin
Command Used:
sudo ./kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v0.9.0/enhanced-table-0.9.0_6.5.4.zip
Results:
Attempting to transfer from https://github.com/fbaligand/kibana-enhanced-table/releases/download/v0.9.0/enhanced-table-0.9.0_6.5.4.zip
Transferring 37493 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete - i am able to see this new plugin under plugins folder.
Issues here,
- Its not present in optimize/bundles/
- When i start Kibana, and check under status, Plugin is not there.
I retried by deleting kibana.* files under optimize/bundles/. I am still facing the same issue in Mac.
Please help.