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
16 changes: 8 additions & 8 deletions logging/cluster-logging-external.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ You cannot use the config map methods and the Log Forwarding API in the same clu
// assemblies.

include::modules/cluster-logging-collector-log-forwarding-about.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-es.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-log-forward-fluentd.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-log-forward-syslog.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-log-forward-kafka.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-log-forward-project.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-legacy-fluentd.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-legacy-syslog.adoc[leveloffset=+2]
// modules/cluster-logging-collector-log-forward-update.adoc[leveloffset=+2]
include::modules/cluster-logging-collector-log-forwarding-supported-plugins.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-es.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-fluentd.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-syslog.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-kafka.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-log-forward-project.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-legacy-fluentd.adoc[leveloffset=+1]
include::modules/cluster-logging-collector-legacy-syslog.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// Module included in the following assemblies:
//
// logging/cluster-logging-external.adoc

[id="cluster-logging-collector-log-forwarding-supported-plugins_{context}"]

= Supported log data output types

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.

[options="header"]
|====
| Output types | Protocols | Tested with

| fluentdForward
| fluentd forward v1
a| fluentd 1.7.4

logstash 7.10.1

| elasticsearch
| elasticsearch
a| Elasticsearch 6.8.1

Elasticsearch 7.10.1

| 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.
// 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]
====
Previously, the syslog output supported only RFC-3164. The current syslog output adds support for RFC-5424.
====