Installation

Splunk UF and macOS Ventura

Chilternburt
Engager

Hi, we have successfully been deploying Splunk Universal Forwarder to our Mac fleet via Jamf since about 10.14 (Mojave)

Recently we upgraded our fleet to Ventura (13.2.1) and are deploying Splunk UF 9.0.3 and now we are seeing GateKeeper prompts on users machines asking them to click Allow as the application was downloaded from the Internet? 

Nothing has changed in our script or way they we deploy and was wondering if anyone else had run into this? 

This is the part of our script handing the install which then prompts the user interaction even though it should be silent

#!/bin/sh

# NOTE: script assumes there is exactly ONE splunkforwarder*.tgz package already present in /tmp/splunkforwarder*.tgz
clear;
set -x;

cd /opt/;export SPLUNK_HOME=/opt/splunkforwarder
tar xvf /private/tmp/splunkforwarder-9.0.3-dd0128b1f8cd-darwin-universal2.tgz
cd ./splunkforwarder/

 

Labels (2)
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...