LogoLogo
LogoLogo
  • Welcome
  • Details
  • Configuration
    • Getting Started
      • Generic Guide
      • Scenario-based Guides
        • Microsoft Cloud PKI
        • SCEPman PKI
    • Access Point Setup
      • RadSec
        • Aruba
        • FortiNet
        • Juniper Mist
        • Meraki
        • MikroTik
        • Ruckus
        • UniFi
      • RADIUS
        • ExtremeCloud IQ CoPilot
        • Meraki
        • Sophos UTM
        • UniFi
    • Server Certificate Renewal
  • Admin Portal
    • Home
    • Insights
      • Rule Engine
      • Logs
    • Users
    • Settings
      • Server Settings
      • Trusted Certificates
      • Proxy Settings
      • Permissions
      • User Settings
      • Rules
        • General Structure
        • WiFi
        • LAN
        • VPN
      • Log Exporter
        • Teams
        • Log Analytics
        • Generic Webhook
        • Examples
    • My Invited Users
  • Profile Deployment
    • Microsoft Intune
      • Server Trust
      • WiFi Profile
        • Windows
        • iOS/iPadOS & macOS
        • Android
      • Wired Profile
        • Windows
        • macOS
    • Jamf Pro
      • Server Trust
      • WiFi Profile
      • Wired Profile
    • Google Workspace
      • Server Trust
      • WiFi Profile
  • Other
    • Troubleshooting
    • FAQs
      • General
      • Log & Common Errors
      • MAC Authentication
      • Blast-RADIUS Vulnerability
      • OCSP Soft-fail Consequences
      • Security & Privacy
    • REST API
      • External Monitoring
    • Changelog
  • Licensing
    • Azure Marketplace
  • Support & Service Level
  • RADIUSaaS Website
Powered by GitBook
On this page
  • Prerequisites
  • Configuration steps

Was this helpful?

  1. Admin Portal
  2. Settings
  3. Log Exporter

Log Analytics

Prerequisites

To ingest RADIUSaaS logs into an Azure Log Analytics Workspace, please make sure that a workspace was already created and that you have the following required values available:

  • Customer ID

  • Shared Key

  • Event Name

Configuration steps

Follow these steps to add a Log Analytics export target:

  • Navigate to your RADIUSaaS Admin Portal

  • Click + Export Target

  • Select Azure Loganalytics Exporter

  • Provide a Name and Description

  • Configure the Message Filters to your needs

  • Structure the Data to be ingested into your Log Analytics Workspace

Some data which you might send to your Log Analytics workspace will include new line characters. To get a valid JSON for every entry, the template engine has a global tojson parser which will apply for all variables you access.

Therefore, do not quote any jinja variable.

Correct

Wrong

Last updated 6 months ago

Was this helpful?