Skip to content

Commit

Permalink
[4.0][sumologic] Tls and http-batch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Aug 13, 2023
1 parent d7c7fc3 commit ef3fe15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Although [RFC 5424](https://tools.ietf.org/html/rfc5424) limits the structured d
sumologic-http(
collector("ZaVnC4dhaV3_[...]UF2D8DRSnHiGKoq9Onvz-XT7RJG2FA6RuyE5z4A==")
deployment("eu")
tls(peer-verify(yes) ca-dir('/etc/syslog-ng/ca.d'))
);
};
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ The `sumologic-http()` destination supports all {{% xref "/chapter-destinations/

In addition, the `sumologic-http()` destination also has the following options.

{{% include-headless "chunk/option-destination-batch-bytes.md" %}}

{{% include-headless "chunk/option-destination-tls-ca-dir.md" %}}

{{% include-headless "chunk/option-destination-batch-lines.md" %}}

{{% include-headless "chunk/option-destination-tls-ca-dir.md" %}}

{{< include-headless "chunk/option-destination-tls-ca-file.md" >}}



<span id="sumologic-option-token"></span>

## collector() {#sumologic-option-token}
Expand Down
3 changes: 2 additions & 1 deletion content/headless/chunk/option-tls-sumologic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
| Type: | tls options |
| Default: | n/a |

*Description:* Required option. This option sets various options related to TLS encryption, for example, key/certificate files and trusted CA locations. TLS can be used only with tcp-based transport protocols. For details, see {{% xref "/chapter-encrypted-transport-tls/tlsoptions/_index.md" %}}.
*Description:* This option sets various options related to TLS encryption, for example, key/certificate files and trusted CA locations. TLS can be used only with tcp-based transport protocols. For details, see {{% xref "/chapter-encrypted-transport-tls/tlsoptions/_index.md" %}}.

In version 4.0 and newer, using the `tls()` option is optional, and Sumo Logic servers are verified using the system certificate store by default. In earlier versions, this was a required option.

0 comments on commit ef3fe15

Please sign in to comment.