Data Forwarding to Apache Doris¶
- Complete the setting of rule name and filter conditions;
- Continue configuring the archive.
Configure¶
- Select Apache Doris as the archive type, which means saving the matched data to this database.
- Select JSON as the storage format (❗️ Store data in JSON format, suitable for Doris Stream Load import).
- Fill in the connection information and target table.
- Click Test Connection to verify the configuration.
- Click "OK" to create successfully.
Note
If the archive type information changes, ensure that the configuration of the associated platform is updated synchronously to avoid data write failures due to configuration changes. The new configuration rule will take effect within 5 minutes.
Connection Information¶
| Configuration Item | Description |
|---|---|
| Connection Address | Enter the Doris FE address with HTTP/HTTPS protocol. Multiple nodes should be separated by commas. It is recommended to configure at least two nodes. 8030 is the default FE HTTP port; do not use MySQL port 9030. |
| Database | Target database name |
| Username | Doris username |
| Password | Doris user password |
Target Table¶
| Configuration Item | Description |
|---|---|
| Target Table | Doris table name. If the table does not exist, it will be created automatically. |
| Replica Count | If left blank, the default Doris replica policy will be used. |
Test Connection¶
After filling in the above information, click Test Connection. If the configuration meets the specifications, a success message will be displayed. Click OK to save the current rule.
If the test fails, you need to confirm:
- Whether the connection address is correct
- Whether the username and password are correct
- Whether the database exists
- Whether the user has INSERT and LOAD permissions
