!!! info
Carefully store the connection string–primary key that will be used for sekoia playbook configuration.
-
+
**Step 5: Create a Consumer group**
-
- 1. Navigate to [Home > Event Hubs](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.EventHub%2Fnamespaces) > company-eventhubnamespace > eventhubname | Consumer groups.
+
+ 1. Navigate to [Home > Event Hubs](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.EventHub%2Fnamespaces) > company-eventhubnamespace > eventhubname | Consumer groups.
2. Create a **Consumer group** (e.g. `consumergroup_sekoiaio`).
@@ -138,32 +145,32 @@ These two ways will create an Azure Event Hub and a Storage Account.
In order to allow Sekoia.io keep track of the consumed events, the next step consists in creating a dedicated **Storage account**.
- 1. Navigate to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts).
- 2. Create a **Storage account**.
- 3. Select your Subscription and your Resource group.
+ 1. Navigate to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts).
+ 2. Create a **Storage account**.
+ 3. Select your Subscription and your Resource group.
4. Choose a **Storage account** name.
5. Select a Region.
- !!! info
+ !!! info
You must choose the Region used during the **Event Hub Namespace** creation.
- 6. Select your perfomance and redundancy parameters.
+ 6. Select your perfomance and redundancy parameters.
!!! info
- We advise at least the following values:
- - performance: standard
- - redundancy: Geo-Redundancy storage (GRS)
-
+ We advise at least the following values:
+ - performance: standard
+ - redundancy: Geo-Redundancy storage (GRS)
+
- When your storage account is created you can create an container inside.
- 1. Navigate to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts) > storageaccoutname | containers.
- 2. Create an container.
+ When your storage account is created you can create an container inside.
+ 1. Navigate to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts) > storageaccoutname | containers.
+ 2. Create an container.
- Keep the Public Acces Level to Private.
+ Keep the Public Acces Level to Private.
!!! info
The container name should be the same as the **Event Hub** name.
@@ -171,10 +178,10 @@ These two ways will create an Azure Event Hub and a Storage Account.
**Step 7: Retrieve Connection String**
- You have to retrieve the connection string from **Azure Web Portal**.
+ You have to retrieve the connection string from **Azure Web Portal**.
- 1. Go to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts) > storageaccoutname | Access Keys.
- 2. Click on "Show Keys" on the first Connection String.
+ 1. Go to [Home > Storage accounts](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts) > storageaccoutname | Access Keys.
+ 2. Click on "Show Keys" on the first Connection String.
diff --git a/docs/assets/operation_center/integration_catalog/cloud_and_saas/event_hub/eventhub_template.png b/docs/assets/operation_center/integration_catalog/cloud_and_saas/event_hub/eventhub_template.png
new file mode 100644
index 0000000000..34c512a0ff
Binary files /dev/null and b/docs/assets/operation_center/integration_catalog/cloud_and_saas/event_hub/eventhub_template.png differ
diff --git a/docs/xdr/features/collect/integrations/network/wallix.md b/docs/xdr/features/collect/integrations/network/wallix.md
index 0c13367554..5d4ffec2d2 100644
--- a/docs/xdr/features/collect/integrations/network/wallix.md
+++ b/docs/xdr/features/collect/integrations/network/wallix.md
@@ -11,7 +11,36 @@ WALLIX Bastion is a “Privileged Access Management” solution.
{!_shared_content/operations_center/integrations/generated/6b8cb346-6605-4240-ac15-3828627ba899.md!}
## Configure
-This setup guide will show you how to forward logs produced by your Wallix bastion to Sekoia.io by means of an rsyslog transport channel.
+This setup guide will show you how to forward logs produced by your Wallix bastion to Sekoia.io by means of an syslog transport channel.
-### Configure the Rsyslog server
-Please consult the [Rsyslog Transport](../../../ingestion_methods/syslog/overview/) documentation to forward these logs to Sekoia.io.
+On the "SIEM Integration" page in the "System" menu, you can set up the routing of logged information log information to one or more other network devices syslog servers.
+
+!!! Warning
+ This page is only displayed when the "SIEM" functionality is associated with the license key.
+
+To set up routing via the syslog server you previously setup, such as the [Sekoia.io Forwarder](https://docs.sekoia.io/xdr/features/collect/ingestion_methods/syslog/sekoiaio_forwarder/), enter the following information:
+
+- server IP address or FQDN,
+- transmission protocol (UDP or TCP),
+- port number,
+- log format (standard RFC 3164 format),
+ - choose the timestamp format as ISO format (YYYY-MM-DDTHH:MM:SS±TZ), that contains year and time zone.
+- filter for selecting the categories of logged information to be sent via the server, including:
+ * configuration changes,
+ * authentication logs,
+ * account activities,
+ * SSH proxies events,
+ * RDP proxies events,
+ * SSH session,
+ * RDP session,
+ * VNC session.
+
+!!! Note
+ When upgrading from a version prior to WALLIX Bastion 8.2, all logged information categories are selected by default for all servers previously configured on this page.
+
+Logs will then be sent to the selected IP address, port and transmission protocol, and also stored on the local file system, so that they are always available for reading on the "Logs audit" page in the "Configuration" menu.
+
+
+### Configure the syslog server
+
+Please consult the [Sekoia.io Forwarder](https://docs.sekoia.io/xdr/features/collect/ingestion_methods/syslog/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.