Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.3 KB

File metadata and controls

29 lines (22 loc) · 2.3 KB
mapped_pages applies_to products description
stack serverless
ga
ga
id
kibana
Detect patterns in unstructured data with pattern analysis in Discover. Categorize log messages, identify common structures, and filter noise during troubleshooting.

Run a pattern analysis on your log data [run-pattern-analysis-discover]

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, or you can use your own log data.

  1. Go to Discover.
  2. Expand the {{data-source}} 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.

:::{image} /explore-analyze/images/kibana-log-pattern-analysis-results.png :alt: Log pattern analysis results in Discover. :screenshot: :::

  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-job}} directly from the Patterns tab to find anomalous behavior in the selected pattern.