> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to use the Auth0 App for Splunk to create a Splunk Auth0 dashboard to visualize your tenant traffic.

# Use Auth0 App for Splunk

<Card title="Before you start">
  [Configure log streaming to Splunk](https://marketplace.auth0.com/integrations/splunk-log-streaming)
</Card>

You can use the **Auth0 App for Splunk** to visualize the data from your Auth0 tenant in a Splunk dashboard. The dashboard allows you to monitor the health of the login traffic for a tenant. The app allows you to use recommended aggregations from Auth0, or to use them as a starting point to create your own custom visualizations.

## Install the Auth0 App for Splunk

1. Log into [Splunk](https://www.splunk.com/).
2. Navigate to the [Auth0 App for Splunk](https://splunkbase.splunk.com/app/5193) app page.
3. Select the green **Install** button.
4. Enter your username and password, accept the terms and conditions, and select **Login and Install**.
5. On the **Complete** widget that results, select the **Open the App** button.
   The Auth0 Dashboard with default filters applied appears.

## Dashboard filters

The following filters exist to allow you to drill down into the specifics of your traffic. You can enter `*` to search across all values for that field.

| Filter      | Description                                                                                                                                                                                        |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Time Range  | A Splunk time input element that lets you choose the duration over which to view events.                                                                                                           |
| Index       | The Splunk `index` you want to search within. While creating your `Http Event Collector Token`, if you specified a particular index, you may use this value from the dropdown.                     |
| HTTP Source | The Splunk `source` name.                                                                                                                                                                          |
| IP          | The IP address whose traffic you want to inspect. This maps to `data.ip` in the log event.                                                                                                         |
| Client      | The client whose traffic you want to inspect. This maps to `data.client_name` in the log event.                                                                                                    |
| Country     | The country whose traffic you want to inspect. This is a field obtained using the `iplocation data.ip` search command in the query. It results in a `Country` field being added to each log event. |
| Username    | The email address whose login traffic you want to inspect. This maps to `data.user_name` in the log event.                                                                                         |

## Customize dashboard

You can customize your Splunk Auth0 security dashboard to add custom data widgets.

1. Navigate to your Auth0 security dashboard and select **edit** in the top right corner.
2. In the Edit Dashboard panel, select **add panel** and then choose a content type. For example line chart, event, or area chart.
3. Enter the time range, content title, and search string for the data visualization.
4. Select **Add to dashboard** to add your new data widget.

## Learn more

* [View Attack Protection Log Events](/docs/secure/attack-protection/view-attack-protection-events)
