Pragmateek
Pragmateek

Reputation: 13354

Customize Kibana visualization

From what I've read on the net, Kibana does not yet offer any official way to customize its visualizations.

But often we'd like to slightly adapt them (without creating new ones from scratch):

Is there a generic way to handle this?

More specifically I guess: how to inject our own JavaScript logic into the Kibana pages?

Upvotes: 0

Views: 402

Answers (1)

Vidhya - Vidhyadharan
Vidhya - Vidhyadharan

Reputation: 630

Kibana 4 doesn't offer JavaScript injection. However you can customize by own via fork the kibana 4 github code base and Build your kibana packages. I did customization of kibana xAxisLabel & yAxislabel and colors

Upvotes: 0

Related Questions