diff --git a/sdcm/report_templates/results_base.html b/sdcm/report_templates/results_base.html
index e5e51319eb..14b20b9a91 100644
--- a/sdcm/report_templates/results_base.html
+++ b/sdcm/report_templates/results_base.html
@@ -176,6 +176,7 @@
Test details
{% endif %}
{% if test_id %}
Test-id: {{ test_id }}
+ Link to argus
{% endif %}
{% if start_time %}
Start time: {{ start_time }}
diff --git a/sdcm/reporting/elastic_reporter.py b/sdcm/reporting/elastic_reporter.py
index e87dbdd2ad..c400200539 100644
--- a/sdcm/reporting/elastic_reporter.py
+++ b/sdcm/reporting/elastic_reporter.py
@@ -45,6 +45,7 @@ def report_run(self, run_id: str, status: str, index=None) -> bool:
"status": status,
"build_id": job_name,
"build_url": build_url,
+ "argus_url": f"https://argus.scylladb.com/tests/scylla-cluster-tests/{run_id}",
"build_number": build_number,
}