[DOCS-13410] Move processor shortcode content inline (Batch 2)#34608
Merged
[DOCS-13410] Move processor shortcode content inline (Batch 2)#34608
Conversation
Move shortcode content into processor docs and restructure into Overview and Setup sections for: - parse_json - parse_xml - quota - reduce - remap_ocsf
Contributor
1 task
maycmlee
commented
Feb 17, 2026
domalessi
approved these changes
Feb 17, 2026
Contributor
domalessi
left a comment
There was a problem hiding this comment.
As long as all the header levels are as expected/desired, then good to go!
| - If **Booleans** is selected, `true` and `false` are parsed as Booleans. | ||
| - If **Nulls** is selected, the string `null` is parsed as null. | ||
|
|
||
| ##### Path notation example {#path-notation-example-parse-xml} |
Contributor
There was a problem hiding this comment.
Just confirming you want this to be a 5th level header?
Contributor
Author
There was a problem hiding this comment.
Thanks! Updating this one and the rest!
| 1. If you select **send events to overflow destination**, an overflow destination is added with the following cloud storage options: **Amazon S3**, **Azure Blob**, and **Google Cloud**. | ||
| 1. Select the cloud storage you want to send overflow logs to. See the setup instructions for your cloud storage: [Amazon S3][2], [Azure Blob Storage][3], or [Google Cloud Storage][4]. | ||
|
|
||
| #### Examples |
Contributor
There was a problem hiding this comment.
Confirming we want this to be a 4th level header (so nested under Setup, instead of being at the same level)?
maycmlee
commented
Feb 18, 2026
GLorenzo679
pushed a commit
that referenced
this pull request
Feb 24, 2026
* fixes * Move processor shortcode content inline for batch 2 Move shortcode content into processor docs and restructure into Overview and Setup sections for: - parse_json - parse_xml - quota - reduce - remap_ocsf * Update content/en/observability_pipelines/processors/reduce.md * Apply suggestions from code review
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.
What does this PR do? What is the motivation?
Fixes DOCS-13410
No net new content. Just moving shortcode content into the docs.
Changes made:
Processors updated:
Merge instructions
Merge readiness:
Additional notes
This is part 2 of 3 batches to complete this task.