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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

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

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...