You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: outputs: correct spelling of Zerobus in documentation
- Updated instances of "ZeroBus" to "Zerobus" for consistency throughout the documentation.
- Ensured accurate representation of the Zerobus output plugin and its configuration parameters.
Signed-off-by: mats <mats.kazuki@gmail.com>
Copy file name to clipboardExpand all lines: pipeline/outputs/zerobus.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
description: Send logs to Databricks via ZeroBus
2
+
description: Send logs to Databricks via Zerobus
3
3
---
4
4
5
-
# ZeroBus
5
+
# Zerobus
6
6
7
7
{% hint style="info" %}
8
8
**Supported event types:**`logs`
9
9
{% endhint %}
10
10
11
-
The _ZeroBus_ output plugin lets you ingest log records into a [Databricks](https://www.databricks.com/) table through the ZeroBus streaming ingestion interface. Records are converted to JSON and sent via the ZeroBus SDK using gRPC.
11
+
The _Zerobus_ output plugin lets you ingest log records into a [Databricks](https://www.databricks.com/) table through the Zerobus streaming ingestion interface. Records are converted to JSON and sent via the Zerobus SDK using gRPC.
12
12
13
-
Before you begin, you need a Databricks workspace with a Unity Catalog table configured for ZeroBus ingestion, and an OAuth2 service principal (client ID and client secret) with appropriate permissions.
13
+
Before you begin, you need a Databricks workspace with a Unity Catalog table configured for Zerobus ingestion, and an OAuth2 service principal (client ID and client secret) with appropriate permissions.
14
14
15
15
## Configuration parameters
16
16
17
17
| Key | Description | Default |
18
18
| :--- | :--- | :--- |
19
-
|`endpoint`|ZeroBus gRPC endpoint URL. If no scheme is provided, `https://` is automatically prepended. |_none_|
19
+
|`endpoint`|Zerobus gRPC endpoint URL. If no scheme is provided, `https://` is automatically prepended. |_none_|
20
20
|`workspace_url`| Databricks workspace URL. If no scheme is provided, `https://` is automatically prepended. |_none_|
21
21
|`table_name`| Fully qualified Unity Catalog table name in `catalog.schema.table` format. |_none_|
22
22
|`client_id`| OAuth2 client ID for authentication. |_none_|
@@ -28,7 +28,7 @@ Before you begin, you need a Databricks workspace with a Unity Catalog table con
28
28
29
29
## Get started
30
30
31
-
To send log records to Databricks via ZeroBus, configure the plugin with your ZeroBus endpoint, workspace URL, table name, and OAuth2 credentials.
31
+
To send log records to Databricks via Zerobus, configure the plugin with your Zerobus endpoint, workspace URL, table name, and OAuth2 credentials.
0 commit comments