diff --git a/packages/akamai/_dev/build/docs/README.md b/packages/akamai/_dev/build/docs/README.md index 9a52dac1e1e..c28b1986701 100644 --- a/packages/akamai/_dev/build/docs/README.md +++ b/packages/akamai/_dev/build/docs/README.md @@ -10,7 +10,7 @@ The Security Information and Event Management API allows you to capture security Use this API to get security event data generated on the ​Akamai​ platform and correlate it with data from other sources in your SIEM solution. Capture security event data incrementally, or replay missed security events from the past 12 hours. You can store, query, and analyze the data delivered through this API on your end, then go back and adjust your Akamai security settings. If you’re coding your own SIEM connector, it needs to adhere to these specifications in order to pull in security events from Akamai Security Events Collector (ASEC) and process them properly. -See https://techdocs.akamai.com/siem-integration/reference/api-get-started to setup your Akamai account and obtain your credentials +See [Akamai API get started](https://techdocs.akamai.com/siem-integration/reference/api-get-started) to set up your Akamai account and get your credentials. {{fields "siem"}} diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index d3b67a0c62d..82d3a19ef23 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.1" + changes: + - description: improve the English in the readme file + type: enhancement + link: https://github.com/elastic/integrations/pull/3532 - version: "1.0.0" changes: - description: Make GA diff --git a/packages/akamai/docs/README.md b/packages/akamai/docs/README.md index 8943c6993a6..fa269fa08e0 100644 --- a/packages/akamai/docs/README.md +++ b/packages/akamai/docs/README.md @@ -10,7 +10,7 @@ The Security Information and Event Management API allows you to capture security Use this API to get security event data generated on the ​Akamai​ platform and correlate it with data from other sources in your SIEM solution. Capture security event data incrementally, or replay missed security events from the past 12 hours. You can store, query, and analyze the data delivered through this API on your end, then go back and adjust your Akamai security settings. If you’re coding your own SIEM connector, it needs to adhere to these specifications in order to pull in security events from Akamai Security Events Collector (ASEC) and process them properly. -See https://techdocs.akamai.com/siem-integration/reference/api-get-started to setup your Akamai account and obtain your credentials +See [Akamai API get started](https://techdocs.akamai.com/siem-integration/reference/api-get-started) to set up your Akamai account and get your credentials. **Exported fields** diff --git a/packages/akamai/manifest.yml b/packages/akamai/manifest.yml index 0f83a797797..4a387753fc2 100644 --- a/packages/akamai/manifest.yml +++ b/packages/akamai/manifest.yml @@ -1,6 +1,6 @@ name: akamai title: Akamai -version: 1.0.0 +version: 1.0.1 release: ga description: Akamai Integration type: integration