Skip to content

Fix text auditor typo batch#19190

Open
Lucas-FManager wants to merge 1 commit into
elastic:mainfrom
Lucas-FManager:codex/fix-text-auditor-18743
Open

Fix text auditor typo batch#19190
Lucas-FManager wants to merge 1 commit into
elastic:mainfrom
Lucas-FManager:codex/fix-text-auditor-18743

Conversation

@Lucas-FManager
Copy link
Copy Markdown

Summary

  • Fixes the repeated rsa.network.alias_host punctuation/contraction typo across the listed package field definitions and generated docs.
  • Fixes the remaining cloud.account.id and Elasticsearch typos in docs/extend.

Root cause

The issue grouped concrete user-facing text defects: a duplicated sentence typo family plus two remaining contributor-doc typos.

Code shape

This is a mechanical text-only change. I kept the edit scoped to the current actionable items and intentionally did not touch dev/import-beats/variables_compact.go because that tool was noted as deprecated in the issue thread. I also left general-guidelines.md alone because the issue thread says it was already fixed in #19120.

Security assessment

Low risk: no executable code, dependencies, generated credentials, auth flow, or data parsing changed. The update only corrects static documentation and field-description text.

Verification

  • rg -n "clear\.Also|isnt ad\.computer|cloud\.acount\.id|Elasticseach" packages docs returns no matches.
  • rg -n "clear\. Also|isn't ad\.computer|cloud\.account\.id|Elasticsearch instance" packages docs
  • git diff --check

Note: elastic-package is not installed in my local environment, so I could not run package-level checks here.

Fixes #18743

@Lucas-FManager Lucas-FManager requested review from a team as code owners May 25, 2026 16:00
@cla-checker-service
Copy link
Copy Markdown

cla-checker-service Bot commented May 25, 2026

💚 CLA has been signed

@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

Reviewers

Buildkite won't run for external contributors automatically; you need to add a comment:

  • /test : will kick off a build in Buildkite.

NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details.

@andrewkroh andrewkroh added needs CLA User must sign the Elastic Contributor License before review. documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:juniper_netscreen Juniper NetScreen (Deprecated) Integration:radware Radware DefensePro Logs (Deprecated) Integration:bluecoat Blue Coat Director Logs (Deprecated) Integration:tomcat Tomcat NetWitness Logs (Deprecated) Integration:juniper_junos Juniper JunOS (Deprecated) Integration:netscout Arbor Peakflow SP Logs (Deprecated) Integration:cylance CylanceProtect Logs (Deprecated) Integration:fortinet_forticlient Fortinet FortiClient Logs (Deprecated) Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience] Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] labels May 25, 2026
@infra-vault-gh-plugin-prod
Copy link
Copy Markdown

Pinging @elastic/integration-experience (Team:Integration-Experience)

@infra-vault-gh-plugin-prod
Copy link
Copy Markdown

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@Lucas-FManager Lucas-FManager force-pushed the codex/fix-text-auditor-18743 branch from d686c4e to 5d8e7f1 Compare May 25, 2026 16:51
@Lucas-FManager Lucas-FManager force-pushed the codex/fix-text-auditor-18743 branch from 5d8e7f1 to d99013a Compare May 25, 2026 19:13
@andrewkroh andrewkroh removed the needs CLA User must sign the Elastic Contributor License before review. label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:bluecoat Blue Coat Director Logs (Deprecated) Integration:cylance CylanceProtect Logs (Deprecated) Integration:fortinet_forticlient Fortinet FortiClient Logs (Deprecated) Integration:juniper_junos Juniper JunOS (Deprecated) Integration:juniper_netscreen Juniper NetScreen (Deprecated) Integration:netscout Arbor Peakflow SP Logs (Deprecated) Integration:radware Radware DefensePro Logs (Deprecated) Integration:tomcat Tomcat NetWitness Logs (Deprecated) Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience] Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[text-auditor] Batch fix untracked user-facing typo/grammar families in docs and field descriptions

2 participants