Kibana 7 (or up) Custom VISUALIZATION Plugin Tutorial / Sample?

Anyone has a working simple custom visualization plugin working on Kibana 7? (in particular using EUI).

Reading quite many discussions here, I can not find!

  • ./scripts/generate_plugin.js does not seem to be able to generate a basic visualization plugin, just app...
  • Examples on GitHub do not seem to contain any visualization module... https://github.com/elastic/kibana/tree/master/examples
  • Today's documentation is rather slim...
  • There are a lot of custom plugins out there, but 2 or 3 years old, not maintained, using legacy APIs...
  • There are couple old tutorials out there...

Any help welcome!

After a lot of searching, finally found a fairly decent start

$ cd kibana
$ yarn start --plugin-path=test/plugin_functional/plugins/kbn_tp_custom_visualizations/ --oss

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.