Overview

The Log Parser Manager is an essential tool designed for the efficient configuration and management of log parsers across different tiers, environments, and technologies. A Log Parser is a tool that reads log files, extracts relevant information, and converts it into a structured format for analysis. It helps in monitoring and troubleshooting applications by processing logs generated by various systems, such as web servers, databases, and applications, making it easier to detect issues, track performance, and understand usage patterns.

Log Parser Configuration

User need to click to add configuration icon at the top right corner of the screen to configure log parser.

  • Tier Name: Type or Select the tier name from the dropdown list. This identifies the logical group of your application components.
  • Env Name: Type or select the environment name.
  • Technology: Choose the technology for which you want to configure the log parser. For example, Tomcat, Mysql, etc.
  • Log Type: Select the Log type that corresponds to the base technology of the log for parser.
  • Source: Choose the source from the dropdown list. For example, File , JournaId
  • Log Path: A Log Path is the file system location or directory where log files are stored. It specifies the exact location of log files that need to be parsed and analyzed. And auto select log path based on Technology.
  • Add: After filling in the necessary fields, click the "Add" button to save the configuration.
  • Cancel: Click the "Cancel" button to discard any changes and reset the form.

Index Table

Below Left side the configuration section, you will see a table listing existing log parser configurations with the following columns:

  • Select Checkbox: Use the checkbox to select a specific configuration for further actions.
  • Tier Name: Displays the tier name associated with the configuration.
  • Env Name: Shows the environment name linked to the configuration.
  • Search: Use the search bar above the table to find specific configurations quickly.
  • Delete: Select configurations using the multiple and single checkbox and click the delete icon to remove them

Summary Table

Below Right side the configuration section, you will see a Summary table listing existing log parser configurations with the following columns:

  • Log Path: A Log Path is the file system location or directory where log files are stored. It specifies the exact location of log files that need to be parsed and analyzed.
  • Log Type: Lists the type of log which type select Technology.
  • Auto Detect/Configured: Shows whether the log path was auto-detected or manually configured.
  • Index Name: Displays the index name used for the configuration.
  • Parser: Indicates the parser file being used.
  • Action: Contains icons for various actions:
    • View: Click to view or edit the existing configuration.
    • Edit: Click to edit the existing configuration.
    • Delete Icon: Click to delete the summary data.

User Click on View Icon to view Log parser data in two format (i)Log Source File (ii) Log Parser File.

  • (i)Log Source File: A Log Source File configuration in the context of log management and parsing is a specification that defines how and where to read log data from a particular source. It sets parameters for reading log files, determining the starting point, adding metadata, and handling the log files in a structured manner.
  • (ii)Log Parser File: A Log Parser File configuration specifies how to parse and transform log data once it has been read from the log source file. It defines the rules for extracting meaningful information from the raw log entries, such as timestamps, log levels, messages, and other relevant fields. This configuration is essential for structuring the log data in a way that can be easily analyzed and queried.
Note:

Users can modify and edit the Log Source File and Log Parser File by clicking the Edit icon. Once all changes have been entered, click the Save button.