From 71ff9a287cc563fe08ff018b35d1edf1b2446829 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:14:12 +1100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c8a3a4..4529da2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Adds an alert action to Splunk that allows sending a notification using any of t For a full list of notification services, see https://github.com/caronc/apprise/wiki There are two ways of using this addon: - - Providing a URL in each alert action - - Using a configuration file and tags +* Providing a URL in each alert action +* Using a configuration file and tags ### Providing a URL in each alert action This requires no configuration to use. Just put a valid URL in the alert action and the service will be sent the alert. @@ -13,11 +13,11 @@ This requires no configuration to use. Just put a valid URL in the alert action ### Using a configuration file and tags See https://github.com/caronc/apprise/wiki/config for creating an Apprise configuration file. -To provide the configuration file to the add-on, in the Splunk UI go to Settings>Alert Actions>Setup Apprise Alert Action* +To provide the configuration file to the add-on, in the Splunk UI go to Settings>Alert Actions>Setup Apprise Alert Action Alternatively, this can be done by updating and placing the below config in local/alert_actions.conf [apprise_alert] param.config = <> -Note: The default path the addon looks in for configuration files the apprise_alert/bin/ folder. Either provide a full path or relative path from this directory. \ No newline at end of file +Note: The default path the addon looks in for configuration files the apprise_alert/bin/ folder. Either provide a full path or relative path from this directory.