Skip to content

packetbeat: fix possessive 'its' and spelling typos in config and fields#49641

Merged
strawgate merged 2 commits intoelastic:mainfrom
strawgate:strawgate/fix-typos-pr4-sec-linux-platform
Mar 25, 2026
Merged

packetbeat: fix possessive 'its' and spelling typos in config and fields#49641
strawgate merged 2 commits intoelastic:mainfrom
strawgate:strawgate/fix-typos-pr4-sec-linux-platform

Conversation

@strawgate
Copy link
Copy Markdown
Contributor

Summary

Fix two typos in packetbeat configuration and field descriptions.

  • packetbeat/_meta/config/beat.reference.yml.tmpl: it's valueits value (possessive, not contraction)
  • packetbeat/protos/dhcpv4/_meta/fields.yml: currnet networkcurrent network
  • Corresponding generated files updated (packetbeat.reference.yml, x-pack/packetbeat/packetbeat.reference.yml, rendered docs)

Closes #49600

Test plan

  • Verify corrected text in template and generated reference configs
  • Verify corrected field description in dhcpv4 fields

- Fix 'it's value' → 'its value' in redact_headers config (possessive)
- Fix 'currnet network' → 'current network' in dhcpv4 field description

Closes elastic#49600

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@strawgate strawgate requested review from a team as code owners March 24, 2026 18:39
@botelastic botelastic Bot added the needs_team Indicates that the issue/PR needs a Team:* label label Mar 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4dfdec10-ead6-44a1-956e-916da915e581

📥 Commits

Reviewing files that changed from the base of the PR and between 884e58d and c3c7cfc.

📒 Files selected for processing (8)
  • changelog/fragments/1742774400-fix-typos-packetbeat.yaml
  • docs/reference/packetbeat/exported-fields-dhcpv4.md
  • docs/reference/packetbeat/packetbeat-reference-yml.md
  • packetbeat/_meta/config/beat.reference.yml.tmpl
  • packetbeat/packetbeat.reference.yml
  • packetbeat/protos/dhcpv4/_meta/fields.yml
  • packetbeat/protos/dhcpv4/fields.go
  • x-pack/packetbeat/packetbeat.reference.yml

📝 Walkthrough

Walkthrough

This pull request fixes typos and grammar errors in Packetbeat documentation, configuration files, and field descriptions. The changes correct "currnet" to "current" in DHCPv4 field documentation and "it's" to "its" (possessive form) across multiple reference configuration files and user-facing documentation. A changelog fragment documents the bug fixes, and the corresponding generated asset file is updated accordingly.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed PR addresses the Packetbeat-specific typo fixes from issue #49600: corrects 'it's'→'its' in redact_headers comments across templates, generated configs, and docs; fixes 'currnet'→'current' in dhcpv4 field descriptions.
Out of Scope Changes check ✅ Passed All changes are within scope. The PR focuses exclusively on Packetbeat typo corrections specified in #49600, excluding the unrelated Kubernetes/autodiscover 'Wether'→'Whether' fixes.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • 🛠️ Update Documentation: Commit on current branch
  • 🛠️ Update Documentation: Create PR

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

@strawgate strawgate added Team:Security-Linux Platform Linux Platform Team in Security Solution backport-skip Skip notification from the automated backport with mergify labels Mar 24, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform)

@vishaangelova
Copy link
Copy Markdown
Member

Actually, this needs to be backported to 9.3 for the changes to be published to the docs site (we publish from the latest minor branch).

@vishaangelova vishaangelova added backport-9.3 Automated backport to the 9.3 branch and removed backport-skip Skip notification from the automated backport with mergify labels Mar 24, 2026
Copy link
Copy Markdown
Member

@vishaangelova vishaangelova left a comment

Choose a reason for hiding this comment

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

LGTM!

@strawgate strawgate merged commit 409005c into elastic:main Mar 25, 2026
50 checks passed
mergify Bot pushed a commit that referenced this pull request Mar 25, 2026
…lds (#49641)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 409005c)
strawgate added a commit that referenced this pull request Mar 26, 2026
…typos in config and fields (#49666)

Co-authored-by: Bill Easton <bill.easton@elastic.co>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-9.3 Automated backport to the 9.3 branch Team:Security-Linux Platform Linux Platform Team in Security Solution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[text-auditor] Fix clear typo families in Kubernetes/Packetbeat user-facing text

4 participants