CrowdStrike Falcon LogScale

Overview

You can send logs to CrowdStrike Falcon LogScale via HTTP using the HEC by performing POST requests using our HTTP Data sink.

Data sink configuration

To start sending data to CrowdStrike Falcon LogScale, follow these steps:

1

Create a new HTTP Data sink. To do it, go to Data sinks > New Data sink and double-click HTTP.

2

Give your Data sink a Name and, optionally, add a Description and some Tags. Click Finish when you're done.

3

Now, drag your Data sink to the required Pipeline canvas. Link it to the required Listener/Action and double-click it to configure it.

4

Fill the following parameters as follows:

Parameter
Description

HTTP method*

Choose POST.

URL*

To push data from CrowdStrike into LogScale via HTTP, you don’t need a CrowdStrike-specific URL; you need to generate a LogScale HTTP Ingest URL that accepts events. To do it:

  1. Go to the Settings tab of your repository.

  2. Scroll to Ingest Tokens.

  3. Click Create Token.

    • Give it a name (e.g., crowdstrike-ingest).

    • Choose structured if you’re sending JSON data.

  4. Copy the full ingest URL, which will look like this:

https://cloud.us.humio.com/api/v1/ingest/humio-structured/crowdstrike-alerts?token=abcdef1234567890

Message

Enter the JSON messages you would like to send to CrowdStrike.

Content-Type

Choose text/plain.

Support special characters, Use gzip, HTTP headers

Set as required.

5

In the Bulk configuration section, fill in the parameters as follows:

Parameter
Description

Bulk allow*

Set true.

Delimiter*

Choose Manual delimiter* and leave it as new line (\n).

Maximum number of buffers per server URL*

Set as required.

Event amount*, Event time limit*

These would depend on the length of the messages you want to forward.

6

Set the Authentication type* to Bearer and click New secret in the Token* field to define a new Secret using the bearer token you created before (see above for help on finding this).

7

Fill in the rest of the parameters and required, and click Save.

Last updated

Was this helpful?