Index Proxy Configuration Parameters
This section describes the configuration parameters that you can set to enable the proxying of index commands through the index port using the GET or POST methods.
For example:
[IndexProxy] IndexPort=40201
Coordinator checks the [IndexProxy]
section first; if this section does contain the required parameters, it checks the [Server]
section.
NOTE: If you want to use the Controller and Coordinator servers to run and track index commands, you must configure your Coordinator server with the index
authorization role in your Controller configurations. For example, the following Controller configuration allows the Coordinator with host name WIN-IAA62SFQQCV
to perform index operations:
[AuthorizationRoles] 0=IndexRole [IndexRole] StandardRoles=Index Clients=WIN-IAA62SFQQCV
You must implement this change in the configuration file for each of your Controller servers.
For more information, see Authorization Roles Configuration Parameters.