-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Update node descriptions for default distribution #42812
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
Conversation
Pinging @elastic/es-distributed |
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.
I am not sure I am the right person to review this PR. From my understanding we were avoiding using the term x-pack
, specially in the context of installing. The sentences are weird because x-pack is a gray area. You can use ML in basic (There is the data visualizer and import data though). Maybe calling out that the node.ml
setting should not be used in the OSS version.
docs/reference/modules/node.asciidoc
Outdated
@@ -131,8 +132,9 @@ cluster.remote.connect: false <4> | |||
<4> Disable {ccs} (enabled by default). | |||
|
|||
ifdef::include-xpack[] | |||
NOTE: These settings apply only when {xpack} is not installed. To create a | |||
dedicated data node when {xpack} is installed, see <<modules-node-xpack,{xpack} node settings>>. | |||
NOTE: By default, when you install {es}, {xpack} is installed.These settings |
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.
it is missing a space after installed.
docs/reference/modules/node.asciidoc
Outdated
@@ -159,8 +161,9 @@ cluster.remote.connect: false <4> | |||
<4> Disable {ccs} (enabled by default). | |||
|
|||
ifdef::include-xpack[] | |||
NOTE: These settings apply only when {xpack} is not installed. To create a | |||
dedicated ingest node when {xpack} is installed, see <<modules-node-xpack,{xpack} node settings>>. | |||
NOTE: By default, when you install {es}, {xpack} is installed.These settings |
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.
same here.
This PR updates https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-node.html such that it's clearer that the initial examples don't apply to the default distribution.
It requires elastic/docs#917
It also cleans up some outstanding disparities in the dedicated node definitions related to #25210