Commenting out these sections until we have compatibility sorted out.

This commit is contained in:
aetter 2021-05-26 16:12:39 -07:00
parent 1bca85f866
commit 64a78de6db
2 changed files with 4 additions and 2 deletions

View File

@ -87,6 +87,7 @@ response = requests.get(url, cert = (cert_file_path, key_file_path), verify=root
print(response.text) print(response.text)
``` ```
{% comment %}
## Configuring Beats ## 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. 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.certificate: "/full/path/to/client-cert.pem"
ssl.key: "/full/path/to/to/client-cert-key.pem" ssl.key: "/full/path/to/to/client-cert-key.pem"
``` ```
{% endcomment %}
## Using certificates with Docker ## Using certificates with Docker

View File

@ -36,7 +36,7 @@ cryptsetup luksFormat --key-file <key> <partition>
For full documentation on the command, see [the Linux man page](http://man7.org/linux/man-pages/man8/cryptsetup.8.html). For full documentation on the command, see [the Linux man page](http://man7.org/linux/man-pages/man8/cryptsetup.8.html).
{% comment %}
## Beats ## 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. 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 ## Can't update by script when FLS, DLS, or field masking is active