Reporting

detecting a first-time connection to deployment server

a212830
Champion

Hi,

Is there a way to determine when a new client connects to deployment server?

Tags (2)
0 Karma

s2_splunk
Splunk Employee
Splunk Employee

You can see deployment client connections using this search:

index=_internal source=*splunkd.log component=ClientSessionsManager

But, this is the _internal index, which doesn't survive much past 30 days or so, so if you want a history, you'll probably need to keep track of them yourself; maybe with a temporal lookup table you append to with results from the above search (scheduled to run periodically)?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

For maintaining that lookup table you should take a look at http://blogs.splunk.com/2011/01/11/maintaining-state-of-the-union/

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...