Connection Configurations


Data can come from different sources, such as databases. To access such data, connections to these sources need to be established.


EnOS provides a function for users to configure such connections, where users can configuration the connection just once and reuse it in areas such as the Database node, without the need to reconfigure it every time.


This section shows how to configure a data source configuration.

Before You Start

  • Ensure that you have the connection details such as username and password ready.

Procedure

  1. Log in to the EnOS Management Console, go to Device Integration > Connection Configurations, and you will see the list of data sources that have been configured.

  2. Click New Data Source.

  3. Fill in the information as per the below.

    • Basic Information
      • Data Source Type: The data source type, currently supports MySQL.
      • Name: The name for the data source.
      • Description: The description for the data source.


    • Configuration

    The information of configuration depends on the connection type.

    • MySQL:
      • Hostname/IP Address: The connection hostname/IP address of the MySQL database.
      • Database Name: The database name.
      • Port: The port number.
      • Username: The username used to connect to the database.
      • Password: The password of the username entered.
      • Configuration Properties: The properties that define how the connection to MySQL is made. For example: requireSSL=true&useSSL=true.
    • SFTP:
      • Hostname/IP Address: The connection hostname/IP address of the SFTP server.
      • Port: The server port.
      • Logon Type: The authentication method used when logging in to the SFTP server.
        • Normal: Enter the Username and Password used for authentication.
        • Key File: Enter the Username and upload the Private Key File for authentication. The max private key file size is 1M. Enter the Key Password for the private key file if required.


  4. Click Test to test the connectivity.

  5. Click Create to finish creating the data source.


../_images/connection_config_mysql.png