fix: Pass hostname from grafana, not instance for limit
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
name: Demo - Clean Log Directory
|
name: Demo - Clean Log Directory
|
||||||
organization: OYS
|
organization: OYS
|
||||||
job_args:
|
job_args:
|
||||||
limit: "{{ event.labels.instance }}"
|
limit: "{{ event.labels.hostname }}"
|
||||||
extra_vars:
|
extra_vars:
|
||||||
alertmanager_annotations: "{{ event.annotations }}"
|
alertmanager_annotations: "{{ event.annotations }}"
|
||||||
alertmanager_generator_url: "{{ event.generatorURL }}"
|
alertmanager_generator_url: "{{ event.generatorURL }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user