Skip to content

Commit 1c4b72f

Browse files
committed
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>
1 parent 5dac612 commit 1c4b72f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pipeline/outputs/zerobus.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
description: Send logs to Databricks via ZeroBus
2+
description: Send logs to Databricks via Zerobus
33
---
44

5-
# ZeroBus
5+
# Zerobus
66

77
{% hint style="info" %}
88
**Supported event types:** `logs`
99
{% endhint %}
1010

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.
1212

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.
1414

1515
## Configuration parameters
1616

1717
| Key | Description | Default |
1818
| :--- | :--- | :--- |
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_ |
2020
| `workspace_url` | Databricks workspace URL. If no scheme is provided, `https://` is automatically prepended. | _none_ |
2121
| `table_name` | Fully qualified Unity Catalog table name in `catalog.schema.table` format. | _none_ |
2222
| `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
2828

2929
## Get started
3030

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.
3232

3333
### Configuration file
3434

0 commit comments

Comments
 (0)