Kibana and React

Hey,is it possible to add react UI(eg.Registration form or button) to kibana visualization?

Hi @Anteneh_Mulu,

Welcome! Specifying React components in a Kibana visualization as is is not possible. Depending on what controls you're looking to include there are a few alternatives:

  1. Build a Kibana plugin using React. I would recommend looking at the External plugin development and Kibana Developer Guide documentation.
  2. Add custom controls if using a dashboard.
  3. Embed your Kibana dashboard in a JavaScript React application as per the documentation.

Hopefully one of those options will work for you.

1 Like

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