diff --git a/packages/1password/_dev/build/docs/README.md b/packages/1password/_dev/build/docs/README.md index 10459bab8ef..3ad66fd2f74 100644 --- a/packages/1password/_dev/build/docs/README.md +++ b/packages/1password/_dev/build/docs/README.md @@ -1,9 +1,10 @@ -1Password -========= +# 1Password Events Reporting -With [1Password Business](https://support.1password.com/explore/business/), you can send your account activity to your security information and event management (SIEM) system using the 1Password Events API. Get reports about 1Password activity like sign-in attempts and item usage while you manage all your company’s applications and services from a central location. +With [1Password Business](https://support.1password.com/explore/business/), you can send your account activity to your security information and event management (SIEM) system, using the 1Password Events API. -With 1Password and Elastic SIEM, you can: +Get reports about 1Password activity, such as sign-in attempts and item usage, while you manage all your company’s applications and services from a central location. + +With 1Password Events Reporting and Elastic SIEM, you can: - Control your 1Password data retention - Build custom graphs and dashboards @@ -11,14 +12,14 @@ With 1Password and Elastic SIEM, you can: - Cross-reference 1Password events with the data from other services You can set up Events Reporting if you’re an owner or administrator. -Learn how to [obtain your 1Password Events API credentials](https://support.1password.com/events-reporting/#step-1-set-up-an-events-reporting-integration). +Ready to get started? [Learn how to set up the Elastic Events Reporting integration](https://support.1password.com/events-reporting). Events ------ ### Sign-in Attempts -Uses the 1Password Events API to retrieve information about sign-in attempts. Events include the name and IP address of the user who attempted to sign in to the account, when the attempt was made, and – for failed attempts – the cause of the failure. +Use the 1Password Events API to retrieve information about sign-in attempts. Events include the name and IP address of the user who attempted to sign in to the account, when the attempt was made, and – for failed attempts – the cause of the failure. *Exported fields* @@ -28,7 +29,7 @@ Uses the 1Password Events API to retrieve information about sign-in attempts. Ev ### Item Usages -Uses the 1Password Events API to retrieve information about items in shared vaults that have been modified, accessed, or used. Events include the name and IP address of the user who accessed the item, when it was accessed, and the vault where the item is stored. +This uses the 1Password Events API to retrieve information about items in shared vaults that have been modified, accessed, or used. Events include the name and IP address of the user who accessed the item, when it was accessed, and the vault where the item is stored. *Exported fields* diff --git a/packages/1password/changelog.yml b/packages/1password/changelog.yml index 3f40ef74f86..7de8e5ff69a 100644 --- a/packages/1password/changelog.yml +++ b/packages/1password/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.1" + changes: + - description: Update readme to improve English + type: enhancement + link: https://github.com/elastic/integrations/pull/3534 - version: "1.5.0" changes: - description: Update package to ECS 8.3.0. diff --git a/packages/1password/docs/README.md b/packages/1password/docs/README.md index 47a3560674f..8666140fa87 100644 --- a/packages/1password/docs/README.md +++ b/packages/1password/docs/README.md @@ -1,9 +1,10 @@ -1Password -========= +# 1Password Events Reporting -With [1Password Business](https://support.1password.com/explore/business/), you can send your account activity to your security information and event management (SIEM) system using the 1Password Events API. Get reports about 1Password activity like sign-in attempts and item usage while you manage all your company’s applications and services from a central location. +With [1Password Business](https://support.1password.com/explore/business/), you can send your account activity to your security information and event management (SIEM) system, using the 1Password Events API. -With 1Password and Elastic SIEM, you can: +Get reports about 1Password activity, such as sign-in attempts and item usage, while you manage all your company’s applications and services from a central location. + +With 1Password Events Reporting and Elastic SIEM, you can: - Control your 1Password data retention - Build custom graphs and dashboards @@ -11,14 +12,14 @@ With 1Password and Elastic SIEM, you can: - Cross-reference 1Password events with the data from other services You can set up Events Reporting if you’re an owner or administrator. -Learn how to [obtain your 1Password Events API credentials](https://support.1password.com/events-reporting/#step-1-set-up-an-events-reporting-integration). +Ready to get started? [Learn how to set up the Elastic Events Reporting integration](https://support.1password.com/events-reporting). Events ------ ### Sign-in Attempts -Uses the 1Password Events API to retrieve information about sign-in attempts. Events include the name and IP address of the user who attempted to sign in to the account, when the attempt was made, and – for failed attempts – the cause of the failure. +Use the 1Password Events API to retrieve information about sign-in attempts. Events include the name and IP address of the user who attempted to sign in to the account, when the attempt was made, and – for failed attempts – the cause of the failure. *Exported fields* @@ -162,7 +163,7 @@ An example event for `signin_attempts` looks as following: ### Item Usages -Uses the 1Password Events API to retrieve information about items in shared vaults that have been modified, accessed, or used. Events include the name and IP address of the user who accessed the item, when it was accessed, and the vault where the item is stored. +This uses the 1Password Events API to retrieve information about items in shared vaults that have been modified, accessed, or used. Events include the name and IP address of the user who accessed the item, when it was accessed, and the vault where the item is stored. *Exported fields* diff --git a/packages/1password/manifest.yml b/packages/1password/manifest.yml index f642814bc86..82f37bd5309 100644 --- a/packages/1password/manifest.yml +++ b/packages/1password/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: 1password title: "1Password" -version: "1.5.0" +version: 1.5.1 license: basic description: Collect events from 1Password Events API with Elastic Agent. type: integration