Skip to content

Setup GSF TLS Data Publisher or Subscriber Without Measurement Rights Validation

J. Ritchie Carroll edited this page Apr 26, 2021 · 2 revisions

Data Publisher

By default the GSF STTPS!DATAPUBLISHER is configured with subscriber specific measurement rights enabled. Allowing certain measurements for subscription by a particular data subscriber is controlled by the "Subscriber Measurement Access" screen.

To allow all measurements for all subscribers, similar to how the STTP!DATAPUBLISHER works, add the following the to the STTPS!DATAPUBLISHER connection string:

; validateMeasurementRights=false

This will establish a TLS-secured command channel, i.e., data will be encrypted, but allow all measurements for subscription thereby simplifying configuration.

Data Subscriber

When setting up a TLS-based subscriber in a Time-Series Library host application, e.g., SIEGate, using the "Create Authorization Request" screen, the associated data subscriber record will be configured without an outputMeasurements connection string parameter. In this mode, the subscriber will need to manually subscribe to the desired measurements using the "Measurement Subscriptions" screen which basically is a fancy UI used to simply update target measurements and set the Subscribed field to true.

To simply subscribe to all allowed measurements, add the following the subscriber record connection string:

; outputMeasurements={FILTER ActiveMeasurements WHERE True}
Clone this wiki locally