From 7413b855761e2a177a9efc36f5e2cdc52497e674 Mon Sep 17 00:00:00 2001 From: apiazza-dd <120594144+apiazza-dd@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:59:42 -0500 Subject: [PATCH] Update source name, remove media carousel (#2228) * Update source name, remove media carosel * add space * Move media into tile object --- jamf_protect/README.md | 2 +- jamf_protect/manifest.json | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/jamf_protect/README.md b/jamf_protect/README.md index b8c106f37a..4fe34582d8 100644 --- a/jamf_protect/README.md +++ b/jamf_protect/README.md @@ -151,7 +151,7 @@ Using theĀ [Datadog API Logs documentation][7], determine what your intake URL i ### Validation -Navigate to the [Logs Explorer][5] and search for `source:jamf` to validate you are receiving logs. +Navigate to the [Logs Explorer][5] and search for `source:jamfprotect` to validate you are receiving logs. ## Data Collected diff --git a/jamf_protect/manifest.json b/jamf_protect/manifest.json index 8dfbc6a9f9..adfa44d031 100644 --- a/jamf_protect/manifest.json +++ b/jamf_protect/manifest.json @@ -10,19 +10,13 @@ "changelog": "CHANGELOG.md", "description": "Endpoint security and mobile threat defense (MTD) for Mac and mobile devices.", "title": "Jamf Protect", - "media": [ - { - "media_type": "image", - "caption": "Jamf Protect", - "image_url": "images/jamf_protect.png" - } - ], "classifier_tags": [ "Supported OS::Linux", "Supported OS::Windows", "Supported OS::macOS", "Category::Security" - ] + ], + "media": [] }, "author": { "support_email": "support@jamf.com",