Application Management

 


Create a dashboard with the visual editor

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Create a dashboard with the visual editor

You can embed your searches in a dashboard -- a custom view in Splunk Web. Dashboards show visualizations of your data such as charts and graphs and are extremely useful for displaying the results of reports and searches. Internally, Splunk dashboards are created in XML, a markup language designed to structure and store information. There are three ways to create and edit dashboards:

This topic shows how to start a dashboard using the visual editor. A later topic will show how to use the simple XML to fine-tune the dashboard.

Add a chart panel

A dashboard is made up of panels. Each panel contains a dashboard module, such as a search box, a chart, or a form. To build a dashboard, you add, configure, and position panels, and specify the searches the panels use. Start by adding a single panel and seeing what you get.

1. From the Search app, select Create new dashboard... from the Actions menu.

AppManageCreateDashboardAction.png

2. Enter business_metrics for the ID and Business Metrics for the Name, then click Create.

AppManageCreateDashDialog.png

3. Click Edit the dashboard.

AppManageCreateDashEmptyMessage.png

4. Select Chart as the Panel type and enter Average Duration by Activity for the Title.

AppManageDashAddChartPanel.png

5. Click on the Saved Search menu to see a list of saved searches you can use for the chart. In this example, you would select Average Duration by Activity.

6. Click Add Panel. The Edit window expands to show the Panel layout.

AppManagePanelLayoutChart.png

7. Click Close to view the dashboard.

AppManageViewSimpleChart.png

Explore the chart panel

Right now, this dashboard has a single panel that displays a chart based on the search you specified. It is formatted with the following chart default features:

There are some less obvious features that are also provided automatically:

View results

The panel automatically displays a View results link.

AppManageViewResultsLink.png

Clicking on View results displays the actual results of the underlying search:

AppManageViewResults.png

Hover over the chart

Hovering over a specific location on the chart shows a pop-up with details.

AppManageChartHover.png

Drill down into the chart

The drilldown feature, introduced in 4.1, gives you different ways to look at your results by generating an in-depth search based on the search in your dashboard. See Understand basic table and chart drilldown actions in the User Manual for more information.

For version 4.1 and higher, click on a specific location on the chart to drill down into the underlying events.

AppManageDrilldown.png

Compare the following two searches:

Embedded search set when you created the dashboard and shown when you click View results:

eventtype="CONTENT_EVENTS" | transaction accountNumber subscriberID maxspan=1m maxpause=30s | timechart span="1m" avg(duration) by activity usenull="f"

Drilldown search generated by clicking on a point on the chart:

eventtype="CONTENT_EVENTS" | transaction accountNumber subscriberID maxspan=1m maxpause=30s | search activity="ActivateSubscriber"

Drilldown both removes and adds components of your search. In this example:

This documentation applies to the following versions of Splunk: 4.1 , 4.1.1 , 4.1.2 , 4.1.3 , 4.1.4 , 4.1.5 , 4.1.6 , 4.1.7 , 4.1.8 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!