Skip to content

Commit 0d1efad

Browse files
authored
Merge pull request #159 from montac/patch-1
Fix geoip code example
2 parents a277c03 + a5dbd16 commit 0d1efad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/filter/geoip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fluent-plugin-elasticsearch
176176
country_code ${country.iso_code["host"]}
177177
country_name ${country.names.en["host"]}
178178
</record>
179-
</match>
179+
</filter>
180180
181181
<match apache.access>
182182
@type elasticsearch

0 commit comments

Comments
 (0)