-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Clarifying current limitation with forwarding to Logstash #3228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifying current limitation with forwarding to Logstash #3228
Conversation
@@ -877,11 +877,16 @@ interpret messages from | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-codecs-fluent.html[Fluentd] | |||
and can be configured to use | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-inputs-tcp.html#ssl_enable[SSL]. | |||
Currently however, the `secure_forward` plugin is required to provide a `shared_key` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, however, the
s/plugin/plug-in
@@ -877,11 +877,16 @@ interpret messages from | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-codecs-fluent.html[Fluentd] | |||
and can be configured to use | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-inputs-tcp.html#ssl_enable[SSL]. | |||
Currently however, the `secure_forward` plugin is required to provide a `shared_key` | |||
which Logstash is unable to interpret and provide. In order to forward logs from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shared_key
, which
@@ -877,11 +877,16 @@ interpret messages from | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-codecs-fluent.html[Fluentd] | |||
and can be configured to use | |||
link:https://www.elastic.co/guide/en/logstash/current/plugins-inputs-tcp.html#ssl_enable[SSL]. | |||
Currently however, the `secure_forward` plugin is required to provide a `shared_key` | |||
which Logstash is unable to interpret and provide. In order to forward logs from | |||
Fluentd to Logstash the `forward` Fluentd plugin will need to be used instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to Logstash,
s/plugin/plug-in
s/will need to be/must be
8adfec4
to
3b891fc
Compare
|
||
Further explanation of how to set up the `fluent-plugin-secure-forward` plug-in | ||
can be link:https://github.com/tagomoris/fluent-plugin-secure-forward[found | ||
here]. | ||
|
||
Further explanation of how to set up the `forward` plug-in can be link:http://docs.fluentd.org/articles/out_forward[found here]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider rewording to:
link:http://docs.fluentd.org/articles/out_forward[Learn more about the `forward` plug-in.]
or something like that 🤔
Just a heads-up that we will have to coordinate with #3211 before merging. |
3b891fc
to
e691909
Compare
Thanks @ahardin-rh, addressed comments. |
Copying my comment from openshift/origin-aggregated-logging#279:
|
@elyscape thanks for the confirmation. Since it seems that Fluentd does not allow us to forward to Logstash, despite Logstash having a Fluentd codec, i'll update the docs to remove mention of this. |
e691909
to
32e6011
Compare
Sorry for the delay. Thank you! |
No revision history needed. |
@ahardin-rh @sosiouxme PTAL
Clarifies for openshift/origin-aggregated-logging#279