Skip to content

Commit

Permalink
Add a highlight for elastic#107377
Browse files Browse the repository at this point in the history
The same highlight also serves for elastic#107287, but I don't know an
especially elegant way of making one highlight do double duty, so I
did it the naive way.
  • Loading branch information
joegallo committed Jun 3, 2024
1 parent 3f1a72d commit 43aa78c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog/107377.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ summary: Add support for the 'Enterprise' database to the geoip processor
area: Ingest Node
type: enhancement
issues: []
highlight:
title: "Preview: Support for the 'Anonymous IP' and 'Enterprise' databases to the geoip processor"
body: |-
As a Technical Preview, the `geoip` processor can now use the commercial
https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/enterprise-database[GeoIP2 'Enterprise']
and
https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/anonymous-ip-database[GeoIP2 'Anonymous IP']
databases from MaxMind.
11 changes: 11 additions & 0 deletions docs/reference/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,14 @@ significant improvements in merge times, approximately 3 times faster.
// end::notable-highlights[]


[discrete]
[[preview_support_for_anonymous_ip_enterprise_databases_to_geoip_processor]]
=== Preview: Support for the 'Anonymous IP' and 'Enterprise' databases to the geoip processor
As a Technical Preview, the `geoip` processor can now use the commercial
https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/enterprise-database[GeoIP2 'Enterprise']
and
https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/anonymous-ip-database[GeoIP2 'Anonymous IP']
databases from MaxMind.

{es-pull}107377[#107377]

0 comments on commit 43aa78c

Please sign in to comment.