Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/send-data/hosted-collectors/amazon-aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Amazon Web Services (AWS) is a secure [cloud](https://aws.amazon.com/what-is-cl

Sumo Logic offers hosted Sources to collect from many AWS products.

:::note
Package installers require Transport Layer Security (TLS) 1.2 or higher.
:::

In this section, we'll introduce the following concepts:

<div className="box-wrapper" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('img/send-data/cloud-syslog.png')} alt="thumbnail icon" width="60"/>

You can configure a cloud syslog source to allow a syslog client to send [RFC 5424](https://tools.ietf.org/html/rfc5424)-compliant messages to Sumo. A source-specific token, generated by Sumo, is inserted into each message to identify the source. Transport-level security (TLS) 1.2 over TCP is required.
You can configure a cloud syslog source to allow a syslog client to send [RFC 5424](https://tools.ietf.org/html/rfc5424)-compliant messages to Sumo Logic. A source-specific token, generated by Sumo Logic, is inserted into each message to identify the source. Transport Layer Security (TLS) 1.3 over TCP is required.

Syslog messages must be compliant with [RFC 5424](https://tools.ietf.org/html/rfc5424) or they are dropped. Messages over 64 KB are truncated.

Expand Down