1.3 KiB
1.3 KiB
title | description | menu | ||||
---|---|---|---|---|---|---|
influxd-ctl ldap warm-cache | The `influxd-ctl ldap warm-cache` command downloads LDAP group membership and loads the cache on all InfluxDB Enterprise data nodes with that information. |
|
The influxd-ctl ldap warm-cache
command downloads LDAP group membership and
loads the cache on all InfluxDB Enterprise data nodes with that information.
Usage
influxd-ctl ldap warm-cache [flags]
Flags
Flag | Description |
---|---|
-cancel |
Cancel an in-progress cache warm |
-status |
Print cache warm status |
{{% caption %}}
Also see influxd-ctl
global flags.
{{% /caption %}}
Examples
- Warm the LDAP cache
- View the status of cache warm operations
- Cancel an in-progress cache warm operation
Warm the LDAP cache
influxd-ctl ldap warm-cache
View the status of cache warm operations
influxd-ctl ldap warm-cache -status
Cancel an in-progress cache warm operation
influxd-ctl ldap warm-cache -cancel