summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-06-21 21:49:35 +0300
committerStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-06-21 21:49:35 +0300
commitcf2bfe7d6949c8447860cd5328ef37c321f42243 (patch)
tree0df067c35767ec091693021270681f8f8ce2786f
parenta41a8d71c484e5e360e9a573a0b3d7010b350701 (diff)
Missing filesagent-dm
-rw-r--r--health/health.d/ml.conf36
-rw-r--r--web/gui/dashboard/images/alerts.jpgbin0 -> 388104 bytes
-rw-r--r--web/gui/dashboard/images/alerts.pngbin0 -> 59943 bytes
-rw-r--r--web/gui/dashboard/images/dashboards.pngbin0 -> 175464 bytes
-rw-r--r--web/gui/dashboard/images/home.pngbin0 -> 98888 bytes
-rw-r--r--web/gui/dashboard/images/nodeView.pngbin0 -> 645133 bytes
-rw-r--r--web/gui/dashboard/images/nodes.jpgbin0 -> 452421 bytes
-rw-r--r--web/gui/dashboard/images/overview.pngbin0 -> 101515 bytes
-rw-r--r--web/gui/dashboard/images/pricing.pngbin0 -> 148860 bytes
-rw-r--r--web/gui/dashboard/precache-manifest.a3c7bee8fb06b17413fbec95627b0f50.js190
-rw-r--r--web/gui/dashboard/static/js/2.f41a2523.chunk.js3
-rw-r--r--web/gui/dashboard/static/js/2.f41a2523.chunk.js.LICENSE260
-rw-r--r--web/gui/dashboard/static/js/2.f41a2523.chunk.js.map1
-rw-r--r--web/gui/dashboard/static/js/main.24015fd5.chunk.js3
-rw-r--r--web/gui/dashboard/static/js/main.24015fd5.chunk.js.LICENSE8
-rw-r--r--web/gui/dashboard/static/js/main.24015fd5.chunk.js.map1
16 files changed, 502 insertions, 0 deletions
diff --git a/health/health.d/ml.conf b/health/health.d/ml.conf
new file mode 100644
index 0000000000..9bcc81e76b
--- /dev/null
+++ b/health/health.d/ml.conf
@@ -0,0 +1,36 @@
+# below are some examples of using the `anomaly-bit` option to define alerts based on anomaly
+# rates as opposed to raw metric values. You can read more about the anomaly-bit and Netdata's
+# native anomaly detection here:
+# https://learn.netdata.cloud/docs/configure/machine-learning#anomaly-bit---100--anomalous-0--normal
+
+# examples below are commented, you would need to uncomment and adjust as desired to enable them.
+
+# alert per dimension example
+# if anomaly rate is between 5-20% then warning (pick your own threshold that works best via tial and error).
+# if anomaly rate is above 20% then critical (pick your own threshold that works best via tial and error).
+# template: ml_5min_cpu_dims
+# on: system.cpu
+# os: linux
+# hosts: *
+# lookup: average -5m anomaly-bit foreach *
+# calc: $this
+# units: %
+# every: 30s
+# warn: $this > (($status >= $WARNING) ? (5) : (20))
+# crit: $this > (($status == $CRITICAL) ? (20) : (100))
+# info: rolling 5min anomaly rate for each system.cpu dimension
+
+# alert per chart example
+# if anomaly rate is between 5-20% then warning (pick your own threshold that works best via tial and error).
+# if anomaly rate is above 20% then critical (pick your own threshold that works best via tial and error).
+# template: ml_5min_cpu_chart
+# on: system.cpu
+# os: linux
+# hosts: *
+# lookup: average -5m anomaly-bit of *
+# calc: $this
+# units: %
+# every: 30s
+# warn: $this > (($status >= $WARNING) ? (5) : (20))
+# crit: $this > (($status == $CRITICAL) ? (20) : (100))
+# info: rolling 5min anomaly rate for system.cpu chart \ No newline at end of file
diff --git a/web/gui/dashboard/images/alerts.jpg b/web/gui/dashboard/images/alerts.jpg
new file mode 100644
index 0000000000..6593c72d62
--- /dev/null
+++ b/web/gui/dashboard/images/alerts.jpg
Binary files differ
diff --git a/web/gui/dashboard/images/alerts.png b/web/gui/dashboard/images/alerts.png
new file mode 100644
index 0000000000..fe9940d3e1
--- /dev/null
+++ b/web/gui/dashboard/images/alerts.png
Binary files differ
diff --git a/web/gui/dashboard/images/dashboards.png b/web/gui/dashboard/images/dashboards.png
new file mode 100644
index 0000000000..46cdfbb2d2
--- /dev/null
+++ b/web/gui/dashboard/images/dashboards.png
Binary files differ
diff --git a/web/gui/dashboard/images/home.png b/web/gui/dashboard/images/home.png
new file mode 100644
index 0000000000..cf7db9dba2
--- /dev/null
+++ b/web/gui/dashboard/images/home.png
Binary files differ
diff --git a/web/gui/dashboard/images/nodeView.png b/web/gui/dashboard/images/nodeView.png
new file mode 100644
index 0000000000..e9b3e1b67e
--- /dev/null
+++ b/web/gui/dashboard/images/nodeView.png
Binary files differ
diff --git a/web/gui/dashboard/images/nodes.jpg b/web/gui/dashboard/images/nodes.jpg
new file mode 100644
index 0000000000..3e93c0d6c7
--- /dev/null
+++ b/web/gui/dashboard/images/nodes.jpg
Binary files differ
diff --git a/web/gui/dashboard/images/overview.png b/web/gui/dashboard/images/overview.png
new file mode 100644
index 0000000000..6e54db6a90
--- /dev/null
+++ b/web/gui/dashboard/images/overview.png
Binary files differ
diff --git a/web/gui/dashboard/images/pricing.png b/web/gui/dashboard/images/pricing.png
new file mode 100644
index 0000000000..d5406e8a60
--- /dev/null
+++ b/web/gui/dashboard/images/pricing.png
Binary files differ
diff --git a/web/gui/dashboard/precache-manifest.a3c7bee8fb06b17413fbec95627b0f50.js b/web/gui/dashboard/precache-manifest.a3c7bee8fb06b17413fbec95627b0f50.js
new file mode 100644
index 0000000000..a1a1b2d215
--- /dev/null
+++ b/web/gui/dashboard/precache-manifest.a3c7bee8fb06b17413fbec95627b0f50.js
@@ -0,0 +1,190 @@
+self.__precacheManifest = (self.__precacheManifest || []).concat([
+ {
+ "revision": "95a94c2078d8e57f3bbd61db09b45bce",
+ "url": "./index.html"
+ },
+ {
+ "revision": "2e5e1a3a484b6084d94e",
+ "url": "./static/css/2.20fd0a40.chunk.css"
+ },
+ {
+ "revision": "212d45239fd5f6814421",
+ "url": "./static/css/4.a36e3b73.chunk.css"
+ },
+ {
+ "revision": "6e0c6f10b95e25611bd6",
+ "url": "./static/css/main.102ce44c.chunk.css"
+ },
+ {
+ "revision": "c45bd47abb091dfda126",
+ "url": "./static/js/10.44d9d40b.chunk.js"
+ },
+ {
+ "revision": "2e5e1a3a484b6084d94e",
+ "url": "./static/js/2.f41a2523.chunk.js"
+ },
+ {
+ "revision": "766a5a832af1f575ad69e0e14fd2915f",
+ "url": "./static/js/2.f41a2523.chunk.js.LICENSE"
+ },
+ {
+ "revision": "b7798b669b1966ed23ec",
+ "url": "./static/js/3.d49f0857.chunk.js"
+ },
+ {
+ "revision": "212d45239fd5f6814421",
+ "url": "./static/js/4.8b70c754.chunk.js"
+ },
+ {
+ "revision": "2555e37b8dd72102b21e",
+ "url": "./static/js/5.29dab1cd.chunk.js"
+ },
+ {
+ "revision": "f05f27d89effd681fe0717b6a67b9a0d",
+ "url": "./static/js/5.29dab1cd.chunk.js.LICENSE"
+ },
+ {
+ "revision": "a20d9477721b5236a011",
+ "url": "./static/js/6.7b15cdf3.chunk.js"
+ },
+ {
+ "revision": "58e2d9966bc46cb2f6e7",
+ "url": "./static/js/7.cf6bc66f.chunk.js"
+ },
+ {
+ "revision": "f58cbc2f5fd752800e1c",
+ "url": "./static/js/8.b1a4b595.chunk.js"
+ },
+ {
+ "revision": "74e97210cbd08c0b3ff1",
+ "url": "./static/js/9.50358509.chunk.js"
+ },
+ {
+ "revision": "6e0c6f10b95e25611bd6",
+ "url": "./static/js/main.24015fd5.chunk.js"
+ },
+ {
+ "revision": "19356475904bddb45614eb6ff7f6cd44",
+ "url": "./static/js/main.24015fd5.chunk.js.LICENSE"
+ },
+ {
+ "revision": "904a84c9f2c6baa9dabe",
+ "url": "./static/js/runtime-main.b352aa47.js"
+ },
+ {
+ "revision": "245539db8ee56425757ef728eda8194e",
+ "url": "./static/media/ibm-plex-sans-latin-100.245539db.woff2"
+ },
+ {
+ "revision": "9a582f3a304f421eca4027517706843c",
+ "url": "./static/media/ibm-plex-sans-latin-100.9a582f3a.woff"
+ },
+ {
+ "revision": "1ea7c5d21b5956b602bdf9656cfb353f",
+ "url": "./static/media/ibm-plex-sans-latin-100italic.1ea7c5d2.woff"
+ },
+ {
+ "revision": "3c34cf080b38f5fb1d4c59ffa45b3967",
+ "url": "./static/media/ibm-plex-sans-latin-100italic.3c34cf08.woff2"
+ },
+ {
+ "revision": "67524c36348a323f78f2845e3aafc2d4",
+ "url": "./static/media/ibm-plex-sans-latin-200.67524c36.woff"
+ },
+ {
+ "revision": "bf72c8412ab06c393f52efc5beb26ea7",
+ "url": "./static/media/ibm-plex-sans-latin-200.bf72c841.woff2"
+ },
+ {
+ "revision": "52df25607ec284ca361ae50ba24b3580",
+ "url": "./static/media/ibm-plex-sans-latin-200italic.52df2560.woff"
+ },
+ {
+ "revision": "bbc2d55223638ce450424a917e1104b2",
+ "url": "./static/media/ibm-plex-sans-latin-200italic.bbc2d552.woff2"
+ },
+ {
+ "revision": "10bb6a0ae6dc8000d999ab622a45e281",
+ "url": "./static/media/ibm-plex-sans-latin-300.10bb6a0a.woff"
+ },
+ {
+ "revision": "9e1c48af24191f6ea8aede14957c5d01",
+ "url": "./static/media/ibm-plex-sans-latin-300.9e1c48af.woff2"
+ },
+ {
+ "revision": "c76f2ab53673e964b6e6734c1c455761",
+ "url": "./static/media/ibm-plex-sans-latin-300italic.c76f2ab5.woff2"
+ },
+ {
+ "revision": "d3566d5bb4f31d86bfb9fda09563b416",
+ "url": "./static/media/ibm-plex-sans-latin-300italic.d3566d5b.woff"
+ },
+ {
+ "revision": "263d6267533501f58c33b12b382e3abb",
+ "url": "./static/media/ibm-plex-sans-latin-400.263d6267.woff2"
+ },
+ {
+ "revision": "a2c56f946488a9a267ba6ba21471a217",
+ "url": "./static/media/ibm-plex-sans-latin-400.a2c56f94.woff"
+ },
+ {
+ "revision": "272f86114c980c52c131dfc3b4ae3276",
+ "url": "./static/media/ibm-plex-sans-latin-400italic.272f8611.woff"
+ },
+ {
+ "revision": "89a93a1bdde48c7bb104150de88affce",
+ "url": "./static/media/ibm-plex-sans-latin-400italic.89a93a1b.woff2"
+ },
+ {
+ "revision": "0866c24487514ad726738fb24f8e015b",
+ "url": "./static/media/ibm-plex-sans-latin-500.0866c244.woff2"
+ },
+ {
+ "revision": "f6d5c5d5b849796d6a8f5a2953b60753",
+ "url": "./static/media/ibm-plex-sans-latin-500.f6d5c5d5.woff"
+ },
+ {
+ "revision": "ccd41bd1a5bfa8bad2cd8d35fdaeb3d1",
+ "url": "./static/media/ibm-plex-sans-latin-500italic.ccd41bd1.woff"
+ },
+ {
+ "revision": "ffd12d59339823b8cf53b9f99b47d87c",
+ "url": "./static/media/ibm-plex-sans-latin-500italic.ffd12d59.woff2"
+ },
+ {
+ "revision": "337b16517a230dc830b84dc6e6167b68",
+ "url": "./static/media/ibm-plex-sans-latin-600.337b1651.woff"
+ },
+ {
+ "revision": "7852d4dc26ef44df58e23dc0b9722d6f",
+ "url": "./static/media/ibm-plex-sans-latin-600.7852d4dc.woff2"
+ },
+ {
+ "revision": "17e5379fd9a99b9bcb26ea983f391b6a",
+ "url": "./static/media/ibm-plex-sans-latin-600italic.17e5379f.woff2"
+ },
+ {
+ "revision": "6f4ba6aa87fa99d5bc2b90a7b40a0ded",
+ "url": "./static/media/ibm-plex-sans-latin-600italic.6f4ba6aa.woff"
+ },
+ {
+ "revision": "b8809d619a33eb825b0450281ff752e7",
+ "url": "./static/media/ibm-plex-sans-latin-700.b8809d61.woff"
+ },
+ {
+ "revision": "c9983d3d04f3ed6c2eafee1db1d24e06",
+ "url": "./static/media/ibm-plex-sans-latin-700.c9983d3d.woff2"
+ },
+ {
+ "revision": "02954beec9e742bb1f3ae27b7e7cb71f",
+ "url": "./static/media/ibm-plex-sans-latin-700italic.02954bee.woff2"
+ },
+ {
+ "revision": "72e9af409ddafc63a5dd380e34758560",
+ "url": "./static/media/ibm-plex-sans-latin-700italic.72e9af40.woff"
+ },
+ {
+ "revision": "0509ab09c1b0d2200a4135803c91d6ce",
+ "url": "./static/media/material-icons.0509ab09.woff2"
+ }
+]); \ No newline at end of file
diff --git a/web/gui/dashboard/static/js/2.f41a2523.chunk.js b/web/gui/dashboard/static/js/2.f41a2523.chunk.js
new file mode 100644
index 0000000000..9c17ca1c84
--- /dev/null
+++ b/web/gui/dashboard/static/js/2.f41a2523.chunk.js
@@ -0,0 +1,3 @@
+/*! For license information please see 2.f41a2523.chunk.js.LICENSE */
+(this["webpackJsonp@netdata/dashboard"]=this["webpackJsonp@netdata/dashboard"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(301)},function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!==typeof window?window:"undefined"!==typeof t||"undefined"!==typeof self&&self;var r=n((function(e,t){e.exports=function(){function e(e){return e&&"object"===typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?r((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,o){var a=n.slice();return i.forEach((function(i,c){"undefined"===typeof a[c]?a[c]=t(i,o):e(i)?a[c]=r(n[c],i,o):-1===n.indexOf(i)&&a.push(t(i,o))})),a}function r(i,o,a){var c=Array.isArray(o),s=(a||{arrayMerge:n}).arrayMerge||n;return c?Array.isArray(i)?s(i,o,a):t(o,a):function(n,i,o){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],o)})),Object.keys(i).forEach((function(c){e(i[c])&&n[c]?a[c]=r(n[c],i[c],o):a[c]=t(i[c],o)})),a}(i,o,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),i=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),o=i.svg,a=i.xlink,c={};c[o.name]=o.uri,c[a.name]=a.uri;var s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(c,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"===typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(91))},function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!==typeof window?window:"undefined"!==typeof t||"undefined"!==typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"===typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?r((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,o){var a=n.slice();return i.forEach((function(i,c){"undefined"===typeof a[c]?a[c]=t(i,o):e(i)?a[c]=r(n[c],i,o):-1===n.indexOf(i)&&a.push(t(i,o))})),a}function r(i,o,a){var c=Array.isArray(o),s=(a||{arrayMerge:n}).arrayMerge||n;return c?Array.isArray(i)?s(i,o,a):t(o,a):function(n,i,o){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],o)})),Object.keys(i).forEach((function(c){e(i[c])&&n[c]?a[c]=r(n[c],i[c],o):a[c]=t(i[c],o)})),a}(i,o,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),r=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,o=r.xlink,a={};a[i.name]=i.uri,a[o.name]=o.uri;var c,s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},l=r.svg,u=r.xlink,f={attrs:(c={style:["position: absolute","width: 0","height: 0"].join("; ")},c[l.name]=l.uri,c[u.name]=u.uri,c)},h=function(e){this.config=n(f,e||{}),this.symbols=[]};h.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},h.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},h.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},h.prototype.has=function(e){return null!==this.find(e)},h.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return s(t,e)},h.prototype.toString=function(){return this.stringify()},h.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var d=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};d.prototype.stringify=function(){return this.content},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var p=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},z=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"===typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return p(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(d),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(e){return Array.prototype.slice.call(e,0)},m={isChrome:function(){return/chrome/i.test(navigator.userAgent)},isFirefox:function(){return/firefox/i.test(navigator.userAgent)},isIE:function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},isEdge:function(){return/edge/i.test(navigator.userAgent)}},y=function(e){var t=[];return g(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})),t},b=function(e){return(e||window.location.href).split("#")[0]},w=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){!function(e,t){var n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)}(e,{oldUrl:r,newUrl:n})}))}])},k=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern"),g(e.querySelectorAll("symbol")).forEach((function(e){g(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},x=r.xlink.uri,j="xlink:href",M=/[{}|\\\^\[\]`"<>]/g;function _(e){return e.replace(M,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var C,q=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],S=q.map((function(e){return"["+e+"]"})).join(","),O=function(e,t,n,r){var i=_(n),o=_(r);(function(e,t){return g(e).reduce((function(e,n){if(!n.attributes)return e;var r=g(n.attributes),i=t?r.filter(t):r;return e.concat(i)}),[])})(e.querySelectorAll(S),(function(e){var t=e.localName,n=e.value;return-1!==q.indexOf(t)&&-1!==n.indexOf("url("+i)})).forEach((function(e){return e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),o)})),function(e,t,n){g(e).forEach((function(e){var r=e.getAttribute(j);if(r&&0===r.indexOf(t)){var i=r.replace(t,n);e.setAttributeNS(x,j,i)}}))}(t,i,o)},T={MOUNT:"mount",SYMBOL_MOUNT:"symbol_mount"},E=function(e){function t(t){var r=this;void 0===t&&(t={}),e.call(this,n(v,t));var i,o=(i=i||Object.create(null),{on:function(e,t){(i[e]||(i[e]=[])).push(t)},off:function(e,t){i[e]&&i[e].splice(i[e].indexOf(t)>>>0,1)},emit:function(e,t){(i[e]||[]).map((function(e){e(t)})),(i["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=o,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var c=document.getElementsByTagName("base")[0].getAttribute("href");o.on(T.MOUNT,(function(){return r.updateUrls("#",c)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,s),a.locationChangeAngularEmitter&&w(a.locationChangeEvent),o.on(T.MOUNT,(function(e){a.moveGradientsOutsideSymbol&&k(e)})),o.on(T.SYMBOL_MOUNT,(function(e){a.moveGradientsOutsideSymbol&&k(e.parentNode),(m.isIE()||m.isEdge())&&y(e)}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;"undefined"===typeof e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag="undefined"!==typeof document.getElementsByTagName("base")[0]),"undefined"===typeof e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter="angular"in window),"undefined"===typeof e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=m.isFirefox())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(T.SYMBOL_MOUNT,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"===typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(T.SYMBOL_MOUNT,e.node)})),g(r.querySelectorAll("symbol")).forEach((function(e){var t=z.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(T.MOUNT,r),r},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"===typeof e?document.querySelector(e):e,r=this.render();return this.node=r,t&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(T.MOUNT,r),r},t.prototype.render=function(){return p(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return O(this.node,n,b(e)+"#",b(t)+"#"),!0},Object.defineProperties(t.prototype,r),t}(h),A=e((function(e){e.exports=function(){var e,t=[],n=document,r=n.documentElement.doScroll,i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return i||n.addEventListener("DOMContentLoaded",e=function(){for(n.removeEventListener("DOMContentLoaded",e),i=1;e=t.shift();)e()}),function(e){i?setTimeout(e,0):t.push(e)}}()}));window.__SVG_SPRITE__?C=window.__SVG_SPRITE__:(C=new E({attrs:{id:"__SVG_SPRITE_NODE__"}}),window.__SVG_SPRITE__=C);var H=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?C.attach(e):C.mount(document.body,!0)};return document.body?H():A(H),C},e.exports=n()}).call(this,n(91))},function(e,t,n){"use strict";var r={};n.r(r),n.d(r,"SIZE_SUB_UNIT",(function(){return d})),n.d(r,"SIZE_UNIT",(function(){return p})),n.d(r,"GUTTER_HEIGHT",(function(){return z}));var i={};n.r(i),n.d(i,"findFilterValues",(function(){return _y})),n.d(i,"removeSingleFilterValue",(function(){return Cy})),n.d(i,"markSelectedFacetValuesFromFilters",(function(){return qy})),n.d(i,"doFilterValuesMatch",(function(){return Sy})),n.d(i,"mergeFilters",(function(){return Oy})),n.d(i,"isFilterValueRange",(function(){return Ty}));var o={};n.r(o),n.d(o,"addFilter",(function(){return Cb})),n.d(o,"trackAutocompleteClickThrough",(function(){return qb})),n.d(o,"clearFilters",(function(){return Sb})),n.d(o,"removeFilter",(function(){return Ob})),n.d(o,"reset",(function(){return Tb})),n.d(o,"setCurrent",(function(){return Eb})),n.d(o,"setFilter",(function(){return Ab})),n.d(o,"setResultsPerPage",(function(){return Hb})),n.d(o,"setSearchTerm",(function(){return Lb})),n.d(o,"setSort",(function(){return Db})),n.d(o,"trackClickThrough",(function(){return Pb})),n.d(o,"a11yNotify",(function(){return Fb}));var a=n(0),c=n.n(a),s=n(4),l={transparent:{full:"rgba(255, 255, 255, 0.0)",semi:"rgba(255, 255, 255, 0.5)",popover:"rgba(18, 36, 50, 0.9)"},green:{chateau:"#42B861",netdata:"#00AB44",deyork:"#68C47D",vista:"#96D4A2",fringyFlower:"#BFE5C6",frostee:"#E5F5E8",limeGreen:"#48E499"},red:{pomegranate:"#FF4136",carnation:"#F95251",apricot:"#ED7374",wewak:"#F59B9B",pastelpink:"#FFCED3",lavender:"#FFEBEF"},yellow:{amber:"#FFC300",sunglow:"#FFCC26",seaBuckthorn:"#F9A825",mustard:"#FFD74F",salomie:"#FFE182",buttermilk:"#FFEDB3",ginfizz:"#FFF8E1"},neutral:{white:"#FFFFFF",black:"#000000",limedSpruce:"#35414A",regentgrey:"#8F9EAA",blackhaze:"#F7F8F8",iron:"#CFD5DA",porcelain:"#ECEEEF",bluebayoux:"#536775",shark:"#1C1E22",tuna:"#383B40",outerSpace:"#2B3136"},purple:{mauve:"#DB94F4",daisy:"#563D7C",lilac:"#B596F8"},blue:{aquamarine:"#19C89E",indigo:"#5790FF",cyan:"#00BAE2"}},u=function(){return(u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},f={primary:l.green.netdata,accent:l.green.chateau,main:l.neutral.limedSpruce,border:l.neutral.regentgrey,borderSecondary:l.neutral.porcelain,tabsBorder:l.neutral.iron,disabled:l.neutral.porcelain,disabledBackground:l.neutral.porcelain,dropdown:l.neutral.white,elementBackground:l.neutral.blackhaze,elementBackgroundHover:l.neutral.white,mainBackground:l.neutral.white,mainBackgroundDisabled:l.neutral.blackhaze,modalHeaderBackground:l.neutral.shark,modalTabsBackground:l.neutral.blackhaze,modalBackground:l.neutral.white,modalInfoBackground:l.neutral.blackhaze,success:l.green.netdata,successLite:l.green.deyork,successBackground:l.green.frostee,warning:l.yellow.amber,warningLite:l.yellow.mustard,warningBackground:l.yellow.ginfizz,warningText:l.yellow.seaBuckthorn,error:l.red.pomegranate,errorLite:l.red.apricot,errorBackground:l.red.lavender,errorText:l.red.pomegranate,attention:l.purple.mauve,attentionSecondary:l.purple.daisy,separator:l.neutral.bluebayoux,controlFocused:l.neutral.limedSpruce,selected:l.neutral.iron,tooltip:l.neutral.shark,bright:l.neutral.white,text:l.neutral.limedSpruce,textLite:l.neutral.regentgrey,textFocus:l.neutral.regentgrey,textDescription:l.neutral.bluebayoux,sectionHeaderBackground:l.neutral.limedSpruce,sectionTitle:l.neutral.bluebayoux,sectionDescription:l.neutral.regentgrey,menuItem:l.neutral.iron,placeholder:l.neutral.iron,key:l.neutral.regentgrey,panel:l.neutral.limedSpruce,nodesViewMiniCharts:l.neutral.iron,inputBorder:l.neutral.iron,inputBorderHover:l.neutral.regentgrey,inputBorderFocus:l.neutral.bluebayoux,nodeBadgeBackground:l.neutral.porcelain,nodeBadgeBorder:l.neutral.iron,nodeBadgeColor:l.neutral.bluebayoux},h=u(u({},f),l),d=4,p=8,z=8,v=function(){return(v=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},g=v(v({},{name:"Default",version:"0.0.1"}),{constants:r,colors:h}),m=function(){return(m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},y={primary:l.green.netdata,accent:l.green.chateau,main:l.neutral.white,border:l.neutral.bluebayoux,borderSecondary:l.neutral.tuna,tabsBorder:l.neutral.bluebayoux,disabled:l.neutral.tuna,disabledBackground:l.neutral.outerSpace,dropdown:l.neutral.outerSpace,elementBackground:l.neutral.outerSpace,elementBackgroundHover:l.neutral.tuna,mainBackground:l.neutral.shark,mainBackgroundDisabled:l.neutral.outerSpace,modalHeaderBackground:l.neutral.shark,modalTabsBackground:l.neutral.tuna,modalBackground:l.neutral.outerSpace,modalInfoBackground:l.neutral.bluebayoux,success:l.green.netdata,successLite:l.green.deyork,successBackground:l.green.frostee,warning:l.yellow.amber,warningLite:l.yellow.sunglow,warningBackground:l.yellow.ginfizz,warningText:l.yellow.seaBuckthorn,error:l.red.pomegranate,errorLite:l.red.apricot,errorBackground:l.red.lavender,errorText:l.red.pomegranate,attention:l.purple.mauve,attentionSecondary:l.purple.daisy,separator:l.neutral.bluebayoux,controlFocused:l.neutral.white,selected:l.neutral.bluebayoux,tooltip:l.neutral.outerSpace,bright:l.neutral.white,text:l.neutral.white,textLite:l.neutral.regentgrey,textFocus:l.neutral.porcelain,textDescription:l.neutral.blackhaze,sectionHeaderBackground:l.neutral.white,sectionTitle:l.neutral.iron,sectionDescription:l.neutral.regentgrey,menuItem:l.neutral.iron,placeholder:l.neutral.bluebayoux,key:l.neutral.iron,panel:l.neutral.limedSpruce,nodesViewMiniCharts:l.neutral.limedSpruce,inputBorder:l.neutral.bluebayoux,inputBorderHover:l.neutral.bluebayoux,inputBorderFocus:l.neutral.limedSpruce,nodeBadgeBackground:l.neutral.limedSpruce,nodeBadgeBorder:l.neutral.bluebayoux,nodeBadgeColor:l.neutral.white},b=m(m({},l),y),w=function(){return(w=Object.assign||function(e){for(var t,n=1,r=