Dynamic form-based dashboard

In this section, we will create a dynamic form-based dashboard in our Destinations app to allow users to change input values and rerun the dashboard, presenting updated data. Here is a screenshot of the final output of this dynamic form-based dashboard:

Dynamic dashboard with form input

Let's begin by creating the dashboard itself and then generate the panels:

  1. Go the search bar in the Destinations app
  2. Run this search command:
SPL> index=main status_type="*" http_uri="*" server_ip="*" 
           | top status_type, status_description, http_uri, server_ip

Be careful when copying commands with quotation marks. It is best to type in the entire search command to avoid problems.

  1. Go to Save As | Dashboard Panel
  2. Fill in the information based on the following screenshot:
  1. Click on Save
  2. Close the pop-up window that appears (indicating that the dashboard panel was created) by clicking on the X in the top-right corner of the window