Versions Compared

Key

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

...

Code Block
languagetext
@ This is the core configuration file where AWS SiteWise and MQTT Server configuration is performed - details can be found here:
# https://docs.chariot.io/display/CLD80/IBAS%3A+Configuration
/opt/ibas/conf/ibas.properties

# This is the log file directory. Cirrus Link support may ask for these files to resolve configuration, connectivity, or other
# issues.
/opt/ibas/log

# For support tickets and debugging purposes Cirrus Link support may ask you to make modifications to this file on occasion
/opt/ibas/conf/logback.xml

# This starts the IoT Bridge service - note the service starts automatically on boot so using this script directly
# is only generally needed for debugging
sudo /etc/init.d/ibassystemctl start ibas

# This stops the service
sudo /etc/init.d/ibassystemctl stop ibas