Skip to content

Move the bootstrap checks from system config to settings config#6383

Merged
yetanothertw merged 5 commits into
mainfrom
3140-bootstrap-checks
May 11, 2026
Merged

Move the bootstrap checks from system config to settings config#6383
yetanothertw merged 5 commits into
mainfrom
3140-bootstrap-checks

Conversation

@yetanothertw
Copy link
Copy Markdown
Member

@yetanothertw yetanothertw commented May 8, 2026

Summary

Fixes #3140

Note to the reviewer

The build is failing because of a link that needs to updated in elastic/elasticsearch#148641 which can only be merged once this PR has been merged and created that new link. It's kind of a chicken and egg situation, so you might need to build locally to review.

Generative AI disclosure

  1. Did you use a generative AI (GenAI) tool to assist in creating this contribution?
  • Yes
  • No

Yes, I used Claude in Auto mode to find relevant links that needed updating.

@yetanothertw yetanothertw self-assigned this May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Elastic Docs AI PR menu

Check the box to run an AI review for this pull request.

  • Review docs changes (docs-review). Status: not started.

Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team.

@yetanothertw yetanothertw marked this pull request as ready for review May 8, 2026 16:14
@yetanothertw yetanothertw requested a review from a team as a code owner May 8, 2026 16:14
@yetanothertw yetanothertw requested a review from eedugon May 8, 2026 16:14
Copy link
Copy Markdown
Contributor

@eedugon eedugon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the preview is not working yet.

I'm totally ok with including bootstrap checks information in the important settings configuration doc, but I shared some comments about them.

Comment thread deploy-manage/deploy/self-managed/important-settings-configuration.md Outdated
Comment on lines +26 to +31
::::{admonition} How these limits are enforced
This page lists operating system limits you must set before {{es}} serves production traffic. {{es}} verifies many of these expectations through [bootstrap checks](/deploy-manage/deploy/self-managed/bootstrap-checks.md) at node startup. In production mode, a failed check stops the node from starting rather than only logging a warning.

For what bootstrap checks are and how development mode differs from production mode, refer to [Important settings configuration](/deploy-manage/deploy/self-managed/important-settings-configuration.md#bootstrap-checks).
::::

Copy link
Copy Markdown
Contributor

@eedugon eedugon May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having 2 links to undertand bootstrap checks doesn't feel natural.

LINK 1:

{{es}} verifies many of these expectations through bootstrap checks at node startup

LINK 2 in the next paragraph, to a different page but to the boostrap-checks section

For what bootstrap checks are and how development mode differs from production mode, refer to Important settings configuration.

IMO, the first link should also explain what bootstrap checks are and how development mode differs from production mode, so we wouldn't need a second link.

We need to review a bit the relation, scope and intention regarding bootstraps checks in the 3 docs:

  • bootstrap checks doc
  • important system config doc
  • important settings config doc

Copy link
Copy Markdown
Member Author

@yetanothertw yetanothertw May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I've removed the second link and we now point only to the Bootstrap checks page.

My intention with this note was to conceptually link the system configuration limits that we set in the System config section/pages to how they're used in the bootstrap checks at node startup.

Is there anything else you think we need to add/mention here? @eedugon

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good! I still see both links, but no worries.
It's just that needing two links to learn about bootstrap checks don't feel natural to me.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's odd, I think you may have gremlins in your system messing with your github today 😄

This is what the newly added admonition looks like (one link only):
Image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was probably looking at a specific commit.... ( 🤦 )^2
:-D

@yetanothertw yetanothertw requested a review from eedugon May 11, 2026 10:49
Copy link
Copy Markdown
Contributor

@eedugon eedugon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

yetanothertw added a commit to elastic/elasticsearch that referenced this pull request May 11, 2026
Updating a link for elastic/docs-content#6383 

I've moved the target content under a different file
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Preview links for changed docs

⏳ Building and deploying preview... View progress

This comment will be updated with preview links when the build is complete.

@github-actions
Copy link
Copy Markdown
Contributor

Vale Linting Results

Summary: 3 warnings, 1 suggestion found

⚠️ Warnings (3)
File Line Rule Message
deploy-manage/deploy/self-managed/important-settings-configuration.md 34 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'versus' instead of 'vs'.
deploy-manage/deploy/self-managed/important-settings-configuration.md 40 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'versus' instead of 'vs'.
deploy-manage/deploy/self-managed/important-settings-configuration.md 40 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'versus' instead of 'vs'.
💡 Suggestions (1)
File Line Rule Message
deploy-manage/deploy/self-managed/important-system-configuration.md 23 Elastic.WordChoice Consider using 'run, start' instead of 'execute', unless the term is in the UI.

The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

@yetanothertw yetanothertw merged commit 73a7fd9 into main May 11, 2026
60 of 76 checks passed
@yetanothertw yetanothertw deleted the 3140-bootstrap-checks branch May 11, 2026 15:07
yetanothertw added a commit to elastic/elasticsearch that referenced this pull request May 12, 2026
Now that elastic/docs-content#6383 has been merged, this little update ensures that we're pointing to the [Important settings configuration](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/important-settings-configuration) page.
drempapis pushed a commit to drempapis/elasticsearch that referenced this pull request May 13, 2026
Updating a link for elastic/docs-content#6383 

I've moved the target content under a different file
drempapis pushed a commit to drempapis/elasticsearch that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rehome Elasticsearch bootstrap checks section

2 participants