LogoLogo
LogoLogo
  • Welcome
  • Details
  • Editions
  • Use Cases
  • SCEPMAN Deployment
    • Getting Started
      • Standard Guide
      • Extended Guide
    • Permissions
      • Azure App Registration
      • Managed Identities
    • Deployment Options
      • Marketplace deployment
      • Enterprise deployment
      • Terraform deployment
    • Root CA
    • Intermediate CA
  • Certificate Management
    • Revocation
    • Microsoft Intune
      • Windows
        • Certificate Based Authentication for RDP
      • macOS
      • Android
      • iOS/iPadOS
      • Linux
    • Jamf Pro
      • General Configuration
      • Computers
      • Devices
      • Users
    • Other MDM Solutions
      • Google Workspace
        • ChromeOS
      • Kandji
      • Mosyle
      • SOTI MobiControl
    • Certificate Master
      • Manage Certificates
      • Certificate Signing Request (CSR)
      • TLS Server Certificate
      • Sub CA Certificate
      • Code Signing Certificate
      • Client Certificate
      • User Certificate
    • Domain Controller Certificates
    • Enrollment REST API
      • Self Service Enrollment
        • Intune Managed Linux Client
        • Unmanaged Linux Client
      • API Enrollment
        • Linux Server
        • Windows Server
      • SCEPmanClient
  • Azure Configuration
    • Application Insights
    • App Service Sizing
      • Autoscaling
    • Custom Domain
    • Geo-Redundancy
    • Health Check
      • Using 3rd Party Monitoring
    • Log Management
    • Moving Resources
    • Private Endpoints
    • Split-Tenancy
  • Update Strategy
  • SCEPman Configuration
    • SCEPman Settings
      • Basics
      • Certificates
      • Certificate Master
      • CRL
      • Dependencies (Azure Services)
        • Azure KeyVault
        • Logging
        • Microsoft Entra ID (Azure AD)
        • National Cloud Platforms
      • Enrollment REST API
      • OCSP
      • SCEP Endpoints
        • DC Validation
        • Intune Validation
        • Jamf Validation
        • Static Validation
        • Static-AAD Validation
    • Certificate Master Settings
      • Basics
      • Microsoft Entra ID (Azure AD)
      • Logging
      • National Cloud Platforms
    • Application Artifacts
    • Certificate Master RBAC
    • Device Directories
    • Intune Strong Mapping
  • Other
    • Security & Privacy
    • Support
    • Licensing
      • Azure Marketplace
    • FAQs
      • General
      • Certificate Connector
      • Network Access Controllers
      • Renewing SCEPman Root CA
    • Troubleshooting
      • Common Problems
      • Certifried Security Vulnerability
      • Cisco ISE Host Header Limitation
      • Intune service discovery API permissions
      • Re-enrollment trigger
  • Uninstallation
  • Change Log
  • Links
  • SCEPman Website
Powered by GitBook
On this page
  • AppConfig:LoggingConfig:WorkspaceId
  • AppConfig:LoggingConfig:SharedKey
  • AppConfig:LoggingConfig:AzureOfferingDomain
  • AppConfig:LoggingConfig:LogLevel
  • AppConfig:LoggingConfig:AzureEventHubConnectionString
  • AppConfig:LoggingConfig:AzureEventHubName
  • AppConfig:LoggingConfig:AzureEventHubPartitionKey
  • AppConfig:LoggingConfig:AzureEventHubServiceUri

Was this helpful?

  1. SCEPman Configuration
  2. SCEPman Settings
  3. Dependencies (Azure Services)

Logging

Last updated 25 days ago

Was this helpful?

These settings should only be applied to the SCEPman App Service, not the Certificate Master. Please refer to .

Applicable to version 2.4 and above

AppConfig:LoggingConfig:WorkspaceId

Linux: AppConfig__LoggingConfig__WorkspaceId

Value: Guid

Description:

The WorkspaceID of your Log Analytics Workspace (shown in the Overview of the workspace). This is a required setting if you want to use Azure Monitor, together with SharedKey.

AppConfig:LoggingConfig:SharedKey

Linux: AppConfig__LoggingConfig__SharedKey

Value: String

Description:

Use one of the two keys for the Log Analytics Workspace. They are displayed if you access your SCEPman Log Analytics Workspace and navigate to Settings/Agents, where you can unfold the "Log Analytics agent instructions" section. Use either the Primary or the Secondary key.

This is a required setting if you want to use Azure Monitor, together with WorkspaceId.

AppConfig:LoggingConfig:AzureOfferingDomain

Linux: AppConfig__LoggingConfig__AzureOfferingDomain

Value: String

Description:

If the workspace is not in the Global Azure Cloud, you can configure the offering domain here. The default is 'azure.com'.

Changes can harm your service!

AppConfig:LoggingConfig:LogLevel

Linux: AppConfig__LoggingConfig__LogLevel

Value: Trace, Debug, Info, Warn, Error, or Fatal

Description:

The minimum log level to be logged. The default is 'Info'. Only log entries with a log level equal or higher than the configured log level will be logged.

Note that if you configure this setting to 'Trace' or 'Debug', log output might contain personal data like UPNs or IP addresses of users. If you want to avoid personal data in the log output, you should configure this setting to 'Info' or higher.

AppConfig:LoggingConfig:AzureEventHubConnectionString

Linux: AppConfig__LoggingConfig__AzureEventHubConnectionString

Logging to Azure Event Hub is possible in version 2.5 and above

Value: String

Description:

AppConfig:LoggingConfig:AzureEventHubName

Linux: AppConfig__LoggingConfig__AzureEventHubName

Logging to Azure Event Hub is possible in version 2.5 and above

Value: String

Description:

The name of your Azure Event Hub. This is a required setting if you want to use Azure Event Hub.

AppConfig:LoggingConfig:AzureEventHubPartitionKey

Linux: AppConfig__LoggingConfig__AzureEventHubPartitionKey

Logging to Azure Event Hub is possible in version 2.5 and above

Value: String

Description:

The partition key of your Azure Event Hub. Setting this is optional. If you don't set this, this defaults to '0'.

AppConfig:LoggingConfig:AzureEventHubServiceUri

Linux: AppConfig__LoggingConfig__AzureEventHubServiceUri

Logging to Azure Event Hub with Managed Identity is possible in version 2.8 and above

Value: String

The connection string to your Azure Event Hub. If you want to use Azure Event Hub, you must either configure this setting or . If you use AzureEventHubConnectionString, it must include the authentication information.

Description: The Service URI of the Azure Event Hub. If you want to use Azure Event Hub, you must either configure this setting or . If you use AzureEventHubServiceUri, SCEPman/Certificate Master will authenticate with its Managed Identity to the Azure Event Hub Service.

SCEPman Settings
AppConfig:LoggingConfig:AzureEventHubServiceUri
AppConfig:LoggingConfig:AzureEventHubConnectionString