Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/fluent.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ After you select the Fluent source in the pipeline UI, enter the identifier for

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/http_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ After you select the HTTP/S Server source in the pipeline UI:

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ After you select the Logstash source in the pipeline UI, enter the identifier fo

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ After you select the OpenTelemetry source in the pipeline UI:

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

{{< img src="observability_pipelines/sources/otel_settings.png" alt="The OpenTelemetry source settings" style="width:35%;" >}}

## Secret defaults
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/socket.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ After you select the Socket source in the pipeline UI:

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/splunk_hec.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ After you select the Splunk HEC source in the pipeline UI:

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/splunk_tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ After you select the Splunk TCP source in the pipeline UI, enter the identifier

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/observability_pipelines/sources/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ After you select the Syslog source in the pipeline UI:

{{% observability_pipelines/tls_settings %}}

{{% observability_pipelines/tls_settings_mtls %}}

## Secret defaults

{{% observability_pipelines/set_secrets_intro %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-(Optional) Toggle **Verify certificate** to require connecting clients to present a valid client certificate. This enforces mutual TLS (mTLS), where the Worker verifies the identity of each connecting client.
Loading