The IP addresses or host names for machines that are permitted to index data into HPE IDOL Server (using the specified IndexPort). Separate multiple addresses with a comma. There must be no space before or after a comma.
You can use wildcards in the IP addresses. For example, type 187.*.*.*
to permit any machine whose IP address begins with 187
to access the service's status. You can also filter the IndexClients
parameter using CIDR notation.
If you want to use the HPE Coordinator and HPE Coordinator servers to run and track index commands, you must configure your HPE Coordinator server as an index client by specifying the host name or IP address of the HPE Coordinator server as the value of the IndexClients
parameter. For example, if the host name of your HPE Coordinator server is WIN-IAA62SFQQCV
, edit your HPE Coordinator configuration file as shown below:
[IndexProxy] Port=41201 IndexClients=WIN-IAA62SFQQCV
Note that you must implement this change in the configuration file for each of your HPE Coordinator servers.
Type: | String |
---|---|
Default: | None |
Required: | No |
Configuration Section: | IndexProxy or Server |
Example: | IndexClients=10.1.1.10,127.0.0.1
|
See Also: | IndexPort |
|