File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
99The ` 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
1313This 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
4949By running Fluent Bit with this configuration, you will see the following output:
5050
You can’t perform that action at this time.
0 commit comments