Added Exporter and Notifications categories and removed them from Data Collection (#15561)
* Added Exporter and Notifications categories and removed them from Data Collection --------- Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
Satyadeep Ashwathnarayana committed
Jul 26, 2023 at 23:42 UTC
364642a00d722a8b3a25e348e2d9de5499298ff6
2 files changed
+25
-12
.vscode/settings.json
+1
@@ -2,5 +2,6 @@
2
"yaml.schemas": {
3
"./integrations/schemas/collection-single-module.json": "/metadata.yaml",
4
"./integrations/schemas/collection-multi-module.json": "/multi_metadata.yaml",
5
+ "./integrations/schemas/categories.json": "/categories.yaml",
6
}
7
}
integrations/categories.yaml
+24
-12
@@ -215,12 +215,6 @@
215
most_popular: false
216
priority: -1
217
children: []
218
- - id: data-collection.notifications
219
- name: Notifications
220
- description: ""
221
- most_popular: false
222
- priority: -1
223
- children: []
218
- id: data-collection.networking-stack-and-network-interfaces
219
name: Networking Stack and Network Interfaces
220
description: ""
@@ -305,12 +299,6 @@
299
most_popular: false
300
priority: -1
301
children: []
308
- - id: data-collection.export
309
- name: Export
310
- description: ""
311
- most_popular: false
312
- priority: -1
313
- children: []
302
- id: data-collection.dns-and-dhcp-servers
303
name: DNS and DHCP Servers
304
description: ""
@@ -413,3 +401,27 @@
401
most_popular: false
402
priority: -1
403
children: []
404
+- id: export
405
+ name: exporters
406
+ description: "Exporter Integrations"
407
+ most_popular: true
408
+ priority: 4
409
+ children:
410
+- id: notify
411
+ name: notifications
412
+ description: "Notification Integrations"
413
+ most_popular: true
414
+ priority: 3
415
+ children:
416
+ - id: notify.agent
417
+ name: Per Agent Notifications
418
+ description: ""
419
+ most_popular: true
420
+ priority: 2
421
+ children: []
422
+ - id: notify.cloud
423
+ name: Centralized Cloud Notifications
424
+ description: ""
425
+ most_popular: true
426
+ priority: 1
427
+ children: []