From 80e3120d7945786b4c053fc18b6de803d82888c1 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 4 May 2022 18:07:45 +0000 Subject: monitoring: T4410: Add telegraf output Plugin http for Splunk Ability to send HTTP output to Splunk via telegraf set service monitoring telegraf splunk authentication insecure set service monitoring telegraf splunk authentication token 'xxx' set service monitoring telegraf splunk url 'https://x.x.x.x' --- .../service_monitoring_telegraf.xml.in | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'interface-definitions/service_monitoring_telegraf.xml.in') diff --git a/interface-definitions/service_monitoring_telegraf.xml.in b/interface-definitions/service_monitoring_telegraf.xml.in index 021174701..ff4c8c55f 100644 --- a/interface-definitions/service_monitoring_telegraf.xml.in +++ b/interface-definitions/service_monitoring_telegraf.xml.in @@ -168,6 +168,44 @@ + + + Output plugin Splunk + + + + + HTTP basic authentication parameters + + + + + Authorization token + + + + + Use TLS but skip host validation + + + + + + + + Remote URL [REQUIRED] + + url + Remote URL to Splunk collector + + + ^(http(s?):\/\/.*):(\d*)\/?(.*) + + Incorrect URL format + + + + Remote URL [REQUIRED] -- cgit v1.2.3