File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ When the API call is made, it will issue a call to the Splunk server (through a
2323locally hosted redirect server to work around cross-domain issues), and display
2424the response it received.
2525
26+ If you are using a web browser on a different machine than you're running
27+ explorer.py on, you need to open explorer.html by hand, and set the values at
28+ the top of the page appropriately. Scheme, host, and port are the values
29+ required for explorer.py to refer to splunkd. So if explorer.py is running on
30+ the same machine as splunkd, then host can be set to localhost even though from
31+ the browser you are opening explorer.html in, it may not be localhost. The values
32+ of redirect host and redirect port are the host and port your browser needs to refer
33+ to to reach explorer.py. The default port for explorer.py is 8080. You can leave
34+ owner and app empty, but set username and password to your login information for
35+ splunkd.
36+
2637## Future Work
2738
2839- Switch to JSONP once the server supports it
You can’t perform that action at this time.
0 commit comments