- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can i pass command through splunk to remote application server

i want to pass command to remote application server through splunk
application for which i am trying to pass command is uses REST api
command like Start stop command etc
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Are you trying to administer a remote Splunk instance? If so it's definitely possible. Typically you'll simply add -uri https://splunkserver:8089
to the end of your splunk command in the CLI but take a look at the following site for full instructions
http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/AccessandusetheCLIonaremoteserver
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

thanks for replay
we have remote application installed on server .we are getting all logs from it.we are currently using another app to mange the application.now what i am trying to achieve is pass commands from splunk (on click) eg start scan,stop scan etc .so that we will able to manage and analysis from spunk it self
