mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
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:
parent
aa1d16ba4d
commit
6ead8ef5bd
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue