From 1752bfef168fb4988090829ac22d8a70fb148153 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Fri, 12 May 2023 13:42:50 +0200 Subject: [PATCH] news: add entry for #4472 Signed-off-by: Attila Szakacs --- news/feature-4472.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 news/feature-4472.md diff --git a/news/feature-4472.md b/news/feature-4472.md new file mode 100644 index 00000000000..1a22a0b3aa2 --- /dev/null +++ b/news/feature-4472.md @@ -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()`