-
Notifications
You must be signed in to change notification settings - Fork 306
[DOC]Remove outdated compatibility notices and rework cloud notice #938
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
[DOC]Remove outdated compatibility notices and rework cloud notice #938
Conversation
004ad63
to
503cbc0
Compare
docs/index.asciidoc
Outdated
If you plan to use the Kibana web interface, use the Elasticsearch output plugin | ||
to get your log data into Elasticsearch. | ||
|
||
This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch. |
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.
We can remove this paragraph as node protocol hasn’t been available for some time and we don’t provide transport protocol support anymore in Logstash.
Co-Authored-By: João Duarte <[email protected]>
Co-Authored-By: João Duarte <[email protected]>
Co-Authored-By: João Duarte <[email protected]>
…utput-elasticsearch into remove-compat-notes
docs/index.asciidoc
Outdated
communicate with Elasticsearch through the transport protocol, which is now | ||
reserved for internal cluster communication between nodes | ||
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html. | ||
This has been deprecated in Elasticsearch 7.0.0 and will be removed in 8.0.0 |
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.
@jsvd Thanks for adding this info. Can you clarify this?
"This" (in "This has been deprecated...") means "transport protocol?"
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.
Using the transport protocol to communicate with the cluster
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.
Thanks for clarifying. Please see what you think.
Format links for asciidoc
3ec212b
to
28843ef
Compare
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.
LGTM
Fixes #936