Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

= Supported log data output types

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

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.
Expand All @@ -15,17 +14,30 @@ Red Hat tests each of the combinations shown in the following table. However, yo
|====
| Output types | Protocols | Tested with

| fluentdForward | fluent forward v1 | fluentd 1.7.4
| fluentdForward
| fluentd forward v1
a| fluentd 1.7.4

| elasticsearch | elasticsearch v? | Elasticsearch 6.8.1
logstash 7.10.1
Comment thread
rolfedh marked this conversation as resolved.
Outdated

| syslog | RFC-3164, RFC-5424 | rsyslog 8.37.0-9.el7
| elasticsearch
| elasticsearch
a| Elasticsearch 6.8.1

| kafka | kafka 0.11 | kafka 2.4.1
Elasticsearch 7.10.1
Comment thread
rolfedh marked this conversation as resolved.
Outdated

| syslog
| RFC-3164, RFC-5424
| rsyslog 8.37.0-9.el7

| kafka
| kafka 0.11
| kafka 2.4.1

|====

// 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.
// 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.
// 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.

[NOTE]
Expand Down