Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh automation library documentation #1720

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
22 changes: 20 additions & 2 deletions _shared_content/automate/library/microsoft-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module accepts no configuration.

### [BETA] Collect Azure Blob Storage events

Trigger p laybook to get Azure Blob Storage events information
Trigger playbook to get Azure Blob Storage events information

**Arguments**

Expand All @@ -24,6 +24,7 @@ Trigger p laybook to get Azure Blob Storage events information
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |
| `chunk_size` | `integer` | The max size of chunks for the batch processing |
| `frequency` | `integer` | Batch frequency in seconds |


### Consume Eventhub messages
Expand All @@ -44,6 +45,23 @@ Consume messages from Microsoft Azure Eventhub
| `chunk_size` | `integer` | The max size of chunks for the batch processing |


### [BETA] Fetch new Azure Network Watcher events from Blob Storage

Trigger playbook to get Azure Network Watcher events information

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `container_name` | `string` | Container name to interact with Azure Network Watcher |
| `account_name` | `string` | Account name of the Azure Network Watcher |
| `account_key` | `string` | Account key of the Azure Network Watcher |
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |
| `chunk_size` | `integer` | The max size of chunks for the batch processing |
| `frequency` | `integer` | Batch frequency in seconds |


## Extra

Module **`Microsoft Azure` v2.2.3**
Module **`Microsoft Azure` v2.4.8**
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ nav:
- Mattermost: xdr/features/automate/library/mattermost.md
- Microsoft Active Directory: xdr/features/automate/library/microsoft-active-directory.md
- Microsoft Azure: xdr/features/automate/library/microsoft-azure.md
- Microsoft Azure: xdr/features/automate/library/microsoft-azure.md
- Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md
- Microsoft Office365: xdr/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
Expand Down Expand Up @@ -509,6 +510,7 @@ nav:
- Mattermost: tip/features/automate/library/mattermost.md
- Microsoft Active Directory: tip/features/automate/library/microsoft-active-directory.md
- Microsoft Azure: tip/features/automate/library/microsoft-azure.md
- Microsoft Azure: tip/features/automate/library/microsoft-azure.md
- Microsoft Entra ID (Azure AD): tip/features/automate/library/entra-id.md
- Microsoft Office365: tip/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
Expand Down
Loading