Skip to content

Commit 1b06f5f

Browse files
authored
geoip2-filter: Correct filter name in example (fluent#2100)
Signed-off-by: DoumanAsh <[email protected]>
1 parent 2fa2f3a commit 1b06f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/filters/geoip2-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline:
3232
dummy: {"remote_addr": "8.8.8.8"}
3333

3434
filters:
35-
- name: gioip2
35+
- name: geoip2
3636
match: '*'
3737
database: GioLite2-City.mmdb
3838
lookup_key: remote_addr
@@ -79,4 +79,4 @@ By running Fluent Bit with this configuration, you will see the following output
7979

8080
```text
8181
{"remote_addr": "8.8.8.8", "country": "United States", "isocode": "US"}
82-
```
82+
```

0 commit comments

Comments
 (0)