diff --git a/packages/tenable_sc/_dev/build/docs/README.md b/packages/tenable_sc/_dev/build/docs/README.md index 347f174b0f0..291a47679a9 100644 --- a/packages/tenable_sc/_dev/build/docs/README.md +++ b/packages/tenable_sc/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Tenable.sc -The Tenable.sc integration collects and parses data from the Tenable.sc APIs. +The Tenable.sc integration collects and parses data from the [Tenable.sc](https://docs.tenable.com/tenablesc/Content/Welcome.htm) APIs. ## Compatibility @@ -9,19 +9,15 @@ This module has been tested against `Tenable.sc version 5.18` ## Requirements In order to ingest data from the Tenable.sc you must have the **Access key** and **Secret Key**. -Enable API keys to allow users to perform API key authentication as described [here](https://docs.tenable.com/tenablesc/Content/EnableAPIKeys.htm). - -Generate API keys: -- Log in to **Tenable.sc Admin account** via the user interface. -- Click **Users > Users**. -- In the row for the user for which you want to generate an API key, click the settings icon. It would open `actions menu`. -- On the actions menu Click **Generate API Key**. -- On the confirmation window appears Click **Generate**. -- The Your API Key window appears, displaying the access key and secret key for the user. -- Use the keys in the Tenable.sc Integration configuration parameters. - -**Note:** -The default value is recommended value for batch size by tenable. It can be found under _Advanced Options_ and can be configured as per requirements. A very large value might not work as intended depending on the API and instance limitations. + +Enable API keys to allow users to perform API key authentication. + +See Tenable's documentation for more information on: + +* [Enabling API Key Authentication](https://docs.tenable.com/tenablesc/Content/EnableAPIKeys.htm) +* [Generating API keys]( https://docs.tenable.com/tenablesc/Content/GenerateAPIKey.htm) + +> Note: The default value is the recommended value for a batch size by Tenable. It can be found under _Advanced Options_ and can be configured as per requirements. A very large value might not work as intended depending on the API and instance limitations. ## Logs diff --git a/packages/tenable_sc/changelog.yml b/packages/tenable_sc/changelog.yml index 4120c917ee0..615927b7672 100644 --- a/packages/tenable_sc/changelog.yml +++ b/packages/tenable_sc/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.2" + changes: + - description: Update readme - added links to tenable documentation and made the English clearer. + type: enhancement + link: https://github.com/elastic/integrations/pull/3165 - version: "1.2.1" changes: - description: Add mapping for `event.created` diff --git a/packages/tenable_sc/docs/README.md b/packages/tenable_sc/docs/README.md index da917569f26..a911c3d5d16 100644 --- a/packages/tenable_sc/docs/README.md +++ b/packages/tenable_sc/docs/README.md @@ -1,6 +1,6 @@ # Tenable.sc -The Tenable.sc integration collects and parses data from the Tenable.sc APIs. +The Tenable.sc integration collects and parses data from the [Tenable.sc](https://docs.tenable.com/tenablesc/Content/Welcome.htm) APIs. ## Compatibility @@ -9,19 +9,15 @@ This module has been tested against `Tenable.sc version 5.18` ## Requirements In order to ingest data from the Tenable.sc you must have the **Access key** and **Secret Key**. -Enable API keys to allow users to perform API key authentication as described [here](https://docs.tenable.com/tenablesc/Content/EnableAPIKeys.htm). -Generate API keys: -- Log in to **Tenable.sc Admin account** via the user interface. -- Click **Users > Users**. -- In the row for the user for which you want to generate an API key, click the settings icon. It would open `actions menu`. -- On the actions menu Click **Generate API Key**. -- On the confirmation window appears Click **Generate**. -- The Your API Key window appears, displaying the access key and secret key for the user. -- Use the keys in the Tenable.sc Integration configuration parameters. +Enable API keys to allow users to perform API key authentication. -**Note:** -The default value is recommended value for batch size by tenable. It can be found under _Advanced Options_ and can be configured as per requirements. A very large value might not work as intended depending on the API and instance limitations. +See Tenable's documentation for more information on: + +* [Enabling API Key Authentication](https://docs.tenable.com/tenablesc/Content/EnableAPIKeys.htm) +* [Generating API keys]( https://docs.tenable.com/tenablesc/Content/GenerateAPIKey.htm) + +> Note: The default value is the recommended value for a batch size by Tenable. It can be found under _Advanced Options_ and can be configured as per requirements. A very large value might not work as intended depending on the API and instance limitations. ## Logs diff --git a/packages/tenable_sc/manifest.yml b/packages/tenable_sc/manifest.yml index 6da0016d368..94689a3f68a 100644 --- a/packages/tenable_sc/manifest.yml +++ b/packages/tenable_sc/manifest.yml @@ -2,7 +2,7 @@ format_version: 1.0.0 name: tenable_sc title: Tenable.sc # The version must be updated in the pipeline as well. Until elastic/kibana#121310 is implemented we will have to manually sync these. -version: 1.2.1 +version: 1.2.2 license: basic description: | Collect logs from Tenable.sc with Elastic Agent.