Splunk Search

Using the GUI, how can I search for events related to a specific host?

progress101
New Member

I'm in the process of creating a troubleshooting guide for our networking team. I would like to be able to look up event logs via Splunk Enterprise related to a specific host. The parameters for the search will allow us to view with an interface went up/down as well. How can I properly enter this request into the GUI search & reporting app?

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

Hi @progress101,

You can try searching for index=<your-data-index>. Run the search in verbose mode and below on left-hand side you will see list of fields. Click on below-listed fields and check whether which field is relevant to your host value.

  • host
  • source
  • extracted_host
  • if you don't find host value from above fields you can check value for other fields below

Finally, for example, you end-up noticing host field is having values what you need, search: index=<your-data-index> host="<host-you-want-to-search>"

0 Karma

renjith_nair
Legend

@progress101 ,
Doesn't the host field work for you , for e.g. host="your specific host" ?

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...