检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Test data { "k1": "v1", "k2":"v2", "x1":"v3" , "x5": "v4" } Processing rule The e_drop() function is used to delete the data filtered by the e_if() function. If this function is not added, the filtered data is delivered to the default storage target.
Function example Test data { "ctx": "{\"k1\":\"v1\",\"k2\":\"v2\"}" } Processing rule e_set("hello", dct_update(v("ctx"), {"k3": "v3"})) Processing result ctx: {"k1":"v1","k2":"v2"} hello: {"k1": "v1", "k2": "v2", "k3": "v3"} dct_delete Use the dct_delete function to delete dictionary
You can click the buttons in the Operation column of the rule list to copy, modify, or delete a rule. Parent topic: Log Processing
Deleting host groups in batches On the Host Groups tab, select multiple host groups to be deleted and click Delete above the list. In the displayed dialog box, click OK. Parent topic: Host Management
95 _ 127 DEL (Delete) Helpful Links After configuring log indexing, you can use the log alarm function of LTS to set alarm rules to notify you of exceptions in the ingested logs. For details, see Configuring Log Alarm Rules.
95 _ 127 DEL (Delete) Helpful Links After configuring log indexing, you can use the log alarm function of LTS to set alarm rules to notify you of exceptions in the ingested logs. For details, see Configuring Log Alarm Rules.
Uninstalling ICAgent does not delete the installation files. You need to delete them manually if necessary. Host scenarios Only ICAgent installed on Linux hosts can be uninstalled from the Host Management page of the LTS console.
Click Delete in the Operation column to delete the ingestion configuration. Configuring the Collection When CCE is used to ingest logs, the configuration details are as follows: Basic Information: Enter a name containing 1 to 64 characters.
Click Delete in the Operation column to delete the ingestion configuration. Deleting an ingestion configuration may lead to log collection failures, potentially resulting in service exceptions related to user logs.
URI DELETE /v1.0/{project_id}/lts/favorite/{fav_res_id} Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Project ID. For details about how to obtain a project ID, see Obtaining the Project ID, Account ID, Log Group ID, and Log Stream ID.
Before a source writes received events to channels, the interceptor can convert or delete the events. Each interceptor processes only the events received by a given source. Timestamp interceptor This interceptor inserts a timestamp into Flume event headers.
Before a source writes received events to channels, the interceptor can convert or delete the events. Each interceptor processes only the events received by a given source. Timestamp interceptor This interceptor inserts a timestamp into Flume event headers.
Click Delete in the Operation column to delete the ingestion configuration. Deleting an ingestion configuration may lead to log collection failures, potentially resulting in service exceptions related to user logs.
Function example If the value of the content field is 123, delete the age and name fields, and then set the value of the content field to ctx.
Deleting a tag: Click Delete in the Operation column of the tag. WARNING: Deleted tags cannot be recovered. If a tag is used by a transfer task, you need to modify the task configuration after deleting the tag. For details about transfer, see Transferring Logs to OBS.
case when post_pv = 'null' then 0 else (case when post_pv > 0 then post_pv else 0 end) end AS VARCHAR ), '/', cast( case when delete_pv = 'null' then 0 else (case when delete_pv > 0 then delete_pv else 0 end) end AS VARCHAR ), '/', ')' ) AS "PV(Head, Get, Put, Post, Delete