Managing Host Groups¶
Host groups allow you to configure host log ingestion efficiently. You can add multiple hosts to a host group and associate the host group with log 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 also use host groups to modify the log collection paths for multiple hosts at one go.
You can create host groups of the IP address and custom identifier types.
Creating a Host Group (IP Address): Select hosts of the IP address type and add them to the host group.
Creating a Host Group (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.
Note
Host groups with custom identifiers are suitable for the following scenarios:
In custom network environments like VPCs, potential IP address conflicts among hosts may impede ICAgent management in LTS. Using custom identifiers can resolve this issue.
Multiple servers using the same custom identifier enable auto scaling of host groups. Simply assign a custom identifier for a new host; LTS will then automatically identify the host and add it to corresponding host group with the same identifier.
Creating a Host Group (IP Address)¶
Log in to the management console and choose Management & Deployment > Log Tank Service.
In the navigation pane, choose Host Management.
Click Create Host Group in the upper right corner.
In the displayed slide-out panel, enter a host group name, select IP for Host Group Type, and select a host OS (Linux or Windows).
In the host list, select one or more hosts to add to the group and click OK.
You can filter hosts by host name or host IP address. You can also click and enter multiple host IP addresses in the displayed search box to search for matches.
If your desired hosts are not in the list, click Install ICAgent. On the displayed page, install ICAgent on the hosts as prompted. For details, see Installing ICAgent (Intra-Region Hosts).
Creating a Host Group (Custom Identifier)¶
To create a host group of the custom identifier type, you need to plan the hosts to be identified in advance.
Click Create Host Group in the upper right corner.
In the displayed slide-out panel, enter a host group name, select Custom Identifier for Host Group Type, and select a host OS (Linux or Windows).
Click and enter a custom identifier.
Note
Up to 10 custom identifiers can be added.
Click OK. After the host group is created, go to 5 to add hosts to it.
Perform the following operations to create the custom_tag file to save host tags:
Log in to the host and run the cd /opt/cloud command. If the system indicates that the /opt/cloud directory does not exist, run the mkdir /opt/cloud/ command to create it. If the /opt/cloud directory already exists, navigate to it and run the mkdir lts command to create the lts directory in it.
Run the chmod 750 lts command to modify the permission on the lts directory.
Run the touch custom_tag command in the lts directory to create the custom_tag file.
Run the chmod 640 custom_tag;vi custom_tag command to modify the custom_tag permission and open the file.
Press i to enter the insert mode, enter a custom identifier, press Esc, enter :wq!, save the modification and exit.
Use either of the following methods to add a host to the custom identifier host group:
¶ Type
Method 1 (Recommended)
Method 2
Linux host
View the host's identifier in the custom_tag file of the /opt/cloud/lts directory on the host. Then, add the identifier to the host group to include the host within it. For example, if the custom_tag file in the /opt/cloud/lts directory shows the host's identifier as test1, simply add test1 to the group's custom identifiers.
Add the host group's custom identifier to the custom_tag file in the /opt/cloud/lts directory on the host to include the host within the host group. For example, if the group's custom identifier is test, enter test into the custom_tag file.
If the group has multiple custom identifiers, simply enter any one of them into the custom_tag file of the /opt/cloud/lts directory on the host.
Windows host
View the host's identifier in the custom_tag file of the C:\opt\cloud\lts directory on the host. Then, add the identifier to the host group to include the host within it. For example, if the custom_tag file in the C:\opt\cloud\lts directory shows the host's identifier as test1, simply add test1 to the group's custom identifiers.
Add the host group's custom identifier to the custom_tag file in the C:\opt\cloud\lts directory on the host to include the host within the host group. For example, if the group's custom identifier is test, enter test into the custom_tag file.
If the group has multiple custom identifiers, simply enter any one of them into the custom_tag file of the C:\opt\cloud\lts directory on the host.
Modifying a Host Group¶
You can change the name of a host group, add hosts to or remove hosts from a host group, or associate a host group with log ingestion configurations. For details, see Table 2.
Operation | Procedure |
---|---|
Changing a host group name |
|
Adding hosts to a host group | Method 1:
Method 2:
|
Removing a host from a host group |
Note This operation is not supported for hosts in the custom identifier host group. |
Uninstalling ICAgent from a host |
|
Removing hosts from a host group |
|
Associating a host group with an ingestion configuration |
|
Disassociating a host group from an ingestion configuration |
|
Disassociating a host group from multiple ingestion configurations |
|
Copying a host group ID | Hover your cursor over a host group name to copy the host group ID. |
Exporting host information |
|
Deleting Host Groups¶
Choose Host Management in the navigation pane and click the Host Groups tab.
Delete a host group:
Click the deletion icon in the Operation column of the row containing the target host group.
In the displayed dialog box, click OK.
Delete host groups in batches:
Select host groups to be deleted and click Delete above the list.
In the displayed dialog box, click OK.