﻿---
title: Run a pattern analysis on your log data
description: Detect patterns in unstructured data with pattern analysis in Discover. Categorize log messages, identify common structures, and filter noise during troubleshooting.
url: https://www.elastic.co/elastic/docs-builder/docs/3028/explore-analyze/discover/run-pattern-analysis-discover
products:
  - Kibana
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Run a pattern analysis on your log data
Pattern analysis in **Discover** helps you find patterns in unstructured log messages by performing categorization analysis on text fields. It creates categories based on message structures, displays their distribution in a chart, and provides example documents for each pattern. This makes it easier to identify common log patterns, filter out noise, and focus on anomalous messages during troubleshooting.
Pattern analysis works on any text field. This example uses the [sample web logs data](/elastic/docs-builder/docs/3028/explore-analyze#gs-get-data-into-kibana), or you can use your own log data.
1. Go to **Discover**.
2. Expand the data view dropdown, and select **Kibana Sample Data Logs**.
3. If you don’t see any results, expand the time range, for example, to **Last 15 days**.
4. Click the **Patterns** tab next to **Documents** and **Field statistics**. The pattern analysis starts. The results are displayed under the chart. You can change the analyzed field by using the field selector. In the **Pattern analysis menu**, you can change the **Minimum time range**. This option enables you to widen the time range for calculating patterns which improves accuracy. The patterns, however, are still displayed by the time range you selected in step 3.

![Log pattern analysis results in Discover.](https://www.elastic.co/elastic/docs-builder/docs/3028/explore-analyze/images/kibana-log-pattern-analysis-results.png)

1. (optional) Apply filters to one or more patterns. **Discover** only displays documents that match the selected patterns. Additionally, you can remove selected patterns from **Discover**, resulting in the display of only those documents that don’t match the selected pattern. These options enable you to remove unimportant messages and focus on the more important, actionable data during troubleshooting. You can also create a categorization anomaly detection job directly from the **Patterns** tab to find anomalous behavior in the selected pattern.