Data Lake

Filters

Actions

Example Policies

This policy will find all Datalake Stores with one million or more write requests in the last 72 hours

policies:
  - name: datalake-busy
    resource: azure.datalake
    filters:
      - type: metric
        metric: WriteRequests
        op: ge
        aggregation: total
        threshold: 1000000
        timeframe: 72