Skip to content

Commit

Permalink
news: add entry for #4472
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed May 17, 2023
1 parent 1f811f2 commit a43000e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions news/feature-4472.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Sending messages to CrowdStrike Falcon LogScale (Humio)

The `logscale()` destination feeds LogScale via the [Ingest API](https://library.humio.com/falcon-logscale/api-ingest.html#api-ingest-structured-data).

Minimal config:
```
destination d_logscale {
logscale(
token("my-token")
);
};
```
Additional options include:
* `url()`
* `rawstring()`
* `timestamp()`
* `timezone()`
* `attributes()`
* `extra-headers()`
* `content-type()`


__TODO: Add Andreas Friedmann and Ryan Faircloth to Contributors!!!!!__

0 comments on commit a43000e

Please sign in to comment.