Hi Community,
Is there any way to get the distinct/unique IPs from the logs? This query count the logs but I need it to be counting the unique IPs. I don’t see any operator to achieve this result.
count (
count by (ip)(
(
count_over_time({component="controller", instance="ingress-nginx"}
[$__interval])
)
)
Regards,
D