Dynamic labels

How can I dynamical edit the labels from a pie chart?

I have a pie chart with web response codes. it would be nice to script something to edit the shown labels from the pie chart so I can add some comments like:

if (statuscode = 200){
pieLabel.set "200 - OK"}

@DannyM you can use the Filters aggregation to do something similar, hopefully this screenshot provides proper explanation:

2 Likes

Hi Brandon,

Thank you for your answer,

it's not the whole answer i expected but it's a nice trick.

only thing left for me is i cant describe al codes so the most used i wil label but how can i show the remaining as code without adding a filter

so I label 200-ok and 404-error now i also want to display the unkown other codes comming in.

@DannyM you can also use a Scripted Field in Kibana to do this and you can write whatever code you want to determine these labels.

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