Skip to content

pipeline: outputs: bronto: document sending logs to Bronto - #2634

Open
svrnm wants to merge 3 commits into
fluent:masterfrom
svrnm:docs-bronto-output
Open

pipeline: outputs: bronto: document sending logs to Bronto#2634
svrnm wants to merge 3 commits into
fluent:masterfrom
svrnm:docs-bronto-output

Conversation

@svrnm

@svrnm svrnm commented Jul 31, 2026

Copy link
Copy Markdown

Add a Bronto output page describing how to send logs using the HTTP output plugin (json_lines + gzip with the x-bronto-* headers), plus an OpenTelemetry/OTLP alternative for pipelines standardizing on OTLP. Add the page to the SUMMARY.md table of contents and add "Bronto" to the Vale spelling exceptions.

Thanks!

Summary by CodeRabbit

  • Documentation
    • Added documentation for sending logs to Bronto using HTTP and OpenTelemetry output plugins.
    • Documented regional endpoints, configuration options, headers, TLS requirements, setup steps, and configuration examples.
    • Added Bronto to the documentation table of contents.

Add a Bronto output page describing how to send logs using the HTTP
output plugin (json_lines + gzip with the x-bronto-* headers), plus an
OpenTelemetry/OTLP alternative for pipelines standardizing on OTLP. Add
the page to the SUMMARY.md table of contents and add "Bronto" to the
Vale spelling exceptions.

Assisted-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Severin Neumann <severin@bronto.io>
@svrnm
svrnm requested review from a team and eschabell as code owners July 31, 2026 12:44
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c09c0c78-afaa-492a-8738-eacf9ef9a9a8

📥 Commits

Reviewing files that changed from the base of the PR and between 320c765 and 467e545.

📒 Files selected for processing (1)
  • pipeline/outputs/bronto.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • pipeline/outputs/bronto.md

📝 Walkthrough

Walkthrough

Added Bronto output documentation for HTTP and OpenTelemetry plugins. The documentation covers endpoints, headers, TLS, setup instructions, and configuration examples. Added the page to the table of contents and the product name to spelling exceptions.

Changes

Bronto output documentation

Layer / File(s) Summary
Bronto configuration guidance
pipeline/outputs/bronto.md
Documents Bronto endpoints, headers, TLS requirements, HTTP and OpenTelemetry setup, YAML and classic configurations, and a reference link.
Documentation discovery and validation
SUMMARY.md, vale-styles/FluentBit/Spelling-exceptions.txt
Adds the Bronto output page to the table of contents and accepts Bronto in spelling validation.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested labels: 5.0.9

Suggested reviewers: eschabell

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the added Bronto output documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pipeline/outputs/bronto.md`:
- Line 7: Update the Bronto link in the introductory sentence to use the neutral
Bronto documentation reference identified at line 134, or remove the hyperlink
and leave “Bronto” as plain text; keep the technical description and HTTP plugin
link unchanged.
- Around line 103-111: Update both Bronto OpenTelemetry output examples in the
opentelemetry configuration to enable TLS for the HTTPS ingestion endpoint on
port 443. Preserve the existing host, URI, headers, and other output settings.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b8320423-be42-4ff9-a88f-f02b4429a7a7

📥 Commits

Reviewing files that changed from the base of the PR and between 2180b7a and 56cf3f2.

📒 Files selected for processing (3)
  • SUMMARY.md
  • pipeline/outputs/bronto.md
  • vale-styles/FluentBit/Spelling-exceptions.txt

Comment thread pipeline/outputs/bronto.md Outdated
Comment thread pipeline/outputs/bronto.md
Enable TLS on both OpenTelemetry output examples, which target the
HTTPS ingestion endpoint on port 443. Use the Bronto documentation link
instead of the product homepage in the introduction.

Assisted-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Severin Neumann <severin@bronto.io>
Signed-off-by: Eric D. Schabell <eric@schabell.org>

@eschabell eschabell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@svrnm thanks for the docs PR! I fixed a few issues with the layout that were breaking CI/CD checks. Approved for me, just waiting on code merge.

@eschabell eschabell removed the waiting-on-review Waiting on a review from mainteners label Aug 1, 2026
@svrnm

svrnm commented Aug 1, 2026

Copy link
Copy Markdown
Author

@svrnm thanks for the docs PR! I fixed a few issues with the layout that were breaking CI/CD checks. Approved for me, just waiting on code merge.

awesome, thank you for the quick turn around!:-)

@eschabell

Copy link
Copy Markdown
Collaborator

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants