Skip to content

Commit a1463e8

Browse files
himani2411Himani Anil Deshpande
andauthored
Add syslogs of Ubuntu24 (#6739)
Co-authored-by: Himani Anil Deshpande <himanidp@amazon.com>
1 parent 9bafc63 commit a1463e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/templates/cw_dashboard_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def _add_cw_log(self):
740740
),
741741
self._new_cw_log_widget(
742742
title="syslog",
743-
conditions=[Condition(["ubuntu2004", "ubuntu2204"], base_os)],
743+
conditions=[Condition(["ubuntu2004", "ubuntu2204", "ubuntu2404"], base_os)],
744744
filters=[self._new_filter(pattern=f"{head_private_ip}.*syslog")],
745745
),
746746
self._new_cw_log_widget(

0 commit comments

Comments
 (0)