From 10c691eefa73338b64f0ee88ba71dbcdee596bdc Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Thu, 26 Oct 2023 18:04:53 +0200 Subject: [PATCH] Adjust default example text for yeti endpoint (#2963) --- data/timesketch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/timesketch.conf b/data/timesketch.conf index 7918de6679..08992f16cd 100644 --- a/data/timesketch.conf +++ b/data/timesketch.conf @@ -254,7 +254,7 @@ SAFEBROWSING_THREATTYPES = ['MALWARE'] # HASHR_ADD_SOURCE_ATTRIBUTE = True # Threatintel Yeti analyzer-specific configuration -# URI root to Yeti's API, e.g. 'https://localhost:8080/api' +# URI root to Yeti's API, e.g. 'https://localhost:8000/api/v2' YETI_API_ROOT = '' # API key to authenticate requests