Skip to content

Commit

Permalink
[processor/geoipprocessor] Make README example more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
bencehornak committed Jan 7, 2025
1 parent 7027470 commit e6ca723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/geoipprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ The following settings can be configured:
processors:
# processor name: geoip
geoip:
context: resource
providers:
maxmind:
database_path: /tmp/mygeodb
context: record
attributes: [client.address, source.address, custom.address]
```

0 comments on commit e6ca723

Please sign in to comment.