Configuring MySQL Connectors

Connectors allow Stellar Cyber to collect data from external sources and add it to the data lake.

You can install a connector to the OpenDental MySQL database or another data source. There can be any number of MySQL connectors.

Stellar Cyber connectors with the Collect function (collectors) may skip collecting some data when the ingestion volume is large, which potentially can lead to data loss. This can happen when the processing capacity of the collector is exceeded.

Connector Overview: MySQL

Capabilities

  • Collect: Yes

  • Respond: No

  • Native Alerts Mapped: No

  • Runs on: DP

  • Interval: Configurable

Collected Data

Content Type

Index

Locating Records

SQL Result

Syslog

 

msg_class:

OpenDental

or, <data_source> for a provided Data Source

msg_origin.source:

opendental

or, <data_source> for a provided Data Source

msg_origin.vendor

OpenDental

or, for a provided Data Source:

  • <data_source> for root tenant

  • <data_source>_<tenant_id> for any non-root tenant

msg_origin.category:

crm

Domain

N/A

Response Actions

N/A

Third Party Native Alert Integration Details

N/A

Required Credentials

  • Server Hostname or IP, Username, Password, and Database Name

               Let us know if you find the above overview useful.

Adding a MySQL Connector

To add a MySQL connector:

  1. Add the connector in Stellar Cyber
  2. Test the connector
  3. Verify ingestion

Adding the Connector in Stellar Cyber

To add a MySQL connector in Stellar Cyber:

  1. Log in to Stellar Cyber.

  2. Click System | Integration | Connectors. The Connector Overview appears.

  3. Click Create. The General tab of the Add Connector screen appears. The information on this tab cannot be changed after you add the connector.

    The asterisk (*) indicates a required field.

  4. Choose Database from the Category drop-down.

  5. Choose MySQL from the Type drop-down.

  6. For this connector, the supported Function is Collect, which is enabled already.

  7. Enter a Name.

    This field does not accept multibyte characters.

  8. Choose a Tenant Name. The Interflow records created by this connector include this tenant name.

  9. Choose the device on which to run the connector.

  10. (Optional) When the Function is Collect, you can create Log Filters. For information, see Managing Log Filters.

  11. Click Next. The Configuration tab appears.

    The asterisk (*) indicates a required field.

  12. Enter the Server Hostname or IP. This is the hostname or IP address of the MySQL server. If entering a hostname, do not include https.

  13. Enter the Username of a user with read access to the database.

  14. Enter the Password for that user.

    The password should not include non-ASCII special characters.

  15. Enter the Database Name. This is the name of the database on the MySQL server.

  16. Enter the Select Columns that you want to ingest. Separate column names with commas, or enter * for all columns.

  17. Enter the From Table. This is the table name in the database.

  18. Enter the Where Condition. This is an optional query condition in MySQL syntax. If you do not want to use a condition, leave it blank.

  19. Enter the Datetime Column. This is the column in the database containing the date and time information for the logs. The Datetime Column accepts epoch, mysql data type datetime, and timestamp.

  20. Enter the Data Source. You can select OpenDental from the dropdown or enter another value, for example, a vendor.

  21. Choose the Interval (min). This is how often the logs are collected.

  22. Enter the Data Timezone. This is the timezone for the data stored in the MySQL database.

  23. Choose the Content Type you would like to collect. The logs for SQL Result are supported.

  24. Click Next. The final confirmation tab appears.

  25. Click Submit.

    To pull data, a connector must be added to a Data Analyzer profile if it is running on the Data Processor.

The new connector is immediately active.

Testing the Connector

When you add (or edit) a connector, we recommend that you run a test to validate the connectivity parameters you entered. (The test validates only the authentication / connectivity; it does not validate data flow).

For connectors running on a sensor, Stellar Cyber recommends that you allow 30-60 seconds for new or modified configuration details to be propagated to the sensor before performing a test.

  1. Click System | Integrations | Connectors. The Connector Overview appears.

  2. Locate the connector that you added, or modified, or that you want to test.

  3. Click Test at the right side of that row. The test runs immediately.

    Note that you may run only one test at a time.

Stellar Cyber conducts a basic connectivity test for the connector and reports a success or failure result. A successful test indicates that you entered all of the connector information correctly.

To aid troubleshooting your connector, the dialog remains open until you explicitly close it by using the X button. If the test fails, you can select the  button from the same row to review and correct issues.

The connector status is updated every five (5) minutes. A successful test clears the connector status, but if issues persist, the status reverts to failed after a minute.

Repeat the test as needed.

ClosedDisplay sample messages...

Success !

Failure with summary of issue:

Show More example detail:

 

Verifying Ingestion

To verify ingestion:

  1. Click Investigate | Threat Hunting. The Interflow Search tab appears.
  2. Change the Indices to Syslog. The table immediately updates to show ingested Interflow records.