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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...