Kibana Visualization Data Flow

Hello Team,

I am trying to build a visualization with custom table, i am trying to understand how to cll server function from Component.

s per my understanding in Kibana plugin we have min Class in public/component folder from this class we can call server route functions using httpClient.
similarly from visualization controller , i want to call server/route function using httpClient but i am not able to get httpClient from this.props

Could you please help me understand how can i achieve request ->response ->render in custom visualization.

Thank you for your help and support.
Aditya

Is this a duplicate of Custom Visualization request /resposne?

Hello Larry_Gregory,

Not really, actually use-case is same but here i was trying to add app.js in public folder of visualization and trying to get httpClient from props like we get it in Kibana Plugin, however i was getting 'props' as undefined in Component class , so just wanted to understand Kibana Plugin V/s Kibana Visualization architecture and right way to handle request ->response ->render functionality.

Thank you for your help and support
Aditya

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