This documentation applies to the following versions of Splunk: 4.0 , 4.0.1 , 4.0.2 , 4.0.3 , 4.0.4 , 4.0.5 , 4.0.6
A Splunk App can be as simple as a collection of one or more event type definitions, searches, and/or saved searches. It can include new views and dashboards, completely reconfiguring the way Splunk looks. Or, it can be as complex as an entirely new program using Splunk's REST API.
When you're using Splunk, you're using an App at all times; we typically refer to that as being "in" an App.
Apps allow you to build different environments that sit on top of one Splunk instance. You can create separate interfaces for the different communities of Splunk users within your organization; one App for troubleshooting email servers, one for Web analysis, and so on. This way, everyone can use the same Splunk instance, but see only data that is relevant to their interests.
The first time you install and log into Splunk, you'll see the App Launcher. This interface shows you the list of Apps that have been preinstalled for you. By default, one of these Apps is the Getting Started App. This App has been developed to introduce new users to Splunk's features. If you're new to Splunk, we recommend you check it out and give us your feedback!
If you do not want the Launcher displayed every time you log into Splunk, you can configure a default App to land in instead on a per-user basis:
user-prefs.conf in the user's local directory:
etc/users/<user>/user-prefs/local/user-prefs.conf
user-prefs.conf file:
default_namespace = search
For example:
admin user the file would be in
etc/users/admin/user-prefs/local/user-prefs.conf
test user, it would be in
etc/users/test/user-prefs/local/user-prefs.conf
If you want search app to be the default globally you can set in default_namespace = search
in $SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf
NOTE: Users who do not have permission to access search apps will encounter error. Use this if all users use search.
Splunk also comes with the Search App and another App to support your OS by default.
If you want to change the App you're in, select a new one from the App drop-down menu at the top left:
You can also return to the Launcher and select another App from there.
You can add other Apps to the list of apps in the Launcher or in the Apps menu. For example, if the bulk of your data operations work involves tasks related to things like change management or PCI (Payment Card Industry) compliance, you'll be happy to know that Splunk has Apps that specialize in helping you with them.
To find more apps to download, click the Browse More Apps tab in the Launcher.
Splunk knowledge is things like saved searches, event types, tags--items that enrich your Splunk data and make it easier to find what you need. In Splunk, these knowledge items are also known as objects.
Any user logged into Splunk Web can create and save these objects to his/her user directory under the App he or she is "in" (assuming they have sufficient permissions). This is the default behavior--any time any user saves an object, it goes into that user's directory for that App.
Once the user has saved the object for that App, it is available to that user only when they are in that App, unless they do one of the following things (and have the correct permissions to do so):
Read more about App architecture and object ownership in this manual.