-
Notifications
You must be signed in to change notification settings - Fork 68
/
_sink-resources.html.md.erb
39 lines (39 loc) · 1.37 KB
/
_sink-resources.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<table>
<tr>
<th>Sink Type</th>
<th width="30%">Sink Resource</th>
<th>Description</th>
</tr>
<tr>
<td>Log sink</td>
<td><code>ClusterLogSink</code></td>
<td><p>Forwards logs from a cluster to a log destination. Logs are transported using one of the following:</p>
<ul>
<li>The Syslog Protocol defined in <a href="https://tools.ietf.org/html/rfc5424">RFC 5424</a></li>
<li>WebHook</li>
<li>Fluent Bit output plugins</li>
</ul>
</td>
</tr>
<tr>
<td>Log sink</td>
<td><code>LogSink</code></td>
<td><p>Forwards logs from a namespaced subset within a <code>ClusterLogSink</code> resource to a log destination. Logs are transported using one of the following:</p>
<ul>
<li>The Syslog Protocol defined in <a href="https://tools.ietf.org/html/rfc5424">RFC 5424</a></li>
<li>WebHook</li>
<li>Fluent Bit output plugins</li>
</ul>
</td>
</tr>
<tr>
<td>Metric sink</td>
<td><code>ClusterMetricSink</code></td>
<td>Collects and writes metrics from a cluster to specified outputs using input and output plugins.</td>
</tr>
<tr>
<td>Metric sink</td>
<td><code>MetricSink</code></td>
<td>Collects and writes metrics from a namespace within a cluster to specified outputs using input and output plugins.</td>
</tr>
</table>