Commit caf7b84
docs pipeline: outputs: syslog: document DTLS transport mode (#2643)
* docs: pipeline: outputs: syslog: document DTLS transport mode
Replace the statement that DTLS isn't supported with the four available
transport modes and their tls requirements, including the startup
validation rules for mode=dtls and mode=udp. Note that mode=tls alone
does not secure the connection, and add a DTLS configuration example.
Also, clarified that TLS is not a transport.
Note, covers code changes without corresponding docs PR.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
* docs: docs: pipeline: outputs: syslog: correct TLS mode behavior
Upstream commit 40641ddb (out_syslog: Handle TLS mode automatically)
changed how mode=tls and mode=dtls interact with the tls parameter.
Both modes now enable TLS themselves, and the mode=dtls requires
tls=on startup check was removed. Update the docs to match:
- Intro: list UDP, TCP, TLS, and DTLS as four transports, and drop
the claim that TLS isn't a transport of its own.
- Transport modes table: change the tls setting for tls and dtls
from required to optional and enabled automatically, and drop
"behaves the same as tcp" from the tls row.
- Replace the paragraph stating that mode=tls doesn't secure the
connection on its own with the automatic TLS behavior.
- Startup validation: remove the mode=dtls requires tls=on bullet,
which no longer exists in the source, and add a bullet for builds
compiled without TLS support failing with "TLS support is
unavailable".
- DTLS example: drop the now-redundant tls: on from both the YAML
and classic configuration tabs.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
---------
Signed-off-by: Eric D. Schabell <eric@schabell.org>
Signed-off-by: Patrick Stephens <pat@telemetryforge.io>1 parent 2b28e5e commit caf7b84
1 file changed
Lines changed: 65 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
31 | 51 | | |
32 | 52 | | |
33 | 53 | | |
34 | 54 | | |
| 55 | + | |
| 56 | + | |
35 | 57 | | |
36 | 58 | | |
37 | 59 | | |
| |||
87 | 109 | | |
88 | 110 | | |
89 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
90 | 153 | | |
91 | 154 | | |
92 | 155 | | |
| |||
0 commit comments