Hi,
I need to list all the Source Server Details (Hosname and IP Address) including log paths & Log File names which are sending logs to Splunk environment. Following query doesn't fetch IP Address. Is there any better way to do it ?
index=*
| stats values(source) as sources ,values(sourcetype) as sourcetype by host
↧