packetbeat: fix possessive 'its' and spelling typos in config and fields#49641
Conversation
- 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>
🤖 GitHub commentsJust comment with:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis 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)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
|
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). |
…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>
Summary
Fix two typos in packetbeat configuration and field descriptions.
packetbeat/_meta/config/beat.reference.yml.tmpl:it's value→its value(possessive, not contraction)packetbeat/protos/dhcpv4/_meta/fields.yml:currnet network→current networkpacketbeat.reference.yml,x-pack/packetbeat/packetbeat.reference.yml, rendered docs)Closes #49600
Test plan