icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Web Terminal for Splunk
SHA256 checksum (web-terminal-for-splunk_114.tgz) 9d7adced21423147dfb210b67186acf061868198c75965e32ac54ace4cae136b SHA256 checksum (web-terminal-for-splunk_113.tgz) b5d29ca6e9bc0bd17b78d1cd6c0cdacda2917e02cd4dbc57b3538ba90bbaf7cb SHA256 checksum (web-terminal-for-splunk_112.tgz) 495c124e52669b66c6c1770985de1fb3e8faa1010928c4155d644145d9f3cb0b
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Web Terminal for Splunk

This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
A simple in-browser gateway to Splunk CLI - Command Line Interface.

You can use Splunk's CLI to monitor, configure, and execute searches on your Splunk server. Learn more about Splunk CLI:
http://docs.splunk.com/Documentation/Splunk/latest/Admin/AbouttheCLI

This app does not support executing commands in interactive mode. This means you cannot, for example, run Python shell using 'splunk cmd python' command, but you can list local apps: 'splunk display app'.

Type help for the list of available commands.

Take a look at the Documentation tab for some CLI tips.

A few tips and examples of what can be achieved using this app.

  • Access and modify Splunk settings on a remote server without having to connect through SSH or remote desktop to it. Especially valuable when you don't like adding an exception to your firewall for splunkd port to quickly change something.

  • Access settings that are not exposed through the common SplunkWeb UI.

Example:

splunk show config web

This will list all the active settings inside web.conf

splunk cmd splunkd rest POST /servicesNS/nobody/system/configs/conf-web/settings minify_js=false

This command will disable JavaScript minification that would make some js debugging easier.


  • Display license information

Example:

splunk list licenses

  • Execute commands on remote Splunk servers

Example:

 Run a search
splunk search bob -uri https://remoteserver:8089 -auth admin:password

 Restart remote server
splunk _internal call /services/server/control/restart -method POST -uri https://remoteserver:8089 -auth admin:goodpassword

  • Browse remote server's file tree

Example:

 Browsing /var/log directory on a Unix box:
splunk search "| rest /services/admin/file-explorer/%252Fvar%252Flog count=100 | sort -hasSubNodes, name | table name, hasSubNodes, fileSize, lastModifiedTime"

  • Restart only SplunkWeb without leaving the browser. Useful when developing apps with custom python scripts or endpoints.

Example:

splunk restartss

  • Package your app

Example:

splunk package app {name}

The archive can then be downloaded from the management port of your Splunk installation:
https://localhost:8089/static/app-packages/{name}.spl

Release Notes

Version 1.1.4
Dec. 12, 2013
  • Restricted acceess to cmd * commands
Version 1.1.3
Oct. 31, 2013
  • better handling for restart/restartss command
Version 1.1.2
Oct. 10, 2013
  • fixed html encoding problem

Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.