Hello everyone,
I try to make a range aggregation only on a precise part of a text field (in bold in the exampe below).
The field looks like this :
message_log: "::1:59882||Upload||efd_prel||D083748||PM011||R||
0,1092014 ||OK||Validation des propriétés"
Unfortunately, I can't change this field. The company wants it to be that way.
I was asked to use the bold part (here : ||0,1092014|| ) which is a response Time in second, to make a range aggregation on a visualization.
The idea would be to make a range from 0 to 2, like this :
<0.3s
0.3-0.6s
0-6-1s
1-2s
>2s
I was trying to do it with the JSON Input part, but I can't understand how to do it (and is it even possible ?)
Any idea if I can achieve this ?