Skip to content

Commit

Permalink
Merge pull request elastic#556 from leandromoreira/patch-2
Browse files Browse the repository at this point in the history
Escapes character "_" in order to show properly on documentation.
  • Loading branch information
jordansissel committed Jul 22, 2013
2 parents b2444a1 + 2d18afa commit 2a19fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/logstash/filters/geoip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class LogStash::Filters::GeoIP < LogStash::Filters::Base
# are included in the event.
#
# For the built in GeoLiteCity database, the following are available:
# city_name, continent_code, country_code2, country_code3, country_name,
# dma_code, ip, latitude, longitude, postal_code, region_name, timezone
# city\_name, continent\_code, country\_code2, country\_code3, country\_name,
# dma\_code, ip, latitude, longitude, postal\_code, region\_name, timezone
config :fields, :validate => :array

# Specify into what field you want the geoip data.
# This can be useful for example if you have a src_ip and dst_ip and want
# This can be useful for example if you have a src\_ip and dst\_ip and want
# information of both IP's
config :target, :validate => :string, :default => 'geoip'

Expand Down

0 comments on commit 2a19fb9

Please sign in to comment.