How to add image against new custom plugin?

Hi All,

I am bit new to kibana custom plugin development.
Based on elastic documentation , I have added euiIconType to add image path under "core.application.register()"
However , I don't see any icon in kibana along with the custom plugin name. Am I missing something ?

Thanks in advance !
Nivedita

You should use icon instead: kibana/types.ts at ae31d2a07bab27de8f60bbf7025263ee8eabf574 · elastic/kibana · GitHub

To get the correct path you should be able to import it like this: kibana/product_selector.tsx at 3730dd0779ed8efd74aee88f57422781ec1ac122 · elastic/kibana · GitHub

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