From dd2b753fb7c60cba0c79d9a3a19611312282dbce Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Fri, 6 May 2022 16:35:39 +0000 Subject: monitoring: T4418: Add output plugin azure-data-explorer Add output telegraf Plugin Azure Data Explorer set service monitoring telegraf azure-data-explorer authentication client-id 'x' set service monitoring telegraf azure-data-explorer authentication client-secret 'x' set service monitoring telegraf azure-data-explorer authentication tenant-id 'x' set service monitoring telegraf azure-data-explorer database 'x' set service monitoring telegraf azure-data-explorer group-metrics 'single-table' set service monitoring telegraf azure-data-explorer url 'http://localhost.loc' --- interface-definitions/include/monitoring/url.xml.i | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 interface-definitions/include/monitoring/url.xml.i (limited to 'interface-definitions/include/monitoring/url.xml.i') diff --git a/interface-definitions/include/monitoring/url.xml.i b/interface-definitions/include/monitoring/url.xml.i new file mode 100644 index 000000000..32c81122d --- /dev/null +++ b/interface-definitions/include/monitoring/url.xml.i @@ -0,0 +1,15 @@ + + + + Remote URL [REQUIRED] + + url + Remote URL + + + (http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}?(\/.*)? + + Incorrect URL format + + + -- cgit v1.2.3