Hi All,
I tested Aggregate calculations function like below.
It's working correctly.
sum(last_foreach(/*/key?[group="group-name"]))
I would like to do calculate like below.
sum(last_foreach(/*/key?[group="group-name"])) + (any specific host, any specific key)
Is this possible on this?
Best regards.
I tested Aggregate calculations function like below.
It's working correctly.
sum(last_foreach(/*/key?[group="group-name"]))
I would like to do calculate like below.
sum(last_foreach(/*/key?[group="group-name"])) + (any specific host, any specific key)
Is this possible on this?
Best regards.
Comment