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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

 (view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...