Splunk Search

Current Splunk Host and IP

SamHTexas
Builder

How do I confirm the host name & IP address of a  host I am logged in in Splunk GUI?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You can get the Splunk server name with this query.

| rest /services/server/sysinfo splunk_server=local | table splunk_server

I don't  a reliable way to get the IP address, however.  You can try adding a DNS lookup to the above, but that often doesn't work well in corporate networks.

| rest /services/server/sysinfo splunk_server=local 
| table splunk_server
| lookup dnslookup clienthost as splunk_server OUTPUT clienthost as ipAddress
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...