Hey,
for my visualisation with the vertical bar-type in Kibana i need to divide the Count (Y-Axis, Aggregation->Count) by number 2. In conclusion the vertical bars should look as half as high as they are at this moment.
I know that there is a point in Kibana called "Advanced" where i can use json input.
My pseudocode should look like:
value_count = value_count / 2 (in result the smaller vertical bars).
It would be great if there is anybody in order to help me with my problem!