Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/reference/migration/migrate_6_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
must now be specified in the client settings instead.

See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Storage Client Settings].

==== Ingest Geoip Plugin

* In earlier versions, database files have been stored as gzip compressed files with the extension `.gz` to
save disk space. As a consequence, database files had to be loaded in memory. Now the default database files
that are stored uncompressed as `.mmdb` files which allows to memory-map them and save heap memory. Any
custom database files must also be stored uncompressed. Consequently, the `database_file` property in any
ingest pipelines that use the Geoip Processor must refer to the uncompressed database files as well.