Skip to content

Commit

Permalink
doc: update enable description
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric committed Mar 5, 2025
1 parent c95950b commit bdd8281
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion server/agent_config/README-CH.md
Original file line number Diff line number Diff line change
Expand Up @@ -5599,7 +5599,7 @@ inputs:

## vector {#inputs.vector}

### 禁用 Vector 组件 {#inputs.vector.enabled}
### 启用 Vector 组件 {#inputs.vector.enabled}

**标签**:

Expand Down
12 changes: 6 additions & 6 deletions server/agent_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5757,7 +5757,7 @@ inputs:

## Vector {#inputs.vector}

### Vector Component Disabled {#inputs.vector.enabled}
### Vector Component Enabled {#inputs.vector.enabled}

**Tags**:

Expand Down Expand Up @@ -6908,7 +6908,7 @@ processors:
filters:
tag_filters:
HTTP:
- name: request_resource # endpoint, request_type, request_domain, request_resource
- field_name: request_resource # endpoint, request_type, request_domain, request_resource
operator: equal # equal, prefix
value: somevalue
HTTP2: []
Expand Down Expand Up @@ -6958,7 +6958,7 @@ processors:
filters:
tag_filters:
HTTP:
- name: request_resource # endpoint, request_type, request_domain, request_resource
- field_name: request_resource # endpoint, request_type, request_domain, request_resource
operator: equal # equal, prefix
value: somevalue
```
Expand All @@ -6971,15 +6971,15 @@ Supported protocols: https://www.deepflow.io/docs/features/l7-protocols/overview

<mark>Oracle and TLS is only supported in the Enterprise Edition.</mark>

###### Field Name {#processors.request_log.filters.tag_filters.HTTP.name}
###### Field Name {#processors.request_log.filters.tag_filters.HTTP.field_name}

**Tags**:

<mark>agent_restart</mark>

**FQCN**:

`processors.request_log.filters.tag_filters.HTTP.name`
`processors.request_log.filters.tag_filters.HTTP.field_name`

Upgrade from old version: `static_config.l7-log-blacklist.$protocol.field-name`

Expand All @@ -6990,7 +6990,7 @@ processors:
filters:
tag_filters:
HTTP:
- name: ''
- field_name: ''
```

**Enum options**:
Expand Down
4 changes: 2 additions & 2 deletions server/agent_config/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3946,8 +3946,8 @@ inputs:
vector:
# type: bool
# name:
# en: Vector Component Disabled
# ch: 禁用 Vector 组件
# en: Vector Component Enabled
# ch: 启用 Vector 组件
# unit:
# range: []
# enum_options: []
Expand Down

0 comments on commit bdd8281

Please sign in to comment.