Getting Data In

query for searching passive hosts

kteng2024
Path Finder

Can someone please explain me what does the following query will do step by step ?

  type=hosts | sort -recentTime | convert ctime(recentTime) as Latest_Time

thank you

0 Karma

richgalloway
SplunkTrust
SplunkTrust

That query is not valid. I believe the correct version would be

| metadata type=hosts | sort -recentTime | convert ctime(recentTime) as Latest_Time

which retrieves a list of host names from the default indexes, sorts them from most-recently used to least-recently used, then converts the recentTime field from epoch format into text and renames it to Latest_Time.

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

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

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