From 18b303734d84c0c5677ea4d872ec068ffcab4cad Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 10 Jun 2022 18:06:31 +0000 Subject: xml: drop not always applicable REQUIRED suffix from completion help string If a parameter is required is determined from the Python string on commit. This "indicator" is not used consistently and sometimes missing, or added where it is not required anymore due to Python script improvement/rewrite. --- interface-definitions/service_monitoring_telegraf.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 bd528ea33..d0d9202c1 100644 --- a/interface-definitions/service_monitoring_telegraf.xml.in +++ b/interface-definitions/service_monitoring_telegraf.xml.in @@ -20,7 +20,7 @@ - Authentication organization for InfluxDB v2 [REQUIRED] + Authentication organization for InfluxDB v2 [a-zA-Z][1-9a-zA-Z@_\-.]{2,50} @@ -29,7 +29,7 @@ - Authentication token for InfluxDB v2 [REQUIRED] + Authentication token for InfluxDB v2 txt Authentication token @@ -83,7 +83,7 @@ - Remote database name [REQUIRED] + Remote database name txt Remote database name @@ -281,7 +281,7 @@ - Remote URL [REQUIRED] + Remote URL url Remote URL to Splunk collector -- cgit v1.2.3