Splunk Search

can i get the one particular host information from the metadata command?

pentela114
Engager

I am using the below command and it is giving me the whole host lists in the environment, but i need for the particular host. Please suggest?

| metadata type=hosts index=*

Tags (1)

somesoni2
Revered Legend

The metadata command has only index and splunk_server (indexers/search peers) filter, so either you can filter your host information like this

| metadata type=hosts index=* | where host="YourHostHere"

OR use this to get data for just your host.

| tstats count as totalCount min(_time) as firstTime max(_time) as lastTime max(_time) as recentTime WHERE index=* host="YourHostHere"  by host
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...