On GCP we have created various logs-based metric where we basically are looking for log entries with some keywords like 'error', 'warning' etc...
We also created alerts based on those metrics.
Most of the logs come from cron like applications.
However when GCP creates incident it does not allow to manually close it. According to documentation the incident will close itself after 7 days or so. GCP sends alert only on the first occurrence of the incident. Therefore subsequent incidents, generated by cron (for example every hour) are treated as existing incident and alert is not being sent.
Is there any way to configure GCP Monitoring and Alerting to sent alert on every occurrence of the same incident?