Updated on 2024-11-15 GMT+08:00

Solution Overview

You can use SecMaster to collect security logs on and off the cloud, as well as transfer security logs from SecMaster to a third-party system and product.

Table 1 Log access and transfer scenarios

Scenario

Operation Guide

Enabling SecMaster to collect logs on Huawei Cloud

For details, see Enabling Log Access.

Enabling SecMaster to transfer logs from SecMaster to a third-party system or product

Refer to the procedure in this practice.

Enabling SecMaster to collect security logs off Huawei Cloud

Refer to the procedure in this practice.

Log Collection Principles

The log collector node works as an intermediate node. It collects, uploads, and delivers logs between SecMaster and the tenant server.

Figure 1 SecMaster log collection principles

Basic Concepts

This part describes basic concepts and functions of the log collection.

  • Log collection component Logstash: collects and transfers logs.
  • Component controller (isap-agent): manages log collection component Logstash and other components.
  • Log collector node: collects logs, transfers logs to SecMaster, and transfers logs out of SecMaster.

    A log collector node is an ECS with the SecMaster component controller installed. The component controller has the log collection component installed. Only one log collector node is required for a tenant.

    Figure 2 Architecture of the log collector node
  • Collector: custom Logstash. A collector node is a custom combination of Logstash+ component controller (isap-agent).
  • Connector: A connector is a basic element for Logstash. It defines the way Logstash receives source data and the standards it follows during the process. Each connector has a source end and a destination end. Source ends and destination ends are used for data inputs and outputs, respectively. The SecMaster pipeline is used for log data transmission between SecMaster and your devices.
  • Parser: A parser is a basic element for configuring custom Logstash. Parsers mainly work as filters in Logstash. SecMaster preconfigures varied types of filters and provides them as parsers. In just a few clicks on the SecMaster console, you can use parsers to generate native scripts to set complex filters for Logstash. In doing this, you can convert raw logs to the format you need.
  • Collection channel: A collection channel is equivalent to a Logstash pipeline. Multiple pipelines can be configured in Logstash. Each pipeline consists of the input, filter, and output parts. Pipelines work independently and do not affect each other. You can deploy a pipeline for multiple nodes. A pipeline is considered one collection channel no matter how many nodes it is configured for.