Skip to content

Commit f75b076

Browse files
Debanitrklesmerel
andauthored
Update pipeline/outputs/parseable.md
Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Debabrata Panigrahi <[email protected]>
1 parent c04f030 commit f75b076

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipeline/outputs/parseable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Stream logs, metrics, and traces to [Parseable](https://www.parseable.com) by ut
1414
| `port` | TCP port of your Parseable Ingestor. | `8000` |
1515
| `http_user` | Username for HTTP basic authentication. | `admin` |
1616
| `http_passwd` | Password for HTTP basic authentication. | `admin` |
17-
| `header` | **Required headers for Parseable integration.** Must include `X-P-Stream` (stream name) and `X-P-Log-Source` (telemetry type: `otel-logs`, `otel-metrics`, or `otel-traces`). | **Required** |
18-
| `add_label` | Add custom labels to the telemetry data. | None |
17+
| `header` | Required headers for Parseable integration. Must include `X-P-Stream` (stream name) and `X-P-Log-Source` (telemetry type: `otel-logs`, `otel-metrics`, or `otel-traces`). | _none_ |
18+
| `add_label` | Add custom labels to the telemetry data. | _none_ |
1919
| `log_response_payload` | Log the response payload from the server for debugging. | `False` |
20-
| `metrics_uri` | Specify the HTTP URI for the target web server listening for metrics | `/v1/metrics` |
21-
| `logs_uri` | Specify the HTTP URI for the target web server listening for logs | `/v1/logs` |
22-
| `traces_uri` | Specify the HTTP URI for the target web server listening for traces | `/v1/traces` |
20+
| `metrics_uri` | Specify the HTTP URI for the target web server listening for metrics. | `/v1/metrics` |
21+
| `logs_uri` | Specify the HTTP URI for the target web server listening for logs. | `/v1/logs` |
22+
| `traces_uri` | Specify the HTTP URI for the target web server listening for traces. | `/v1/traces` |
2323
| `tls` | Enable or disable TLS/SSL encryption. | `Off` |
2424

2525
### TLS / SSL

0 commit comments

Comments
 (0)