Getting Data In

How to prepare a forwarder script for a silent installation on Windows?

dabany
Engager

Hello everyone,

I need your help to prepare a forwarder script (silent installation) that will be on my Windows (empty installation).

FrankVl
Ultra Champion

The comment from ddrillic should get you on the right track.

On top of that, I'd suggest to add some code to the script to generate a random password for the admin user and set that through the CLI after install.

0 Karma

ddrillic
Ultra Champion

I have been using the following -

msiexec.exe /i splunkforwarder-6.5.1-f74036626f0c-x64-release.msi  INSTALLDIR="E:\opt\splunk" DEPLOYMENT_SERVER="<host>:8089" AGREETOLICENSE=Yes SERVICESTARTTYPE=auto LAUNCHSPLUNK=1 /quiet
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...