Skip to content

Commit 7927bb8

Browse files
esmerelgguillotte
andauthored
Apply suggestions from code review
Co-authored-by: Garrett Guillotte <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent dcaa056 commit 7927bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/filters/geoip2-filter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: Look up Geo data from IP.
44

55
# GeoIP2 filter
66

7-
GeoIP2 Filter lets enrich the incoming data stream using location data from GeoIP2 database.
7+
The GeoIP2 filter lets you enrich the incoming data stream with location data from the GeoIP2 database.
88

99
The `GeoLite2-City.mmdb` database is available from [MaxMind's official site](https://dev.maxmind.com/geoip/geoip2/geolite2/).
1010

11-
## Configuration parameters>
11+
## Configuration parameters
1212

1313
This plugin supports the following configuration parameters:
1414

@@ -20,7 +20,7 @@ This plugin supports the following configuration parameters:
2020

2121
## Get started
2222

23-
The following configuration processes incoming `remote_addr`, and appends country information retrieved from GeoLite2 database.
23+
The following configuration processes the incoming `remote_addr` and appends country information retrieved from the GeoLite2 database.
2424

2525
```python
2626
[INPUT]
@@ -44,7 +44,7 @@ Each `Record` parameter specifies the following triplet:
4444

4545
- `country`: The field name to be added to records.
4646
- `remote_addr`: The lookup key to process.
47-
- `%{country.names.en}`: The query for GeoIP2 database.
47+
- `%{country.names.en}`: The GeoIP2 database query.
4848

4949
By running Fluent Bit with this configuration, you will see the following output:
5050

0 commit comments

Comments
 (0)