I have my X-axis,with numbers ranging from 100-1000. So while visualising I would like the numbers to be divided by 100 and then visualise it. Is there any way to do this in Kibana-4?
Right there below the Xaxis aggregation,as shown in the screenshot below,there is an "Advanced" option(red box 1),where you can find "JSON input" field(red box 2).
There at the "JSON input" field you can add the following script and achieve the division of values displayed in X axis.
{"script":"(_value)/100"}
A more detailed explanation for this can be found in the official elasticsearch blog :https://www.elastic.co/blog/kibana-4-beta-2-get-now/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With