1

How do I create a custom plugin in Kibana? Are there any online resources?

Can I convert a website I created into a Kibana Plugin? If yes, in what language should I code the website for it to be compatible with Kibana? Should I use React JS or Angular JS?

1 Answers1

0

Kibana plugins are written in Typescript and use React JS.

There's some documentation here.

If you want to review a relatively simple example of a plugin (client side only code), take a look at my latest plugin - customise kibana theme.

Lizozom
  • 2,161
  • 2
  • 21
  • 38