Reputation: 2820
I want to create stackdriver metrics, based on the ip and the frequency of requests an ip makes.
Therefore I would like to group by ip (the IP address of a requesting client) my loadbalancer logs, and if the number of requests exceed a threshold sent a notification.
Edit:
A workaround to achieve this.
Upvotes: 3
Views: 2154
Reputation: 2820
There is no out of the box solution so there can be a workaround with BigQuery
Upvotes: 1
Reputation: 119
[1] https://cloud.google.com/logging/docs/logs-based-metrics/
Upvotes: 1