Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions packages/tenable_sc/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
5 changes: 5 additions & 0 deletions packages/tenable_sc/changelog.yml
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
20 changes: 8 additions & 12 deletions packages/tenable_sc/docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/tenable_sc/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down