Promote geoip and useragent filters to milestone 3

These filters both have tests and have been around for a while. GOOD JOB
FILTERS!
This commit is contained in:
Jordan Sissel 2014-03-18 11:55:10 -07:00
parent aa1d16ba4d
commit 6ead8ef5bd
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ require "tempfile"
# <http://www.maxmind.com/en/geolite>.
class LogStash::Filters::GeoIP < LogStash::Filters::Base
config_name "geoip"
milestone 1
milestone 3
# The path to the GeoIP database file which Logstash should use. Country, City, ASN, ISP
# and organization databases are supported.

View file

@ -13,7 +13,7 @@ require "tempfile"
# <https://github.com/tobie/ua-parser/>.
class LogStash::Filters::UserAgent < LogStash::Filters::Base
config_name "useragent"
milestone 1
milestone 3
# The field containing the user agent string. If this field is an
# array, only the first value will be used.