The only case where you would manually add this component to a NiagaraStation is when you want to set up the JACE to push (export) its index data to the
This component is found in the niagaraSystemIndex palette.

In addition to the standard Retry Trigger, this component provides the following configuration properties.
| Property | Value | Description |
|---|---|---|
| Global Index Status | read-only | Indicates the status of the last global index operation, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Global Index State | Idle (default), Pending, In Progress | Indicates the state of the last global index operation, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Global Index Last Attempt | read-only | Timestamp of the last attempted global index operation, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Global Index Last Success | read-only | Timestamp of the last successful global index operation, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Global Index Last Failure | read-only | Timestamp of the last failed global index operation, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Global Index Fault Cause | read-only | Indicates the reason why the global index operation is in fault, in the scope of the individual NiagaraStation on which this deviceExt resides. |
| Accepts Global Index Requests | true (default), false | When “true”, this NiagaraStation is included in the global system indexing operation. If set to “false”, this NiagaraStation is excluded from the global system indexing operation. You might want to do this for licensing reasons, to specify individual NiagaraStations to exclude. |
| Received Exported Index Last Attempt | read-only | Timestamp of the last attempted received export index operation. This happens only if the remote NiagaraStation is configured to export its index data to the supervisor. |
| Received Exported Index Last Success | read-only | Timestamp of the last successful received export index operation. This happens only if the remote NiagaraStation is configured to export its index data to the supervisor. |
| Received Exported Index Last Failure | read-only | Timestamp of the last failed received export index operation. This happens only if the remote NiagaraStation is configured to export its index data to the supervisor. |
| Received Exported Index Fault Cause | Indicates the reason why the last received export index operation is in fault. This happens only if the remote NiagaraStation is configured to export its index data to the supervisor. | |
| Received Exported Index From Remote Station | true, false (default) | If a NiagaraStation is configured to export its index data to the
|