elastic / elastic/integrations
[text-auditor] Fix `sucess` typo family in CEF/CyberArk user-facing descriptions
- 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.
### 1. Typo family: `sucess` → `success` in ArcSight outcome descriptions
**Why:** `sucess` is an unambiguous typo and appears repeatedly in user-facing field descriptions and rendered package docs.
**Verified occurrences (completeness pass):**
**File:** `packages/cef/data_stream/log/fields/fields.yml` (line 99)
**Current text:** `Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight).`
**Suggested fix:** `Outcome of the event (e.g. success, failure, or attempt) (ArcSight).`
**File:** `packages/cef/data_stream/log/fields/fields.yml` (line 121)
**Current text:** `Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight).`
**Suggested fix:** `Outcome of the event (e.g. success, failure, or attempt) (ArcSight).`
**File:** `packages/cyberark_pta/data_stream/events/fields/cef.yml` (line 154)
**Current text:** `Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight).`
**Suggested fix:** `Outcome of the event (e.g. success, failure, or attempt) (ArcSight).`
**File:** `packages/cyberark_pta/data_stream/events/fields/cef.yml` (line 157)
**Current text:** `Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight).`
**Suggested fix:** `Outcome of the event (e.g. success, failure, or attempt) (ArcSight).`
**File:** `packages/cef/docs/README.md` (line 418)
**Current text:** `| cef.extensions.categoryOutcome | Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight). | keyword |`
**Suggested fix:** `| cef.extensions.categoryOutcome | Outcome of the event (e.g. success, failure, or attempt) (ArcSight). | keyword |`
**File:** `packages/cef/docs/README.md` (line 426)
**Current text:** `| cef.extensions.destinationNtDomain | Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight). | keyword |`
**Suggested fix:** `| cef.extensions.destinationNtDomain | Outcome of the event (e.g. success, failure, or attempt) (ArcSight). | keyword |`
**File:** `packages/cyberark_pta/docs/README.md` (line 177)
**Current text:** `| cef.extensions.categoryOutcome | Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight). | keyword |`
**Suggested fix:** `| cef.extensions.categoryOutcome | Outcome of the event (e.g. success, failure, or attempt) (ArcSight). | keyword |`
**File:** `packages/cyberark_pta/docs/README.md` (line 185)
**Current text:** `| cef.extensions.destinationNtDomain | Outcome of the event (e.g. sucess, failure, or attempt) (ArcSight). | keyword |`
**Suggested fix:** `| cef.extensions.destinationNtDomain | Outcome of the event (e.g. success, failure, or attempt) (ArcSight). | keyword |`
## Suggested Actions
- [ ] Replace `sucess` with `success` in the 4 source field definition files listed above.
- [ ] Update the 4 mirrored docs table entries listed above to keep generated/readable docs consistent.
---
[What is this?](https://ela.st/github-ai-tools) | [From workflow: Text Auditor](https://github.com/elastic/integrations/actions/runs/27412312374)
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
> - [x] expires on Jun 19, 2026, 11:26 AM UTC
Contributor guide
Assessment
This issue has not been assessed yet.