Overfør til Innovate Summit:
Lær hvordan overføring og modernisering til Azure kan øke bedriftens ytelse, robusthet og sikkerhet, slik at du kan omfavne KUNSTIG INTELLIGENS fullt ut.Registrer deg nå
Denne nettleseren støttes ikke lenger.
Oppgrader til Microsoft Edge for å dra nytte av de nyeste funksjonene, sikkerhetsoppdateringene og den nyeste tekniske støtten.
Illumio SaaS (using Azure Functions) connector for Microsoft Sentinel
Artikkel
Illumio connector provides the capability to ingest events into Microsoft Sentinel. The connector provides ability to ingest auditable and flow events from AWS S3 bucket.
This is autogenerated content. For changes, contact the solution provider.
SQS and AWS S3 account credentials/permissions: AWS_SECRET, AWS_REGION_NAME, AWS_KEY, QUEUE_URL is required. See the documentation to learn more about data pulling. If you are using s3 bucket provided by Illumio, contact Illumio support. At your request they will provide you with the AWS S3 bucket name, AWS SQS url and AWS credentials to access them.
Illumio API key and secret: ILLUMIO_API_KEY, ILLUMIO_API_SECRET is required for a workbook to make connection to SaaS PCE and fetch api responses.
Vendor installation instructions
Obs!
This connector uses Azure Functions to connect to the AWS SQS / S3 to pull logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.
(Optional Step) Securely store API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. Follow these instructions to use Azure Key Vault with an Azure Function App.
Prerequisites
Ensure AWS SQS is configured for the s3 bucket from which flow and auditable event logs are going to be pulled. In case, Illumio provides bucket, please contact Illumio support for sqs url, s3 bucket name and aws credentials.
Register AAD application - For DCR (Data collection rule) to authenticate to ingest data into log analytics, you must use Entra application. 1. Follow the instructions here (steps 1-5) to get AAD Tenant Id, AAD Client Id and AAD Client Secret.
Ensure you have created a log analytics workspace.
Please keep note of the name and region where it has been deployed.
Deployment
Choose one of the approaches from below options. Either use the below ARM template to deploy azure resources or deploy function app manually.
Azure Resource Manager (ARM) Template
Use this method for automated deployment of Azure resources using an ARM Template.
Click the Deploy to Azure button below.
Provide the required details such as Microsoft Sentinel Workspace, AWS credentials, Azure AD Application details and ingestion configurations
NOTE: It is recommended to create a new Resource Group for deployment of function app and associated resources.
3. Mark the checkbox labeled I agree to the terms and conditions stated above.
4. Click Purchase to deploy.
Deploy additional function apps to handle scale
Use this method for automated deployment of additional function apps using an ARM Template.
Click the Deploy to Azure button below.
Manual Deployment of Azure Functions
Deployment via Visual Studio Code.
1. Deploy a Function App
Download the Azure Function App file. Extract archive to your local development computer.