From 43cd977e941d1a40b1c2447b1dfcdeef3f8e7506 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 10 Feb 2023 20:32:13 +0000 Subject: [PATCH] docs: utilise splunk proxy setting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45e1131..ecd8d32 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Provide custom search commands to update [malware-filter](https://gitlab.com/malware-filter) lookups. Each command downloads from a source CSV and emit rows as events which can then be piped to a lookup file or used as a subsearch. Each command is exported globally and can be used in any app. This add-on currently does not have any UI. +Source CSV will be downloaded via a proxy if configured in "$SPLUNK_HOME/etc/system/local/[server.conf](https://docs.splunk.com/Documentation/Splunk/latest/Admin/Serverconf#Splunkd_http_proxy_configuration)". + Tested on Splunk 9.x. ## Installation