Deployment Architecture

How to find the User/ServiceAccount/LocalAccount that is used by Splunk Instances

arrangineni
Path Finder

Is there a way to find out whether my Splunk Instances are running using a Domain Account or a Local Account. I can find out for windows navigating to services but how can I figure it out for Linux Instances?

0 Karma

whrg
Motivator

Hi! I'm not 100% this will work. Try it like this:

ps -C splunkd -o user:50

If it is a local account then you should get something like "root".

If it is a domain account then you should get something like "user@domain".

So if the output contains a @ symbol then Splunk is run by a domain account.

0 Karma
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 ...