Kibana 7.12.0 Index fields are summed by day

Hi
I have an index. Its structure is as follows:

  1. Date

  2. Hour time

  3. Number of hours

  4. Number of dates

I want the number of dates to automatically add up by day.

Calculation formula: Number of dates = Number of dates + Number of hours (must be of the current day).

Can it be achieved? Or any suggestions? :slightly_smiling_face:

Hello,

You might want to consider runtime fields to hold the new value and date math to perform the calculation of adding the fields together.

Regards,
Aaron

[details="Summary"]

[/details]

Sorry! We have moved! The new URL is: https://www.google.com

You will be redirected to the new address in five seconds.

If you see this message for more than 5 seconds, please click on the link above!

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