Security

Monitoring logged users

janfabo
Explorer

Hello,

I want to have a dashboard, where would be all my systems with users currently logged in and their IP addresses based on audit.log from linuxes and eventlog from windowses. Is there a plugin solving this?

Thank you.

Tags (1)
0 Karma

yongly
Path Finder

I don't know if there is an app already for this, but if you're just going to go off logs that tell you when people log on and log off, then you will need to maintain a state machine using lookups. I was pointed to this a while back and found it useful:

http://blogs.splunk.com/2011/01/11/maintaining-state-of-the-union/

This would require a good understanding of the right logs and events to parse through to find the information you want..

Alternatively, you could set up a script to run when a user logs on/logs off that writes their username/IP address to a file.. which you can then Splunk. That's a bit of a hack though.

piebob
Splunk Employee
Splunk Employee

hi Janfabo:

this is actually a core use case for Splunk. before you begin looking for 'plugins' (we call them apps and add-ons), i recommend you go through the tutorial from the beginning. it will explain how to upload data to Splunk, how to search it, and how to build some simple dashboards. then you will have a better idea of where to start:

http://docs.splunk.com/Documentation/Splunk/5.0.2/Tutorial/WelcometotheSplunkTutorial

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...