niagaraSystemIndex-NiagaraSystemIndexDeviceExt

This component is automatically added to NiagaraStations and NiagaraEdgeStations in the Supervisor's NiagaraNetwork when the SystemIndexService is installed. In general, this component manages global index queries sent to it from the global system indexer and executes them for an individual NiagaraStation (or NiagaraEdgeStation), unless an individual import or export is configured.

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 Supervisor. In that case, you would add this component under the NiagaraStation modeling the Supervisor in the JACE's NiagaraNetwork

This component is found in the niagaraSystemIndex palette.

Image

Properties

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 Supervisor, the Supervisor will accept it only if this property is set to “true”. This prevents security issues caused by any unauthorized remote NiagaraStation pushing its data to the Supervisor. The Supervisor must be explicitly configured to accept it. By default, this is “false” (so that the Supervisor will not accept exports by default).