Skip to content

Commit

Permalink
doc: fix example error of ext_groupinfo_filter (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakorse authored Apr 12, 2023
1 parent a9ac34d commit bcf8a41
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/cn/data-pipeline/extension/ext-groupinfo-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ flushers:
extensions:
- Type: ext_groupinfo_filter
Tags:
tag1: tag1
tag1:
Pattern: tag1
```
## 使用命名扩展
Expand Down Expand Up @@ -96,10 +97,12 @@ flushers:
extensions:
- Type: ext_groupinfo_filter/tag1
Tags:
tag1: tag1
tag1:
Pattern: tag1
- Type: ext_groupinfo_filter/tag2
Tags:
tag2: tag2
tag2:
Pattern: tag2
```


Expand Down

0 comments on commit bcf8a41

Please sign in to comment.