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.
4
4
5
5
# GeoIP2 filter
6
6
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.
8
8
9
9
The ` GeoLite2-City.mmdb ` database is available from [ MaxMind's official site] ( https://dev.maxmind.com/geoip/geoip2/geolite2/ ) .
10
10
11
- ## Configuration parameters>
11
+ ## Configuration parameters
12
12
13
13
This plugin supports the following configuration parameters:
14
14
@@ -20,7 +20,7 @@ This plugin supports the following configuration parameters:
20
20
21
21
## Get started
22
22
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.
24
24
25
25
``` python
26
26
[INPUT ]
@@ -44,7 +44,7 @@ Each `Record` parameter specifies the following triplet:
44
44
45
45
- ` country ` : The field name to be added to records.
46
46
- ` remote_addr ` : The lookup key to process.
47
- - ` %{country.names.en} ` : The query for GeoIP2 database.
47
+ - ` %{country.names.en} ` : The GeoIP2 database query .
48
48
49
49
By running Fluent Bit with this configuration, you will see the following output:
50
50
You can’t perform that action at this time.
0 commit comments