Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 2.21 KB

openvpn-server.md

File metadata and controls

72 lines (41 loc) · 2.21 KB
title description author ms.topic ms.date ms.service ms.author ms.collection
OpenVPN Server connector for Microsoft Sentinel
Learn how to install the connector OpenVPN Server to connect your data source to Microsoft Sentinel.
cwatson-cat
how-to
04/26/2024
microsoft-sentinel
cwatson
sentinel-data-connector

OpenVPN Server connector for Microsoft Sentinel

The OpenVPN data connector provides the capability to ingest OpenVPN Server logs into Microsoft Sentinel.

This is autogenerated content. For changes, contact the solution provider.

Connector attributes

Connector attribute Description
Log Analytics table(s) Syslog(OpenVPN)
Data collection rules support Workspace transform DCR
Supported by Microsoft Corporation

Query samples

Top 10 Sources

OpenVpnEvent

| summarize count() by tostring(SrcIpAddr)

| top 10 by count_

Vendor installation instructions

Note

This data connector depends on a parser based on a Kusto Function to work as expected OpenVpnEvent which is deployed with the Microsoft Sentinel Solution.

  1. Install and onboard the agent for Linux or Windows

Install the agent on the Server where the OpenVPN are forwarded.

Logs from OpenVPN Server deployed on Linux or Windows servers are collected by Linux or Windows agents.

  1. Configure the logs to be collected

Configure the facilities you want to collect and their severities.

  1. Under workspace advanced settings Configuration, select Data and then Syslog.

  2. Select Apply below configuration to my machines and select the facilities and severities.

  3. Click Save.

  4. Check your OpenVPN logs.

OpenVPN server logs are written into common syslog file (depending on the Linux distribution used: e.g. /var/log/messages)

Next steps

For more information, go to the related solution in the Azure Marketplace.