From 64a78de6dbdffad29aa4c0c9f0f11f03dd81da91 Mon Sep 17 00:00:00 2001 From: aetter Date: Wed, 26 May 2021 16:12:39 -0700 Subject: [PATCH] Commenting out these sections until we have compatibility sorted out. --- docs/security/configuration/client-auth.md | 2 ++ docs/troubleshoot/index.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/security/configuration/client-auth.md b/docs/security/configuration/client-auth.md index 9c7f9868..96229b18 100644 --- a/docs/security/configuration/client-auth.md +++ b/docs/security/configuration/client-auth.md @@ -87,6 +87,7 @@ response = requests.get(url, cert = (cert_file_path, key_file_path), verify=root print(response.text) ``` +{% comment %} ## Configuring Beats You can also configure your Beats so that it uses a client certificate for authentication with OpenSearch. Afterwards, it can start sending output to OpenSearch. @@ -105,6 +106,7 @@ output.opensearch: ssl.certificate: "/full/path/to/client-cert.pem" ssl.key: "/full/path/to/to/client-cert-key.pem" ``` +{% endcomment %} ## Using certificates with Docker diff --git a/docs/troubleshoot/index.md b/docs/troubleshoot/index.md index c9d331cd..67021940 100644 --- a/docs/troubleshoot/index.md +++ b/docs/troubleshoot/index.md @@ -36,7 +36,7 @@ cryptsetup luksFormat --key-file For full documentation on the command, see [the Linux man page](http://man7.org/linux/man-pages/man8/cryptsetup.8.html). - +{% comment %} ## Beats If you encounter compatibility issues when attempting to connect Beats to OpenSearch, make sure you're using the Apache 2.0 distribution of Beats, not the default distribution, which uses a proprietary license. @@ -80,7 +80,7 @@ output { } } ``` - +{% endcomment %} ## Can't update by script when FLS, DLS, or field masking is active