Hi maserg,
Thanks for replying.
Sorry about that. My type of alert is a Log search.
Query is:
let EndTime = now();
let StartTime = EndTime - 90s;
ContainerLog
| where TimeGenerated between(StartTime .. EndTime)
| sort by TimeGenerated desc
| where LogEntry has "Error"
| summarize count() Image, LogEntry
Container logs are coming every 30 seconds to Log Analytics workspace.
Measurement:
Measure: Table rows
Aggregation type: Count
Aggregation granularity: 1 minute
Alert log:
Operator: Greater than
Threshold value: 0
Frequency of evaluation: 1minute
Then send to Logic App
What am I doing wrong since it comes twice?
Regards,
Nasimjon.