Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Feb 20, 2024
1 parent fe89a1b commit 2933b6b
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 855 deletions.
33 changes: 33 additions & 0 deletions _shared_content/automate/library/extrahop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ExtraHop

![ExtraHop](/assets/playbooks/library/extrahop.png){ align=right width=150 }

ExtraHop is a leading provider of network detection and response (NDR) solutions.

## Configuration

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `base_url` | `string` | API base URL |
| `client_id` | `string` | Client ID |
| `client_secret` | `string` | Client Secret |

## Triggers

### [BETA] Fetch new alerts from ExtraHop Reveal(x) 360

Get last logs from the ExtraHop Reveal(x) 360

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `frequency` | `integer` | Batch frequency in seconds |
| `chunk_size` | `integer` | The size of chunks for the batch processing |
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |


## Extra

Module **`ExtraHop` v0.1.0**
Binary file added docs/assets/playbooks/library/extrahop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2933b6b

Please sign in to comment.