This app lets you run a Splunk search on a remote Splunk server within your own Splunk server
| remote
host="mysplunk2.com"
query="index=main | head 50 | table _time host _raw"
username="user"
password="changeme"
| remote
host="mysplunk2.com"
query="index=main | head 50 | table _time host _raw"
token="sometokengeneratedbysplunkstartingv7.3"
| remote
host="mysplunk2.com"
query="| makeresults count=10"
token="sometokengeneratedbysplunkstartingv7.3"
host
(required): Remote Splunk hostnamequery
(required): SPL query to run on the remote serverusername
(optional): Username for authenticationpassword
(optional): Password for authenticationtoken
(optional): Splunk token for authentication (Can be used instead of username and password)port
(optional): Splunk API port (Default to 8089)
- NOTE: Credentials should be supplied as
username
&password
ORtoken