Skip to content

Commit e621ddb

Browse files
authored
Merge pull request #30088 from rolfedh/RHDEVDOCS-2685-logstash
RHDEVDOCS-2685 Document that we test Logstash with fluent forward v1 …
2 parents 7073309 + 2c94679 commit e621ddb

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

modules/cluster-logging-collector-log-forwarding-supported-plugins.adoc

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
= Supported log data output types
88

9-
[role="_abstract"]
109
Red Hat OpenShift Logging version 5.0 provides the following output types and protocols for sending log data to target log collectors.
1110

1211
Red Hat tests each of the combinations shown in the following table. However, you should be able to send log data to a wider range target log collectors that ingest these protocols.
@@ -15,17 +14,30 @@ Red Hat tests each of the combinations shown in the following table. However, yo
1514
|====
1615
| Output types | Protocols | Tested with
1716

18-
| fluentdForward | fluent forward v1 | fluentd 1.7.4
17+
| fluentdForward
18+
| fluentd forward v1
19+
a| fluentd 1.7.4
1920

20-
| elasticsearch | elasticsearch v? | Elasticsearch 6.8.1
21+
logstash 7.10.1
2122

22-
| syslog | RFC-3164, RFC-5424 | rsyslog 8.37.0-9.el7
23+
| elasticsearch
24+
| elasticsearch
25+
a| Elasticsearch 6.8.1
2326

24-
| kafka | kafka 0.11 | kafka 2.4.1
27+
Elasticsearch 7.10.1
28+
29+
| syslog
30+
| RFC-3164, RFC-5424
31+
| rsyslog 8.37.0-9.el7
32+
33+
| kafka
34+
| kafka 0.11
35+
| kafka 2.4.1
2536

2637
|====
2738

28-
// Note to tech writer, validate these items against the corresponding line of the test configuration file that Red Hat OpenShift Logging version 5.0 uses: https://github.com/openshift/origin-aggregated-logging/blob/release-5.0/fluentd/Gemfile.lock. This file is the authoritative source of information about which items and versions Red Hat tests and supports.
39+
// Note to tech writer, validate these items against the corresponding line of the test configuration file that Red Hat OpenShift Logging version 5.0 uses: https://github.com/openshift/origin-aggregated-logging/blob/release-5.0/fluentd/Gemfile.lock
40+
// This file is the authoritative source of information about which items and versions Red Hat tests and supports.
2941
// According to this link:https://github.com/zendesk/ruby-kafka#compatibility[Zendesk compatibility list for ruby-kafka], the fluent-plugin-kafka plug-in supports Kafka version 0.11.
3042

3143
[NOTE]

0 commit comments

Comments
 (0)