Skip to content

CrowdStrike/io-dev-infra-azure

Repository files navigation

CrowdStrike Falcon Twitter URL

LogScale Azure Integration

Push-based CrowdStrike Falcon LogScale integration for Azure.

This repo contains a service for listening to an Azure Event Hub and pushing all events to LogScale, as well as Bicep scripts for setting up the necessary infrastructure in Azure, including sending Azure Activity Log data.

Be aware that this will incur additional costs from Azure. Azure Pricing Calculator

Prerequisites

  • .NET 8.0 or later
  • Azure Bicep CLI
  • LogScale API token and endpoint URL

Usage

Parameters for usage:

Name Description Optional? Default Value
LogScale Endpoint Endpoint of your LogScale server, e.g. ops.us.humio.com. No
Ingest Token Ingest token from LogScale. Section on ingest tokens in the LogScale documentation. No
Azure Location Name Location name of Azure location. List available values with az account list-locations -o table. Yes eastus
Deployment Name Name of deployment in Azure. Yes logscaleingest

Simple deployment with mandatory arguments:

./deploy.sh logscale-endpoint ingest-token

Example:

./deploy.sh ops.us.humio.com 01234567-89ab-cdef-0123-456789abcdef

Deployment with optional arguments:

./deploy.sh logscale-endpoint ingest-token location deployment-name

Example with default values:

./deploy.sh ops.us.humio.com 01234567-89ab-cdef-0123-456789abcdef eastus logscaleingest

Further configuration:

A few other settings can be configured in deploy.bicepparam.

Removal

If you wish to remove the integration, simply delete the created resource group and the appropriate diagnostic setting.

Getting Help

If you encounter any issues, you can create an issue on our Github repo for bugs, enhancements, or other requests.

Contributing

You can contribute by:

  • Raising any issues you find during usage
  • Fixing issues by opening Pull Requests
  • Improving documentation

All bugs, tasks or enhancements are tracked as GitHub issues.

Additional Resources

About

Push-based CrowdStrike Falcon LogScale integration for Azure.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published