Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

(New) Managing Host Groups

Updated on 2025-03-03 GMT+08:00

Host groups allow you to configure host data ingestion efficiently. You can add multiple hosts to a host group and associate the host group with ingestion configurations. The ingestion configurations will then be applied to all the hosts in the host group. When there is a new host, simply add it to a host group and the host will automatically inherit the log ingestion configurations associated with the host group.

You can create host groups of the IP address and custom identifier types.

  • Host Group Type set to IP: Select hosts of the IP address type and add them to the host group.
  • Host Group Type set to Custom Identifier: You need to create identifiers for each host group and host. Hosts with an identifier will automatically be included in the corresponding host group sharing that identifier.

Constraints

To use the new host group management function, switch to the new access center. To go to the old host group management page, choose Access > Access Center in the navigation pane on the left and then click Back to Old Version in the upper right corner.

Creating a Host Group (IP Address)

  1. Log in to the AOM 2.0 console.
  2. In the navigation pane, choose Settings > Collection Settings > Host Groups and click Create Host Group in the upper right corner.
  3. In the displayed slide-out panel, enter a host group name, select IP for Host Group Type, and select a host OS (Linux).
    Figure 1 Creating an IP address host group
  4. In the host list, select one or more hosts to add to the group and click OK.
    • You can filter hosts by host name/ID or IP address. You can also click and enter multiple host IP addresses in the displayed search box to search.
    • If your desired hosts are not in the list, click Install UniAgent. On the displayed page, install UniAgents on the hosts as prompted. For details, see (New) Installing UniAgents.
    • When the selected hosts do not have UniAgent installed but have an earlier version of ICAgent installed, an upgrade prompt appears. To enable automatic UniAgent installation later, click Upgrade to first upgrade ICAgent to the latest version.
    • If the selected hosts do not have both UniAgent and ICAgent installed (either UniAgent or ICAgent is in the Not installed state), click OK. A dialog box will pop up, indicating the missing UniAgent or ICAgent and the number of hosts without UniAgent or ICAgent installed.
      • When selecting an ECS, click OK in the dialog box. The system will then issue a task for automatically installing either UniAgent or ICAgent. Otherwise, the host cannot be added to the host group.
      • When selecting a host of the Other type, manually install UniAgent and ICAgent first. Otherwise, the host cannot be added to the host group. For details, see (New) Installing UniAgents.
    • Click in the upper right corner of the host list to manually refresh the list.

Creating a Host Group (Custom Identifier)

  1. Log in to the AOM 2.0 console.
  2. In the navigation pane, choose Settings > Collection Settings > Host Groups and click Create Host Group in the upper right corner.
  3. In the displayed slide-out panel, enter a host group name, select Custom Identifier for Host Group Type, and select a host OS (Linux).
    Figure 2 Creating a custom identifier host group

  4. Click Add to add a custom identifier.

    Max.: 128 characters. Only letters, digits, underscores (_), and hyphens (-) are allowed. Up to 10 custom identifiers can be added.

  5. Click OK. After the host group is created, go to 6 to add hosts to it.
  6. Log in to the host and perform the following operations as the root user to create the custom_tag file for storing host tags.
    1. Run the cd /opt/cloud command.
      • If the /opt/cloud directory already exists, navigate to it and run the mkdir lts command to create the lts directory in it.
      • If the /opt/cloud directory does not exist, run the mkdir /opt/cloud/ command to create it, and then run the mkdir lts command to create the lts directory.
    2. Run the chmod 750 lts command to modify the permission on the lts directory.
    3. Run the touch custom_tag command in the lts directory to create the custom_tag file.
    4. Run the chmod 640 custom_tag;vi custom_tag command to modify the custom_tag file permission and open the file.
    5. Press i to enter the insert mode, enter a custom identifier, press Esc, enter :wq!, save the modification and exit.
    6. Use either of the following methods to add a host to the custom identifier host group:
      Table 1 Methods

      Type

      Method 1 (Recommended)

      Method 2

      Linux host

      1. View the host identifier in the custom_tag file of the /opt/cloud/lts directory on the host.
      2. On the host group configuration page, add the host identifier as the custom identifier for the host group to include the host in that group.

        For example, in the custom_tag file of the /opt/cloud/lts directory on the host, the identifier of the host is test1, and the custom identifier of the host group is set to test1. In this way, the host is added to the host group.

      1. Configure a custom identifier before creating a host group.
      2. Add the custom identifier to the custom_tag file in the /opt/cloud/lts directory of the host. The host can then be added to the specified host group.

        For example, if the custom identifier of the host group is set to test during host group creation, enter test in the custom_tag file to add the host to the host group.

      If multiple custom identifiers are added, enter any custom identifier in the custom_tag file of the /opt/cloud/lts directory on the host to add the host to the host group.

Other Operations

You can change a created host group, add hosts to or remove hosts from a host group, or associate a host group with log ingestion configurations.

Table 2 Operations on host groups

Operation

Procedure

Changing a host group

  1. Locate the target host group and click in the Operation column.
  2. On the displayed dialog box, modify the information such as the host group name, custom identifier, and remark.
  3. Click OK.

Adding hosts to a host group

  1. Click next to the target IP address host group.
  2. Click Add Host.
  3. In the displayed slide-out panel, all hosts that are not in the host group and run the selected OS type are displayed. Select the hosts to be added to the host group.
    • You can filter hosts by host name/ID or IP address. You can also click and enter multiple host IP addresses in the displayed search box to search.
    • If your desired hosts are not in the list, click Install UniAgent. On the displayed page, install UniAgents on the hosts as prompted. For details, see (New) Installing UniAgents.
  4. Click OK.

This operation is not supported for hosts in a custom identifier host group. To add hosts to a custom identifier host group, refer to 6.

Removing a host from a host group

  1. Click next to the target IP address host group.
  2. Locate the target host and click Remove in the Operation column.
  3. In the displayed dialog box, click OK.

This operation is not supported for hosts in a custom identifier host group.

Removing hosts in batches

  1. Locate the target host group and click next to it.
  2. Select the target hosts and click Remove above the list.
  3. Click OK.

This operation is not supported for hosts in a custom identifier host group.

Viewing log ingestion rules

  1. Locate the target host group and click next to it.
  2. Click the Associated Ingestion Configurations tab to view the log ingestion rules configured for the host group.

For how to configure log ingestion rules for the host group, see Managing Metric and Log Ingestion.

Viewing metric access rules

  1. Locate the target host group and click next to it.
  2. Click the Metric Access Rules tab to view the metric access rules configured for the host group.

    For how to configure metric ingestion rules for the host group, see Managing Metric and Log Ingestion.

Associating a host group with an ingestion configuration

  1. Locate the target host group and click next to it.
  2. Click the Associated Ingestion Configurations tab and then click Associate.
  3. In the displayed slide-out panel, select the target ingestion configuration.
  4. Click OK. The associated ingestion configuration is displayed in the list.

Disassociating a host group from an ingestion configuration

  1. Click the Associated Ingestion Configurations tab, locate the target ingestion configuration, and then click Disassociate in the Operation column.
  2. Click OK.

Disassociating a host group from multiple ingestion configurations

  1. Click the Associated Ingestion Configurations tab, select target ingestion configurations, and then click Disassociate above the list.
  2. Click OK.

Copying host group information

Hover your cursor over a host group name to copy a host group ID.

Deleting a host group

  1. Locate the target host group and click in the Operation column.
  2. In the displayed dialog box, click OK.

Deleting host groups in batches

  1. Select multiple host groups to be deleted and click Delete above the list.
  2. In the displayed dialog box, click OK.

Managing tags

Tag log groups as required.

  1. Locate the target host group and click in the Operation column.
  2. On the displayed page, enter a tag key and value.

Precautions:

  • To add more tags, repeat the preceding step.
  • To delete a tag, locate the target host group and click in the Operation column. On the displayed page, locate the target tag and click in the Operation column.
  • A tag key can contain up to 128 characters, and a tag value can contain up to 255 characters.
  • A tag key must be unique.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback