[o365_metrics,checkpoint_harmony_endpoint] Fix upto/Extention typos in user-facing text - #18520
MukundaKatta wants to merge 2 commits into
Conversation
…n user-facing text Text Auditor elastic#18497 surfaced two unambiguous typo families that only appear in user-visible help text and field descriptions, no behaviour change required: * 'upto' -> 'up to' in the o365_metrics sync-description help text (4 data streams: groups_activity_group_detail, viva_engage_groups_activity_group_detail, onedrive_usage_account_detail, teams_user_activity_user_detail). * 'Extention' -> 'Extension' in the Check Point Harmony Endpoint zerophishing browser-extension field description and the generated docs/README.md row that mirrors it. Bumps both packages for the Kibana changelog: * o365_metrics 1.1.1 -> 1.1.2 * checkpoint_harmony_endpoint 1.2.0 -> 1.2.1 Link URLs in each changelog entry are placeholders (PR NNN); they will be updated to this PR number once it is assigned. Refs elastic#18497.
|
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
ReviewersBuildkite won't run for external contributors automatically; you need to add a comment:
NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details. |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
|
@MukundaKatta, thanks for the contribution. Can you please sign the CLA so we can review this PR? |
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |
Refs #18497.
Picks up the two typo families the Text Auditor workflow flagged. Both are user-visible strings (Kibana help text and field descriptions), no behaviour change required.
Changes
upto→up to(o365_metrics, 4 occurrences)...can take upto 48h or more to be available...→...can take up to 48h or more to be available...packages/o365_metrics/data_stream/groups_activity_group_detail/manifest.ymlpackages/o365_metrics/data_stream/viva_engage_groups_activity_group_detail/manifest.ymlpackages/o365_metrics/data_stream/onedrive_usage_account_detail/manifest.ymlpackages/o365_metrics/data_stream/teams_user_activity_user_detail/manifest.ymlExtention→Extension(checkpoint_harmony_endpoint, 2 occurrences)Browser Extention version→Browser Extension versionpackages/checkpoint_harmony_endpoint/data_stream/zerophishing/fields/fields.ymlpackages/checkpoint_harmony_endpoint/docs/README.mdVersion bumps
Per the repo's release policy, each touched package gets a patch bump with a changelog entry:
o365_metrics:1.1.1→1.1.2(bugfix)checkpoint_harmony_endpoint:1.2.0→1.2.1(bugfix)The
link:fields in the new changelog entries currently point atPR NNN— I'll swap them to this PR's number once GitHub assigns it (or a reviewer is welcome to push that tweak before merging).