Rename Managed inputs section: motlp → managed-inputs#634
Merged
Conversation
Rename docs/reference/motlp to docs/reference/managed-inputs so the section URL reflects the Managed inputs naming and is no longer tied to the mOTLP page. Update reference/toc.yml, repoint internal cross-links, and add redirects for every moved page. The historical /motlp URL, which served the Managed OTLP Endpoint, redirects to that page. Paired with the docs-builder navigation.yml update (path_prefix). Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Contributor
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! 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. |
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
This was referenced Jul 1, 2026
florent-leborgne
approved these changes
Jul 1, 2026
florent-leborgne
left a comment
Member
There was a problem hiding this comment.
renaming/moves/redirects LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the Managed inputs section folder from
motlptomanaged-inputsso the section has its own URL, distinct from the historical/motlpURL that served the Managed OTLP Endpoint. Relates to elastic/docs-content#7155 and together with elastic/docs-builder#3601 completes the restructure.Why
After #630, the Managed inputs landing page and the old Managed OTLP Endpoint page collided on the same URL (
/…/motlp), so the landing couldn't both live there and redirect old mOTLP bookmarks to the mOTLP page. Renaming the folder gives the landing a distinct URL and lets the old/motlpURL redirect to the Managed OTLP Endpoint.Changes
git mv docs/reference/motlp→docs/reference/managed-inputs(all 5 pages).reference/toc.yml(- toc: motlp→- toc: managed-inputs)./reference/motlp/managed-otlp-endpoint.md→/reference/managed-inputs/managed-otlp-endpoint.md) in 6 files./motlpURL (and the short-lived landing URL) redirect to the Managed OTLP Endpoint; the other pages map to theirmanaged-inputsequivalents.Coordinated with docs-builder
Paired with elastic/docs-builder#3601 (nav reference +
path_prefix→reference/managed-inputs).Merge order: merge the docs-builder PR (#3601) first (it will show a temporary red
validate-link-referenceuntil this lands), then merge this PR to republish the link index and turn everything green. The live site stays up via docs-builder's last-known-good resilience.Contributes to elastic/docs-content#7155