Skip to content

Configure Log Parsing


Overview

CloudAEye supports sophisticated log parsing capabilities. This topic describes how user may setup log parsing.

Videos

Prerequisites

User is required to create a logs service.

Getting Started

To access Logs Insights, follow the steps below:

  1. Visit the Logs Service page.
  2. Click on the service you want to create grok parser for.
  3. Click on Edit Grok Parser button.

LogsServiceCreate

Log Parsing

Here are the log parsing features currently supported by CloudAEye logs service.

Grok Filter based Log Parsing

Create Parsing Rule

GrokParserCreate

Provide the following information:

  1. Parser Config Name: Name of the grok parser. This is usually an alpha-numeric string. For example, "myParser-1".
  2. Choose Logs Source: Type of application for which you want to apply the parser.
  3. In the section below you will be given an option (refer to Grok Rules section) to match your log messages to a grok parser.
  4. If the parser matches successfully, you may save it by pressing the Save button.
  5. You may add additional parsers by pressing Add Another Rule.
  6. Once you have saved all the parsers you want, you may apply it to your application by clicking on the Create Parser button.

List Parsing Rules

On the Service Details page of Logs Service, you will see a list of configured grok parsers under the Parsers tab.

GrokParserList

Enable Parsing Rule

In the Parsers tab, you will see all the configured parsers.

GrokParserCreate

To enable a parser you may click on the toggle button.

Disable Parsing Rule

GrokParserCreate

To disable a parser you may click on the toggle button

References

Refer to official Grok documentation for more details.