Skip to content

Commit

Permalink
news: add entry for syslog-ng#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 15, 2023
1 parent e13dc18 commit 1752bfe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions news/feature-4472.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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_hec {
logscale-hec(
url("http://localhost")
token("my-token")
);
};
```
Additional options include:
* `rawstring()`
* `timestamp()`
* `timezone()`
* `attributes()`
* `extra-headers()`
* `content-type()`

0 comments on commit 1752bfe

Please sign in to comment.