elastic / elastic/integrations
[text-auditor] Batch fix untracked repeated-word and typo families in package user-facing text
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 209
Description
## Text Improvements
The following user-facing text issues were found in the repository. Each is a low-effort fix and includes all in-scope occurrences for that typo/problem family.
### 1. Typo: `fomat` → `format`
**File:** `packages/snort/data_stream/log/manifest.yml` (line 18)
**Current text:** `Enables multiline support if reading the Snort Alert Full log fomat`
**Suggested fix:** `Enables multiline support if reading the Snort Alert Full log format`
**Why:** Clear spelling error in user-facing integration setting description.
### 2. Repeated word: `Windows Windows`
**Current text:** `...Such as the following examples for Windows Windows Chassis Types.`
**Suggested fix:** `...Such as the following examples for Windows Chassis Types.`
**Why:** Clear repeated-word typo in user-facing field descriptions/docs.
**Files:**
- `packages/amazon_security_lake/data_stream/system_activity/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/data_stream/application_activity/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/data_stream/iam/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/data_stream/discovery/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/data_stream/event/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/data_stream/network_activity/fields/device-fields.yml` (line 69)
- `packages/amazon_security_lake/docs/README.md` (line 777)
### 3. Repeated word: `logs logs`
**Current text:**
- `Device Posture Results logs logs`
- `Collect Device Posture Results logs logs from Cloudflare via Azure Blob Storage.`
**Suggested fix:**
- `Device Posture Results logs`
- `Collect Device Posture Results logs from Cloudflare via Azure Blob Storage.`
**Why:** Clear repeated-word typo in user-facing stream title/description.
**Files:**
- `packages/cloudflare_logpush/data_stream/device_posture/manifest.yml` (line 279)
- `packages/cloudflare_logpush/data_stream/device_posture/manifest.yml` (line 280)
## Suggested Actions
- [ ] Replace `fomat` with `format` in the Snort manifest description.
- [ ] Remove duplicated `Windows` in all listed Amazon Security Lake field/docs occurrences.
- [ ] Remove duplicated `logs` in the Cloudflare device posture title/description.
## Completeness Notes
Explicit pattern searches were run for `fomat`, `Windows Windows Chassis Types`, and `Results logs logs`, and all in-scope user-facing matches were included above.
---
[What is this?](https://ela.st/github-ai-tools) | [From workflow: Text Auditor](https://github.com/elastic/integrations/actions/runs/25729629592)
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
> - [x] expires on May 19, 2026, 10:58 AM UTC
Contributor guide
Assessment
This issue has not been assessed yet.