Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
Sparkplug SiteWise Bridge has been renamed to <a href="https://docs.chariot.io/display/CLD80/IBAS%3A+Configuration">IoT Bridge for SiteWise</a>. You will be redirected to the new documentation.
<br>
Click in the link above if you are not automatically redirected in 10 seconds.
</div>
<meta http-equiv="refresh" content="10; URL='https://docs.chariot.io/display/CLD80/IBAS%3A+Configuration'" />

Sparkplug SiteWise Bridge is not available but is coming October, 2020

Sparkplug SiteWise Bridge is configured with a configuration file

Code Block
# The AWS access key with the ability to access AWS SiteWise
#aws_access_key =

# The AWS secret key with the ability to access AWS SiteWise
#aws_secret_key =

# The AWS Region that SiteWise is located
aws_sitewise_region = us-east-1

# The MQTT Server URL
mqtt_server_url = tcp://localhost:1883

# The MQTT Server name
mqtt_server_name = Chariot SCADA

# The MQTT username (if required by the MQTT Server)
mqtt_username = admin

# The MQTT password (if required by the MQTT Server)
mqtt_password = changeme

# The MQTT keep-alive timeout in seconds
mqtt_keepalive_timeout = 30

# The path to the TLS Certificate Authority certificate chain
#mqtt_ca_cert_chain_path =

# The path to the TLS certificate
#mqtt_client_cert_path =

# The path to the TLS private key
#mqtt_client_private_key_path =

# The TLS private key password
#mqtt_client_private_key_password =

# Whether or not to verify the hostname against the server certificate
#mqtt_verify_hostname = false

# Whether or not to block auto-rebirth requests
#block_auto_rebirth = false

# The primary host ID if this is the acting primary host
#primary_host_id =

# The MQTT Client ID
# It is recommend to not set this unless there is a specific reason to do so. If this is not set a random client ID will be automatically generated
#client_id =