From 17722936d370d8b37cb61227bd3562d377993e21 Mon Sep 17 00:00:00 2001 From: Heather Dinh <44285485+hdinh77@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:49:35 -0400 Subject: [PATCH] Fix integration dashboard json file name (cisco_secure_firewall/assets/dashboards/cisco_secure_firewall_threat_detection.json) (#18124) * fixing space in file name * modifying manifest --- ...tection.json => cisco_secure_firewall_threat_detection.json} | 0 cisco_secure_firewall/manifest.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cisco_secure_firewall/assets/dashboards/{cisco_secure_firewall_threat detection.json => cisco_secure_firewall_threat_detection.json} (100%) diff --git a/cisco_secure_firewall/assets/dashboards/cisco_secure_firewall_threat detection.json b/cisco_secure_firewall/assets/dashboards/cisco_secure_firewall_threat_detection.json similarity index 100% rename from cisco_secure_firewall/assets/dashboards/cisco_secure_firewall_threat detection.json rename to cisco_secure_firewall/assets/dashboards/cisco_secure_firewall_threat_detection.json diff --git a/cisco_secure_firewall/manifest.json b/cisco_secure_firewall/manifest.json index 7159a4199adef..420367ab7bb7d 100644 --- a/cisco_secure_firewall/manifest.json +++ b/cisco_secure_firewall/manifest.json @@ -86,7 +86,7 @@ "Cisco Secure Firewall - Application and Identity-based Firewall": "assets/dashboards/cisco_secure_firewall_application_and_identity_firewall.json", "Cisco Secure Firewall - IP Stack": "assets/dashboards/cisco_secure_firewall_ip_stack.json", "Cisco Secure Firewall - Failover": "assets/dashboards/cisco_secure_firewall_failover.json", - "Cisco Secure Firewall - Threat Detection": "assets/dashboards/cisco_secure_firewall_threat detection.json", + "Cisco Secure Firewall - Threat Detection": "assets/dashboards/cisco_secure_firewall_threat_detection.json", "Cisco Secure Firewall - Command Interface": "assets/dashboards/cisco_secure_firewall_command_interface.json", "Cisco Secure Firewall - OSPF and RIP Routing": "assets/dashboards/cisco_secure_firewall_ospf_and_rip_routing.json", "Cisco Secure Firewall - Security Events": "assets/dashboards/cisco_secure_firewall_security_events.json",