fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

Typo in geoip plugin doc #635

Open cchaussat opened 5 years ago

cchaussat commented 5 years ago

In Use cases section configuration example

@type geoip backend_library geoip2_c # Set key name for the client ip address values geoip_lookup_keys host # Specify key name for the country_code values country_code ${country.iso_code["host"]} country_name ${country.names.en["host"]} Last line should be (and not )