Knowledge Management

If the device removed from network then how i will get to know in splunk ??

raja8220
New Member

If the device removed from network or decommissioned then how i will get to know in splunk ??

0 Karma

ashutoshab
Communicator

You can get this done using 'tstats' command. You may run this search Every Hour, Every Day depending upon your requirement.
The below query is for any host that has not sent data for over an hour, you can change the value of 'diff>=3600' to suit your need and run a scheduled search. The 'tstats' command actually does require very less time to complete, it is blazing fast so no need to worry about performance impact.

|tstats latest(_time) as lat_time by host | eval NOW=now() | eval diff=NOW-lat_time | where diff>=3600 | table host
0 Karma

richgalloway
SplunkTrust
SplunkTrust

You will need a list of expected devices in a lookup file. Compare that file's contents to the current list of devices reporting to Splunk to find those that are missing.

---
If this reply helps you, Karma would be appreciated.
0 Karma

raja8220
New Member

How to do that I have file called sw.csv it contain the field host which contain all the IP address ??

0 Karma

richgalloway
SplunkTrust
SplunkTrust

This answer is old, but still works. https://answers.splunk.com/answers/337999/how-to-find-missing-hosts-andor-deployment-clients.html

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...