summaryrefslogtreecommitdiffstats
path: root/integrations/categories.yaml
diff options
context:
space:
mode:
authorSatyadeep Ashwathnarayana <96257330+sashwathn@users.noreply.github.com>2023-07-26 23:42:42 +0530
committerGitHub <noreply@github.com>2023-07-26 19:12:42 +0100
commit364642a00d722a8b3a25e348e2d9de5499298ff6 (patch)
tree250507c0a3ac5d3265d8a14b026df5f486beb113 /integrations/categories.yaml
parentcca0d2649c628a9fc4b9ee4502b501c821feac8b (diff)
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>
Diffstat (limited to 'integrations/categories.yaml')
-rw-r--r--integrations/categories.yaml36
1 files changed, 24 insertions, 12 deletions
diff --git a/integrations/categories.yaml b/integrations/categories.yaml
index 073c37217f..efc87e082c 100644
--- a/integrations/categories.yaml
+++ b/integrations/categories.yaml
@@ -215,12 +215,6 @@
most_popular: false
priority: -1
children: []
- - id: data-collection.notifications
- name: Notifications
- description: ""
- most_popular: false
- priority: -1
- children: []
- id: data-collection.networking-stack-and-network-interfaces
name: Networking Stack and Network Interfaces
description: ""
@@ -305,12 +299,6 @@
most_popular: false
priority: -1
children: []
- - id: data-collection.export
- name: Export
- description: ""
- most_popular: false
- priority: -1
- children: []
- id: data-collection.dns-and-dhcp-servers
name: DNS and DHCP Servers
description: ""
@@ -413,3 +401,27 @@
most_popular: false
priority: -1
children: []
+- id: export
+ name: exporters
+ description: "Exporter Integrations"
+ most_popular: true
+ priority: 4
+ children:
+- id: notify
+ name: notifications
+ description: "Notification Integrations"
+ most_popular: true
+ priority: 3
+ children:
+ - id: notify.agent
+ name: Per Agent Notifications
+ description: ""
+ most_popular: true
+ priority: 2
+ children: []
+ - id: notify.cloud
+ name: Centralized Cloud Notifications
+ description: ""
+ most_popular: true
+ priority: 1
+ children: []