From dc934b912d2d4e1532eef7a9cc492338bb75d4d5 Mon Sep 17 00:00:00 2001 From: squioc <280824+squioc@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:16:45 +0000 Subject: [PATCH] Refresh automation library documentation --- .../automate/library/microsoft-azure.md | 20 +++++++++++++++++-- mkdocs.yml | 2 ++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/_shared_content/automate/library/microsoft-azure.md b/_shared_content/automate/library/microsoft-azure.md index 83bee75508..a5e2e0634f 100644 --- a/_shared_content/automate/library/microsoft-azure.md +++ b/_shared_content/automate/library/microsoft-azure.md @@ -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** @@ -44,6 +44,22 @@ 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 | + + ## Extra -Module **`Microsoft Azure` v2.2.3** \ No newline at end of file +Module **`Microsoft Azure` v2.4.5** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2f24b88053..ec6a4b7074 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -313,6 +313,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 @@ -507,6 +508,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