Skip to content

Commit dcfbb13

Browse files
committed
Reference that it's possible to reload secure settings
1 parent 2790b48 commit dcfbb13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/ingest/apis/put-ip-location-database.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Creates or updates an IP geolocation database configuration.
99
IMPORTANT: The Maxmind `account_id` shown below requires a license key. Because the license key is sensitive information,
1010
it is stored as a <<secure-settings,secure setting>> in {es} named `ingest.geoip.downloader.maxmind.license_key`. Only
1111
one Maxmind license key is currently allowed per {es} cluster. A valid license key must be in the secure settings in order
12-
to download from Maxmind. The license key setting does not take effect until all nodes are restarted.
12+
to download from Maxmind. The license key setting does not take effect until all nodes are restarted or a
13+
<<cluster-nodes-reload-secure-settings, `reload_secure_settings`>> request is executed.
1314

1415
[source,console]
1516
----

0 commit comments

Comments
 (0)