Skip to content

Comments

[docs] fix http_endpoint hard-limit status in in-flight example#48973

Merged
strawgate merged 1 commit intomainfrom
main-a39bd39dbdf9a38f
Feb 20, 2026
Merged

[docs] fix http_endpoint hard-limit status in in-flight example#48973
strawgate merged 1 commit intomainfrom
main-a39bd39dbdf9a38f

Conversation

@github-actions
Copy link
Contributor

Summary

  • fix http_endpoint in-flight example text to match runtime behavior for max_in_flight_bytes
  • replace incorrect 500 error wording with 503 Service Unavailable and Retry-After header

Validation

AI generated by Issue Assistant

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Feb 19, 2026
@botelastic
Copy link

botelastic bot commented Feb 19, 2026

This pull request doesn't have a Team:<team> label.

@mergify
Copy link
Contributor

mergify bot commented Feb 19, 2026

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @github-actions[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@strawgate strawgate marked this pull request as ready for review February 19, 2026 21:14
@strawgate strawgate requested a review from a team as a code owner February 19, 2026 21:14
Copy link
Contributor Author

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Approved in principle: I found no issues in this change.


What is this? | From workflow: PR Review Agent

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. for issue #48973

Copy link
Contributor

@efd6 efd6 left a comment

Choose a reason for hiding this comment

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

Thanks

@theletterf
Copy link
Contributor

Where should this be backported? It'd be great if the docs drift action had some nuance in that regard.

@efd6
Copy link
Contributor

efd6 commented Feb 20, 2026

This is a skip. I'll add the label.

@efd6 efd6 added the backport-skip Skip notification from the automated backport with mergify label Feb 20, 2026
@efd6
Copy link
Contributor

efd6 commented Feb 20, 2026

No, that's not correct. I need to apply the original backports that this addresses. After that, it's 8.19, 9.2 and 9.3.

@efd6 efd6 added backport-8.19 Automated backport to the 8.19 branch backport-9.2 Automated backport to the 9.2 branch backport-9.3 Automated backport to the 9.3 branch and removed backport-skip Skip notification from the automated backport with mergify labels Feb 20, 2026
@strawgate strawgate merged commit 5ee3bc3 into main Feb 20, 2026
38 of 43 checks passed
@strawgate strawgate deleted the main-a39bd39dbdf9a38f branch February 20, 2026 09:04
mergify bot pushed a commit that referenced this pull request Feb 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 5ee3bc3)

# Conflicts:
#	docs/reference/filebeat/filebeat-input-http_endpoint.md
mergify bot pushed a commit that referenced this pull request Feb 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 5ee3bc3)
mergify bot pushed a commit that referenced this pull request Feb 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 5ee3bc3)
efd6 pushed a commit that referenced this pull request Feb 20, 2026
(cherry picked from commit 5ee3bc3)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
efd6 pushed a commit that referenced this pull request Feb 20, 2026
(cherry picked from commit 5ee3bc3)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
efd6 pushed a commit that referenced this pull request Feb 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 5ee3bc3)

# Conflicts:
#	docs/reference/filebeat/filebeat-input-http_endpoint.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.19 Automated backport to the 8.19 branch backport-9.2 Automated backport to the 9.2 branch backport-9.3 Automated backport to the 9.3 branch needs_team Indicates that the issue/PR needs a Team:* label skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs-drift] Correct http_endpoint docs for max_in_flight_bytes error status

3 participants