From 547c0ccce88d1c937e692490923e3ebf77434879 Mon Sep 17 00:00:00 2001 From: Olaf Hartong <8149899+olafhartong@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:29:37 +0100 Subject: [PATCH] Added elastic example (#10) --- config.yml-sample | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yml-sample b/config.yml-sample index db9e461..85f277d 100644 --- a/config.yml-sample +++ b/config.yml-sample @@ -75,6 +75,13 @@ logscale: token: repository: +################################################ +# Add your Elastic cloud connection information here +################################################ +elastic: + cloudid: + apikey: + ################################################ # Add your Azure Data Explorer connection information here # This can be the same app as Sentinel or a different one @@ -85,4 +92,4 @@ adx: table: FalconHound tenantID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx appID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - appSecret: xxxxxxxxxxxxxx \ No newline at end of file + appSecret: xxxxxxxxxxxxxx