@cryptotaxi247 / netdata-1 / commits / a95b034fb

Add keyword support to the documentation map (#21402)

* Update map.csv * Update map.csv * Fix keywords format in map.csv Updated keywords format for better clarity. * Update map.csv * Fix formatting of keywords in map.csv * Fix formatting of keywords in map.csv * Update keywords in map.csv for consistency * Update map.csv * Update map.csv * Update README.md * don't use brackets for keywords * :D README * keywords in integrations * keywords are in different spot in collectors than rest

Fotis Voutsas committed Dec 5, 2025 at 10:36 UTC a95b034fb8adcf1e917debc95687b0cf007c0981
3 files changed +377 -346
docs/.map/README.md
+17 -16
@@ -11,31 +11,32 @@ Publishing documentation to [Learn](https://github.com/netdata/learn) involves a
11
12 ### Quick Checklist
13
14 -| Step | Action | Output |
15 -|-------|-----------------------------------------------------------------------------------------|----------------------------------------------------------------|
16 -| **1** | Edit `map.csv` alongside your doc changes. Fill in all 4 columns (description can be left empty) correctly. | Docs mapped with proper sidebar labels, paths, and edit links. |
17 -| **2** | Test locally with the `ingest.py` script. Optionally run a full local Learn deployment. | Confirms no broken links or build errors. |
18 -| **3** | Merge the Docs PR (requires approval). | Docs + `map.csv` merged into the repo. |
19 -| **4** | Inspect the automatic Learn ingest PR. Check files + deploy preview. | Verified preview of Learn with changes. |
20 -| **5** | Merge the Learn ingest PR. | Docs officially live on Learn. |
14 +| Step | Action | Output |
15 +|-------|-------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
16 +| **1** | Edit `map.csv` alongside your doc changes. Fill in all 4 columns (description can be left empty) correctly. | Docs mapped with proper sidebar labels, paths, and edit links. |
17 +| **2** | Test locally with the `ingest.py` script. Optionally run a full local Learn deployment. | Confirms no broken links or build errors. |
18 +| **3** | Merge the Docs PR (requires approval). | Docs + `map.csv` merged into the repo. |
19 +| **4** | Inspect the automatic Learn ingest PR. Check files + deploy preview. | Verified preview of Learn with changes. |
20 +| **5** | Merge the Learn ingest PR. | Docs officially live on Learn. |
21
22 ### 1. Edit `map.csv`
23
24 All docs must be mapped in the [map.csv](https://github.com/netdata/netdata/blob/master/docs/.map/map.csv) file. Each row has five columns:
25
26 -| Column | Purpose | Notes |
27 -|-----------------------|-------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
28 -| **custom\_edit\_url** | Full GitHub **Edit** link for the file. Used for the "Edit this page" button. | Must use the full link (supports repos beyond `netdata/netdata`). |
29 -| **sidebar\_label** | The label shown in the sidebar. | To make a category: the **overview** page’s `sidebar_label` **must match** `learn_rel_path` (lowercase). <br>👉 Every folder must have an overview page. |
30 -| **learn\_status** | `Published` or `Unpublished`. | If `Unpublished`, see [Unpublishing Files](#unpublishing-files). |
31 -| **learn\_rel\_path** | The location path on Learn. | Use **uppercase letters** and **spaces**. Example: `Netdata Agent/Installation/Linux`. <br>👉 Every level requires an overview page. |
32 -| **description** | Legacy metadata description. | Rarely used today. |
26 +| Column | Purpose | Notes |
27 +|-----------------------|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28 +| **custom\_edit\_url** | Full GitHub **Edit** link for the file. Used for the "Edit this page" button. | Must use the full link (supports repos beyond `netdata/netdata`). |
29 +| **sidebar\_label** | The label shown in the sidebar. | To make a category: the **overview** page’s `sidebar_label` **must match** `learn_rel_path` (lowercase). <br>👉 Every folder must have an overview page. |
30 +| **learn\_status** | `Published` or `Unpublished`. | If `Unpublished`, see [Unpublishing Files](#unpublishing-files). |
31 +| **learn\_rel\_path** | The location path on Learn. | Use **uppercase letters** and **spaces**. Example: `Netdata Agent/Installation/Linux`. <br>👉 Every level requires an overview page. |
32 +| **keywords** | The keywords for the file. Double quoted, comma-separated like `"first keyword,second"` | Keywords are searchable by our search implementation. For a keyword `Super keyword`, `super` will bring it up, as well as `keyword`, due to the nature of our search. Also, for a `testing` keyword, a search for `test` will also bring it up. |
33 +| **description** | Legacy metadata description. | Rarely used today. |
34
35 Example row in `map.csv`:
36
37 ```csv
37 -custom_edit_url,sidebar_label,learn_status,learn_rel_path,description
38 -https://github.com/netdata/netdata/edit/master/docs/installation/linux.md,Linux,Published,"Netdata Agent/Installation/Linux","How to install Netdata Agent on Linux"
38 +custom_edit_url,sidebar_label,learn_status,learn_rel_path,keywords,description
39 +https://github.com/netdata/netdata/edit/master/docs/installation/linux.md,Linux,Published,"Netdata Agent/Installation/Linux","install,linux","How to install Netdata Agent on Linux"
40 ```
41
42 ### 2. Test the Changes
docs/.map/map.csv
+324 -324
@@ -1,324 +1,324 @@
1 -custom_edit_url,sidebar_label,learn_status,learn_rel_path,description
2 -https://github.com/netdata/netdata/edit/master/docs/welcome-to-netdata.md,Welcome to Netdata,Published,Welcome to Netdata,
3 -https://github.com/netdata/netdata/edit/master/docs/netdata-enterprise-evaluation-corrected.md,Enterprise Evaluation Guide,Published,Welcome to Netdata,
4 -https://github.com/netdata/netdata/edit/master/docs/realtime-monitoring.md,Real-time Monitoring,Published,Welcome to Netdata,
5 -https://github.com/netdata/netdata/edit/master/docs/scalability.md,Scalability,Published,Welcome to Netdata,
6 -https://github.com/netdata/netdata/edit/master/src/collectors/COLLECTORS.md,Monitor Anything,Published,Welcome to Netdata,Netdata gathers real-time metrics from hundreds of data sources using collectors. Most require zero configuration and are pre-configured out of the box.
7 -https://github.com/netdata/netdata/edit/master/docs/fleet-configuration-management.md,Fleet Deployment and Configuration Management,Published,Welcome to Netdata,
8 -https://github.com/netdata/netdata/edit/master/docs/getting-started-netdata/guide.md,Getting Started,Published,root,
9 -https://github.com/netdata/netdata/edit/master/docs/Demo-Sites.md,Live Demo,Published,root,
10 -,,,,
11 -https://github.com/netdata/netdata/edit/master/docs/deployment-guides/standalone-deployment.md,Netdata Agent,Published,Netdata Agent,
12 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/versions-and-platforms.md,Versions & Platforms,Published,Netdata Agent,Present all the supported platform in the Netdata solution
13 -https://github.com/netdata/netdata/edit/master/docs/deployment-guides/README.md,Quickstart Deployment,Published,Netdata Agent,
14 -https://github.com/netdata/netdata/edit/master/packaging/installer/README.md,Installation,Published,Netdata Agent/Installation,
15 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart.md,Linux,Published,Netdata Agent/Installation/Linux,"The kickstart.sh script installs Netdata from source, including all dependencies required to connect to Netdata Cloud, with a single command."
16 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/packages.md,Native Linux Distribution packages,Published,Netdata Agent/Installation/Linux,Instructions for how to install Netdata using native DEB or RPM packages.
17 -https://github.com/netdata/netdata/edit/master/packaging/makeself/README.md,Static binary Linux Packages,Published,Netdata Agent/Installation/Linux,Users can build the static 64-bit binary package that we ship with every release of the open-source Netdata Agent for debugging or specialize purposes.
18 -https://github.com/netdata/netdata/edit/master/docs/learn/switching-install-types.md,Switch Install Types and Release Channels,Published,Netdata Agent/Installation/Linux,
19 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/offline.md,Offline systems,Published,Netdata Agent/Installation/Linux,"Install the Netdata Agent on offline/air gapped systems to benefit from real-time, per-second monitoring without connecting to the internet."
20 -https://github.com/netdata/netdata/edit/master/packaging/windows/WINDOWS_INSTALLER.md,Windows,Published,Netdata Agent/Installation/Windows,
21 -https://github.com/netdata/netdata/edit/master/docs/install/windows-release-channels.md,Switching Install Types and Release Channels,Published,"Netdata Agent/Installation/Windows","Guide to choosing and switching between different Netdata Windows installation methods and release channels"
22 -https://github.com/netdata/netdata/edit/master/packaging/docker/README.md,Docker,Published,Netdata Agent/Installation,
23 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kubernetes.md,Kubernetes,Published,Netdata Agent/Installation,"Deploy Netdata to monitor a Kubernetes cluster to monitor the health, performance, resource utilization, and application metrics of a Kubernetes cluster in real time."
24 -https://github.com/netdata/helmchart/edit/master/charts/netdata/README.md,Kubernetes Helm chart reference,Published,Netdata Agent/Installation,
25 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/macos.md,macOS,Published,Netdata Agent/Installation,
26 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freebsd.md,FreeBSD,Published,Netdata Agent/Installation,"Install Netdata on FreeBSD to monitor the health and performance of bare metal or VMs with thousands of real-time, per-second metrics."
27 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/pfsense.md,pfSense,Published,Netdata Agent/Installation,"Install Netdata on pfSense to monitor the health and performance of firewalls with thousands of real-time, per-second metrics."
28 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/synology.md,Synology,Published,Netdata Agent/Installation,The Netdata Agent can be installed on AMD64-compatible NAS systems using the 64-bit pre-compiled static binary.
29 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/ansible.md,Ansible,Published,Netdata Agent/Installation,Deploy an infrastructure monitoring solution in minutes with the Netdata Agent and Ansible. Use and customize a simple playbook for monitoring as code.
30 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/aws.md,AWS,Published,Netdata Agent/Installation,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
31 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/azure.md,Azure,Published,Netdata Agent/Installation,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
32 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/gcp.md,GCP,Published,Netdata Agent/Installation,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
33 -,,,,
34 -https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/maintenance-operations-on-netdata-agents.md,Maintenance,Published,Netdata Agent/Maintenance,
35 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/start-stop-restart.md,Service Control,Published,Netdata Agent/Maintenance,"Manage the Netdata Agent daemon, load configuration changes, and troubleshoot stuck processes on systemd and non-systemd nodes."
36 -https://github.com/netdata/netdata/edit/master/packaging/installer/UPDATE.md,Update,Published,Netdata Agent/Maintenance,"If you opted out of automatic updates, you need to update your Netdata Agent to the latest nightly or stable version."
37 -https://github.com/netdata/netdata/edit/master/packaging/installer/REINSTALL.md,Reinstall,Published,Netdata Agent/Maintenance,Troubleshooting installation issues or force an update of the Netdata Agent by reinstalling it using the same method you used during installation.
38 -https://github.com/netdata/netdata/edit/master/packaging/installer/UNINSTALL.md,Uninstall,Published,Netdata Agent/Maintenance,"If you are no longer interested in using the Netdata Agent, use the self-contained uninstaller to remove all traces of binaries and configuration files."
39 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/backup-and-restore-an-agent.md,Backup and restore an Agent,Published,Netdata Agent/Maintenance,What actions you need to do to backup and Agent and restore it.
40 -,,,,
41 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/README.md,Resource Utilization,Published,Netdata Agent/Resource Utilization,
42 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/cpu-requirements.md,CPU,Published,Netdata Agent/Resource Utilization,
43 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/ram-requirements.md,RAM,Published,Netdata Agent/Resource Utilization,
44 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/bandwidth-requirements.md,Bandwidth,Published,Netdata Agent/Resource Utilization,
45 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/disk-requirements-and-retention.md,Disk & Retention,Published,Netdata Agent/Resource Utilization,
46 -,,,,
47 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/README.md,Configuration,Published,Netdata Agent/Configuration,"Netdata is zero-configuration for most users, but complex infrastructures may require you to tweak some of the Agent's granular settings."
48 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/dynamic-configuration.md,Dynamic Configuration Manager,Published,Netdata Agent/Configuration,
49 -https://github.com/netdata/netdata/edit/master/src/daemon/config/README.md,Daemon,Published,Netdata Agent/Configuration,"The Netdata Agent's daemon is installed preconfigured to collect thousands of metrics every second, but is highly configurable for real-world workloads."
50 -https://github.com/netdata/netdata/edit/master/src/database/CONFIGURATION.md,Database,Published,Netdata Agent/Configuration,"With a single configuration change, the Netdata Agent can store days, weeks, or months of metrics at its famous per-second granularity."
51 -https://github.com/netdata/netdata/edit/master/src/registry/CONFIGURATION.md,Registry,Published,Netdata Agent/Configuration,"Netdata utilizes a central registry of machines/person GUIDs, URLs, and opt-in account information to provide unified cross-server dashboards."
52 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/securing-netdata-agents.md,Securing Agents,Published,Netdata Agent/Configuration/Securing Agents,"Your data and systems are safe with Netdata, but we recommend a few easy ways to improve the security of your infrastructure."
53 -https://github.com/netdata/netdata/edit/master/src/web/server/README.md,Web Server Reference,Published,Netdata Agent/Configuration/Securing Agents,The Netdata Agent's local static-threaded web server serves dashboards and real-time visualizations with security and DDoS protection.
54 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/README.md,Running the Agent behind a reverse proxy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
55 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-nginx.md,Nginx,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
56 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-haproxy.md,HAProxy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
57 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-apache.md,Apache,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
58 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-lighttpd.md,Lighttpd v1.4.x,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
59 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-caddy.md,Caddy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
60 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-h2o.md,H2O,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,
61 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/optimize-the-netdata-agents-performance.md,Performance Optimization,Published,Netdata Agent/Configuration,"While the Netdata Agent is designed to monitor a system with only 1% CPU, you can optimize its performance for low-resource systems."
62 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/organize-systems-metrics-and-alerts.md,"Organize systems, metrics, and alerts",Published,Netdata Agent/Configuration,
63 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/using-custom-ca-certificates-with-netdata.md,"Using custom CA certificates with Netdata",Published,Netdata Agent/Configuration,
64 -https://github.com/netdata/netdata/edit/master/src/daemon/README.md,Daemon,Published,Netdata Agent,
65 -https://github.com/netdata/netdata/edit/master/src/database/README.md,Database,Published,Netdata Agent,
66 -https://github.com/netdata/netdata/edit/master/src/libnetdata/log/README.md,Logging,Published,Netdata Agent,
67 -https://github.com/netdata/netdata/edit/master/src/registry/README.md,Registry,Published,Netdata Agent,"Netdata utilizes a central registry of machines/person GUIDs, URLs, and opt-in account information to provide unified cross-server dashboards."
68 -https://github.com/netdata/netdata/edit/master/src/cli/README.md,Agent CLI,Published,Netdata Agent,"The Netdata Agent includes a command-line experience for reloading health configuration, reopening log files, halting the daemon, and more."
69 -https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/anonymous-telemetry-events.md,Anonymous telemetry events,Published,Netdata Agent,
70 -,,,,
71 -,,,,
72 -,,,,
73 -,,,,
74 -,,,,
75 -,,,,
76 -https://github.com/netdata/netdata/edit/master/docs/deployment-guides/deployment-with-centralization-points.md,Netdata Parents,Published,Netdata Parents,
77 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/best-practices.md,Parent Configuration Best Practices,Published,Netdata Parents,
78 -https://github.com/netdata/netdata/edit/master/src/streaming/README.md,Parent-Child Configuration Reference,Published,Netdata Parents,
79 -https://github.com/netdata/netdata/edit/master/docs/deployment-guides/deployment-strategies.md,Configuration Examples,Published,Netdata Parents,
80 -https://github.com/netdata/netdata/edit/master/docs/streaming-routing.md,Streaming Routing Reference,Published,Netdata Parents,
81 -https://github.com/netdata/netdata/edit/master/docs/nodes-ephemerality.md,Node Types and Lifecycle Reference,Published,Netdata Parents,
82 -,,,,
83 -,,,,
84 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/README.md,Netdata Cloud,Published,Netdata Cloud,
85 -https://github.com/netdata/netdata/edit/master/src/claim/README.md,Connect Agent,Published,Netdata Cloud,
86 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/organize-your-infrastructure-invite-your-team.md,Spaces and Rooms,Published,Netdata Cloud/Spaces and Rooms,
87 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/node-rule-based-room-assignment.md,Node Rule-Based Room Assignment,Published,Netdata Cloud/Spaces and Rooms,
88 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/versions.md,Versions,Unpublished,Netdata Cloud/Versions,
89 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/README.md,Authentication & Authorization,Published,Netdata Cloud/Authentication & Authorization,
90 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md,Enterprise SSO Authentication,Published,Netdata Cloud/Authentication & Authorization,
91 -authentication_integrations,,,,
92 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/role-based-access-model.md,Role-based access model,Published,Netdata Cloud/Authentication & Authorization,Explanation of Netdata roles and permissions linked to them
93 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/api-tokens.md,API Tokens,Published,Netdata Cloud/Authentication & Authorization,
94 -https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/view-plan-and-billing.md,Netdata Plans & Billing,Published,Netdata Cloud,
95 -https://github.com/netdata/netdata/edit/master/src/aclk/README.md,Agent-Cloud Link (ACLK),Published,Netdata Cloud,The Agent-Cloud link (ACLK) is the mechanism responsible for connecting a Netdata agent to Netdata Cloud.
96 -https://github.com/netdata/netdata/edit/master/docs/learn/remove-node.md,Remove Agent,Published,Netdata Cloud,
97 -https://github.com/netdata/netdata/edit/master/docs/delete/netdata/account.md,Account Deletion,Published,Netdata Cloud,
98 -,,,,
99 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/README.md,Netdata Cloud On-Prem,Published,Netdata Cloud On-Prem,
100 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/installation.md,Installation,Published,Netdata Cloud On-Prem,
101 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/sbom.md,Software Bill of Materials,Published,Netdata Cloud On-Prem,
102 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/image-signature-verification.md,Container Image Signature Verification,Published,Netdata Cloud On-Prem,
103 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/hardening-guide.md,Security Hardening Guide,Published,Netdata Cloud On-Prem,
104 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/netpol.md,Kubernetes Network Policy Configuration,Published,Netdata Cloud On-Prem,
105 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/poc-without-k8s.md,PoC without K8s,Published,Netdata Cloud On-Prem,
106 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/ecr-mirror.md,Mirroring image registry,Published,Netdata Cloud On-Prem,
107 -https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/troubleshooting.md,Troubleshooting,Published,Netdata Cloud On-Prem,
108 -,,,,
109 -,,,,
110 -,,,,
111 -https://github.com/netdata/netdata/edit/master/src/collectors/README.md,Collecting Metrics,Published,Collecting Metrics,
112 -https://github.com/netdata/netdata/edit/master/src/collectors/REFERENCE.md,Collectors configuration,Published,Collecting Metrics,
113 -https://github.com/netdata/agent-service-discovery/edit/master/README.md,Service discovery,Published,Collecting Metrics,
114 -https://github.com/netdata/netdata/edit/master/src/collectors/statsd.plugin/README.md,StatsD,Published,Collecting Metrics,
115 -https://github.com/netdata/netdata/edit/master/src/crates/jf/otel-plugin/README.md,OpenTelemetry Metrics,Published,Collecting Metrics/OpenTelemetry,"Ingesting storing and visualizing OpenTelemetry metrics"
116 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/README.md,Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,
117 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/configuration.md,Configuring Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,
118 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/sizing-netdata-parents.md,Sizing Netdata Parents,Published,Netdata Parents/Metrics Centralization Points,
119 -,Optimizing Netdata Children,Unpublished,Netdata Parents/Metrics Centralization Points,
120 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/clustering-and-high-availability-of-netdata-parents.md,Clustering and High Availability of Netdata Parents,Published,Netdata Parents/Metrics Centralization Points,
121 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/replication-of-past-samples.md,Replication of Past Samples,Published,Netdata Parents/Metrics Centralization Points,
122 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/faq.md,FAQ on Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,
123 -https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/system-metrics.md,System metrics,Unpublished,Collecting Metrics,"Netdata collects thousands of metrics from physical and virtual systems, IoT/edge devices, and containers with zero configuration."
124 -https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/application-metrics.md,Application metrics,Unpublished,Collecting Metrics,"Monitor and troubleshoot every application on your infrastructure with per-second metrics, zero configuration, and meaningful charts."
125 -https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/container-metrics.md,Container metrics,Unpublished,Collecting Metrics,Use Netdata to collect per-second utilization and application-level metrics from Linux/Docker containers and Kubernetes clusters.
126 -https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/collector/snmp/profile-format.md,SNMP Profile Format,Published,Collecting Metrics,Learn how Netdata’s SNMP collector uses profiles.
127 -collectors_integrations,,,,
128 -,,,,
129 -,,,,
130 -,,,,
131 -,,,,
132 -https://github.com/netdata/netdata/edit/master/docs/exporting-metrics/README.md,Exporting Metrics,Published,Exporting Metrics,Use the exporting engine to send Netdata metrics to popular external time series databases for long-term storage or further analysis.
133 -https://github.com/netdata/netdata/edit/master/src/exporting/README.md,Exporting reference,Published,Exporting Metrics,"With the exporting engine, you can archive your Netdata metrics to multiple external databases for long-term storage or further analysis."
134 -https://github.com/netdata/netdata/edit/master/docs/exporting-metrics/enable-an-exporting-connector.md,Enable an exporting connector,Published,Exporting Metrics,Learn how to enable and configure any connector using examples to start exporting metrics to external time-series databases in minutes.
135 -exporters_integrations,,,,
136 -https://github.com/netdata/netdata/edit/master/src/exporting/prometheus/README.md,Prometheus,Published,Exporting Metrics,Export Netdata metrics to Prometheus for archiving and further analysis.
137 -https://github.com/netdata/netdata/edit/master/src/web/api/exporters/shell/README.md,Shell Scripts,Published,Exporting Metrics,
138 -,,,,
139 -,,,,
140 -logs_integrations,,,,
141 -https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/README.md,Systemd Journal Plugin Reference,Published,Logs/Systemd Journal Logs,View and analyze logs available in systemd journal
142 -https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/forward_secure_sealing.md,Forward Secure Sealing (FSS) in Systemd-Journal,Published,Logs/Systemd Journal Logs,
143 -https://github.com/netdata/netdata/edit/master/src/collectors/windows-events.plugin/README.md,Windows Events Plugin Reference,Published,Logs/Windows Event Logs,
144 -https://github.com/netdata/netdata/edit/master/src/collectors/log2journal/README.md,log2journal,Published,Logs/log2journal,
145 -https://github.com/netdata/netdata/edit/master/src/libnetdata/log/systemd-cat-native.md,systemd-cat-native,Published,Logs/systemd-cat-native,
146 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md,Logs Centralization Points with systemd-journald,Published,Logs/Logs Centralization Points with systemd-journald,
147 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/passive-journal-centralization-with-encryption-using-self-signed-certificates.md,Passive journal centralization with encryption using self-signed certificates,Published,Logs/Logs Centralization Points with systemd-journald,
148 -https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/passive-journal-centralization-without-encryption.md,Passive journal centralization without encryption,Published,Logs/Logs Centralization Points with systemd-journald,
149 -https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/active_journal_centralization_guide_no_encryption.md,Active journal source without encryption,Published,Logs/Logs Centralization Points with systemd-journald,
150 -,,,,
151 -,,,,
152 -https://github.com/netdata/netdata/edit/master/docs/top-monitoring-netdata-functions.md,Top Consumers,Published,Top Consumers,Present the Netdata Functions what these are and why they should be used.
153 -https://github.com/netdata/netdata/edit/master/docs/functions/processes.md,Processes,Published,Top Consumers,
154 -,,,,
155 -https://github.com/netdata/netdata/edit/master/src/health/README.md,Alerts & Notifications,Published,Alerts & Notifications,
156 -https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/creating-alerts-with-netdata-alerts-configuration-manager.md,Creating Alerts with the Alerts Configuration Manager,Published,Alerts & Notifications,
157 -https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/README.md,Notifications,Published,Alerts & Notifications/Notifications,"Send Netdata alerts from a centralized place with Netdata Cloud, or configure nodes individually, to enable incident response and faster resolution."
158 -https://github.com/netdata/netdata/edit/master/src/health/notifications/README.md,Agent Notifications Reference,Published,Alerts & Notifications/Notifications/Agent Dispatched Notifications,
159 -agent_notifications_integrations,,,,
160 -https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/centralized-cloud-notifications-reference.md,Centralized Cloud Notifications Reference,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,Configure Netdata Cloud to send notifications to your team whenever any node on your infrastructure triggers an alert threshold.
161 -https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/manage-notification-methods.md,Manage notification methods,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,Instructions on how to manage notification methods
162 -https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/manage-alert-notification-silencing-rules.md,Manage alert notification silencing rules,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,Master Netdata alert management via notification silencing rules for efficient and focused monitoring.
163 -cloud_notifications_integrations,,,,
164 -https://github.com/netdata/netdata/edit/master/src/health/REFERENCE.md,Alert Configuration Reference,Published,Alerts & Notifications,
165 -https://github.com/netdata/netdata/edit/master/src/web/api/health/README.md,Health API Calls,Published,Alerts & Notifications,
166 -,,,,
167 -https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/machine-learning-and-assisted-troubleshooting.md,Netdata AI,Published,Netdata AI,
168 -https://github.com/netdata/netdata/edit/master/docs/ml-ai/ai-insights.md,Insights,Published,Netdata AI/Insights,
169 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/infrastructure-summary.md,Infrastructure Summary,Published,Netdata AI/Insights,
170 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/performance-optimization.md,Performance Optimization,Published,Netdata AI/Insights,
171 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/capacity-planning.md,Capacity Planning,Published,Netdata AI/Insights,
172 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/anomaly-analysis.md,Anomaly Analysis,Published,Netdata AI/Insights,
173 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/scheduled-reports.md,Scheduled Reports,Published,Netdata AI/Insights,
174 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/index.md,Investigations,Published,Netdata AI/Investigations,
175 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/custom-investigations.md,Custom Investigations,Published,Netdata AI/Investigations,
176 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/scheduled-investigations.md,Scheduled Investigations,Published,Netdata AI/Investigations,
177 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/troubleshooting/index.md,Troubleshooting,Published,Netdata AI/Troubleshooting,
178 -https://github.com/netdata/netdata/edit/master/docs/troubleshooting/troubleshoot.md,Alert Troubleshooting,Published,Netdata AI/Troubleshooting,
179 -https://github.com/netdata/netdata/edit/master/docs/ml-ai/anomaly-advisor.md,Anomaly Advisor,Published,Netdata AI/Troubleshooting,
180 -https://github.com/netdata/netdata/edit/master/docs/metric-correlations.md,Metric Correlations,Published,Netdata AI/Troubleshooting,Quickly find metrics and charts closely related to a particular timeframe of interest anywhere in your infrastructure to discover the root cause faster.
181 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/troubleshooting/troubleshoot-button.md,Troubleshoot Button,Published,Netdata AI/Troubleshooting,
182 -https://github.com/netdata/netdata/edit/master/docs/ml-ai/ml-anomaly-detection/ml-anomaly-detection.md,Anomaly Detection,Published,Netdata AI/Anomaly Detection,
183 -https://github.com/netdata/netdata/edit/master/src/ml/ml-configuration.md,ML Configuration,Published,Netdata AI/Anomaly Detection,
184 -https://github.com/netdata/netdata/edit/master/docs/ml-ai/ml-anomaly-detection/ml-accuracy.md,ML Accuracy,Published,Netdata AI/Anomaly Detection,"Analysis of Netdata's ML anomaly detection accuracy, false positive rates, and comparison with other approaches"
185 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/README.md,MCP,Published,Netdata AI/MCP,
186 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/ai-chat-netdata.md,Chat with Netdata,Published,Netdata AI/MCP,
187 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/ai-devops-copilot.md,MCP Clients,Published,Netdata AI/MCP/MCP Clients,
188 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/claude-desktop.md,Claude Desktop,Published,Netdata AI/MCP/MCP Clients,
189 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/cursor.md,Cursor,Published,Netdata AI/MCP/MCP Clients,
190 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/vs-code.md,Visual Studio Code,Published,Netdata AI/MCP/MCP Clients,
191 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/jetbrains-ides.md,JetBrains IDEs,Published,Netdata AI/MCP/MCP Clients,
192 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/netdata-web-client.md,Netdata Web Client,Published,Netdata AI/MCP/MCP Clients,
193 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/claude-code.md,Claude Code,Published,Netdata AI/MCP/MCP Clients,
194 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/gemini-cli.md,Gemini CLI,Published,Netdata AI/MCP/MCP Clients,
195 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/codex-cli.md,OpenAI Codex CLI,Published,Netdata AI/MCP/MCP Clients,
196 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/crush.md,Crush,Published,Netdata AI/MCP/MCP Clients,
197 -https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/opencode.md,OpenCode,Published,Netdata AI/MCP/MCP Clients,
198 -https://github.com/netdata/netdata/edit/master/docs/netdata-assistant.md,AI powered troubleshooting assistant,Unpublished,AI and Machine Learning,
199 -https://github.com/netdata/netdata/edit/master/src/ml/README.md,ML models and anomaly detection,Unpublished,AI and Machine Learning,This is an in-depth look at how Netdata uses ML to detect anomalies.
200 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/README.md,Dashboards and Charts,Published,Dashboards and Charts,
201 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/home-tab.md,Tabs,Published,Dashboards and Charts/Tabs,"With Netdata Cloud's War Rooms, you can see real-time metrics, from any number of nodes in your infrastructure, in composite charts."
202 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/alerts-tab.md,Alerts,Published,Dashboards and Charts/Tabs,
203 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/anomaly-advisor-tab.md,Anomalies,Published,Dashboards and Charts/Tabs,Quickly find anomalous metrics anywhere in your infrastructure.
204 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/dashboards-tab.md,Dashboards,Published,Dashboards and Charts/Tabs,Design new dashboards that target your infrastructure's unique needs and share them with your team fortargeted visual anomaly detection or incident response.
205 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/events-feed.md,Events,Published,Dashboards and Charts/Tabs,Present the Netdata Events feed.
206 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/kubernetes-tab.md,Kubernetes,Published,Dashboards and Charts/Tabs,"Netdata Cloud features rich, zero-configuration Kubernetes monitoring for the resource utilization and application metrics of Kubernetes (k8s) clusters."
207 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/logs-tab.md,Logs,Published,Dashboards and Charts/Tabs,
208 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md,Metrics,Published,Dashboards and Charts/Tabs,
209 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/nodes-tab.md,Nodes,Published,Dashboards and Charts/Tabs,"See charts from all your nodes in one pane of glass, then dive in to embedded dashboards for granular troubleshooting of ongoing issues."
210 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/top-tab.md,Top,Published,Dashboards and Charts/Tabs,Instructions on how to use Functions
211 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/themes.md,Theme,Published,Dashboards and Charts,
212 -https://github.com/netdata/netdata-grafana-datasource-plugin/edit/master/README.md,Grafana Plugin,Published,Dashboards and Charts,
213 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/netdata-charts.md,Charts,Published,Dashboards and Charts,
214 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/expanded-chart-analysis.md,Expanded Chart Analysis,Published,Dashboards and Charts,
215 -https://github.com/netdata/netdata/edit/master/docs/NIDL-Framework.md,NIDL Framework,Published,Dashboards and Charts,
216 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/node-filter.md,Node Filter,Published,Dashboards and Charts,
217 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/visualization-date-and-time-controls.md,Time Controls,Published,Dashboards and Charts,
218 -https://github.com/netdata/netdata/edit/master/src/web/gui/confluence/README.md,Atlassian Confluence dashboards,Unpublished,Dashboards and Charts,
219 -https://github.com/netdata/netdata/edit/master/src/web/gui/README.md,Legacy Agent Dashboard,Unpublished,Dashboards and Charts,"The local Netdata Agent dashboard is the heart of health monitoring and performance troubleshooting, with hundreds of real-time charts."
220 -https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/monitor-your-infrastructure.md,Monitor your Infrastructure,Unpublished,Dashboards and Charts,
221 -,,,,
222 -,,,,
223 -https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/README.md,Security and Privacy Design,Published,Security and Privacy Design,
224 -https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/netdata-agent-security.md,Netdata Agent,Published,Security and Privacy Design,
225 -https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/netdata-cloud-security.md,Netdata Cloud,Published,Security and Privacy Design,
226 -,,,,
227 -,,,,
228 -,,,,
229 -,,,,
230 -,,,,
231 -,,,,
232 -,,,,
233 -,,,,
234 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/README.md,Developer and Contributor Corner,Published,Developer and Contributor Corner,
235 -https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/netdata-apis.md,REST API,Unpublished,Developer and Contributor Corner/REST API,
236 -https://github.com/netdata/netdata/edit/master/src/web/api/README.md,REST API,Published,Developer and Contributor Corner/REST API,
237 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/README.md,Queries,Published,Developer and Contributor Corner/REST API/Queries,
238 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/average/README.md,Average or Mean,Published,Developer and Contributor Corner/REST API/Queries,
239 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/countif/README.md,CountIf,Published,Developer and Contributor Corner/REST API/Queries,
240 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/des/README.md,Double exponential smoothing,Published,Developer and Contributor Corner/REST API/Queries,
241 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/incremental_sum/README.md,Incremental Sum (`incremental_sum`),Published,Developer and Contributor Corner/REST API/Queries,
242 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/max/README.md,Max,Published,Developer and Contributor Corner/REST API/Queries,
243 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/median/README.md,Median,Published,Developer and Contributor Corner/REST API/Queries,"Use median in API queries and health entities to find the 'middle' value from a sample, eliminating any unwanted spikes in the returned metrics."
244 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/min/README.md,Min,Published,Developer and Contributor Corner/REST API/Queries,
245 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/percentile/README.md,Percentile,Published,Developer and Contributor Corner/REST API/Queries,"Use percentile in API queries and health entities to find the 'percentile' value from a sample, eliminating any unwanted spikes in the returned metrics."
246 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/ses/README.md,Single (or Simple) Exponential Smoothing (`ses`),Published,Developer and Contributor Corner/REST API/Queries,
247 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/stddev/README.md,Standard deviation (`stddev`),Published,Developer and Contributor Corner/REST API/Queries,
248 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/sum/README.md,Sum,Published,Developer and Contributor Corner/REST API/Queries,
249 -https://github.com/netdata/netdata/edit/master/src/web/api/queries/trimmed_mean/README.md,Trimmed Mean,Published,Developer and Contributor Corner/REST API/Queries,"Use trimmed-mean in API queries and health entities to find the average value from a sample, eliminating any unwanted spikes in the returned metrics."
250 -https://github.com/netdata/netdata/edit/master/src/web/api/formatters/README.md,Formatters,Published,Developer and Contributor Corner/REST API/Formatters,
251 -https://github.com/netdata/netdata/edit/master/src/web/api/formatters/csv/README.md,CSV formatter,Published,Developer and Contributor Corner/REST API/Formatters,
252 -https://github.com/netdata/netdata/edit/master/src/web/api/formatters/json/README.md,JSON formatter,Published,Developer and Contributor Corner/REST API/Formatters,
253 -https://github.com/netdata/netdata/edit/master/src/web/api/formatters/ssv/README.md,SSV formatter,Published,Developer and Contributor Corner/REST API/Formatters,
254 -https://github.com/netdata/netdata/edit/master/src/web/api/formatters/value/README.md,Value formatter,Published,Developer and Contributor Corner/REST API/Formatters,
255 -https://github.com/netdata/netdata/edit/master/src/web/api/badges/README.md,Netdata badges,Published,Developer and Contributor Corner/REST API,
256 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/dyncfg.md,Dynamic Configuration,Published,Developer and Contributor Corner/Dynamic Configuration,
257 -,,,,
258 -,,,,
259 -https://github.com/netdata/netdata/edit/master/src/database/engine/README.md,Database Engine,Published,Developer and Contributor Corner,
260 -https://github.com/netdata/.github/edit/main/CONTRIBUTING.md,Contributing,Published,Developer and Contributor Corner,
261 -https://github.com/netdata/.github/edit/main/CODE_OF_CONDUCT.md,Community code of conduct,Published,Developer and Contributor Corner,
262 -https://github.com/netdata/.github/edit/main/SECURITY.md,Security Policy,Published,Developer and Contributor Corner,The Netdata team maintains and adheres to a formal process any time a member of the community reports a security vulnerability.
263 -https://github.com/netdata/netdata/edit/master/src/plugins.d/README.md,External plugins,Published,Developer and Contributor Corner/External-plugins,
264 -https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/README.md,go.d.plugin,Published,Developer and Contributor Corner/External-plugins/go.d.plugin,"go.d.plugin is an external plugin for Netdata, responsible for running individual data collectors written in Go."
265 -https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/docs/how-to-write-a-module.md,How to write a Netdata collector in Go,Published,Developer and Contributor Corner/External-plugins/go.d.plugin,"This guide will walk you through the technical implementation of writing a new Netdata collector in Golang, with tips on interfaces, structure, configuration files, and more."
266 -https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/README.md,python.d.plugin,Published,Developer and Contributor Corner/External-plugins/python.d.plugin,
267 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/python-collector.md,Develop a custom data collector in Python,Unpublished,Developer and Contributor Corner/External-plugins/python.d.plugin,"Learn how write a custom data collector in Python, which you'll use to collect metrics from and monitor any application that isn't supported out of the box."
268 -https://github.com/netdata/netdata/edit/master/src/collectors/charts.d.plugin/README.md,charts.d.plugin,Published,Developer and Contributor Corner/External-plugins,
269 -https://github.com/netdata/netdata/edit/master/src/collectors/profile.plugin/README.md,profile.plugin,Published,Developer and Contributor Corner/External-plugins,
270 -https://github.com/netdata/netdata/edit/master/src/plugins.d/FUNCTION_UI_REFERENCE.md,Functions v3 Protocol reference,Published,Developer and Contributor Corner/External-plugins,
271 -https://github.com/netdata/netdata/edit/master/src/plugins.d/FUNCTION_UI_DEVELOPER_GUIDE.md,Functions developer guide,Published,Developer and Contributor Corner/External-plugins,
272 -https://github.com/netdata/netdata/edit/master/docs/guidelines.md,Contribute to the documentation,Published,Developer and Contributor Corner/Contribute to the documentation,
273 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/style-guide.md,Netdata style guide,Published,Developer and Contributor Corner/Contribute to the documentation,"The Netdata style guide establishes editorial guidelines for all of Netdata's writing, including documentation, blog posts, in-product UX copy, and more."
274 -https://github.com/netdata/netdata/edit/master/src/web/README.md,Web,Unpublished,Developer and Contributor Corner,"Every Netdata Agent comes bundled with hundreds of interactive, customizable charts designed by monitoring and troubleshooting experts."
275 -https://github.com/netdata/netdata/edit/master/docs/glossary.md,Glossary,Published,Developer and Contributor Corner,
276 -https://github.com/netdata/netdata/edit/master/src/libnetdata/README.md,libnetdata,Published,Developer and Contributor Corner/libnetdata,
277 -https://github.com/netdata/netdata/edit/master/src/libnetdata/adaptive_resortable_list/README.md,Adaptive re-sortable list (ARL),Published,Developer and Contributor Corner/libnetdata,
278 -https://github.com/netdata/netdata/edit/master/src/libnetdata/aral/README.md,Array allocator,Published,Developer and Contributor Corner/libnetdata,
279 -https://github.com/netdata/netdata/edit/master/src/libnetdata/avl/README.md,AVL,Published,Developer and Contributor Corner/libnetdata,
280 -https://github.com/netdata/netdata/edit/master/src/libnetdata/buffer/README.md,BUFFER library,Published,Developer and Contributor Corner/libnetdata,
281 -https://github.com/netdata/netdata/edit/master/src/libnetdata/circular_buffer/README.md,Circular Buffer,Published,Developer and Contributor Corner/libnetdata,
282 -https://github.com/netdata/netdata/edit/master/src/libnetdata/clocks/README.md,Clocks,Published,Developer and Contributor Corner/libnetdata,
283 -https://github.com/netdata/netdata/edit/master/src/libnetdata/config/README.md,Netdata ini config files,Published,Developer and Contributor Corner/libnetdata,
284 -,,,,
285 -https://github.com/netdata/netdata/edit/master/src/libnetdata/json/README.md,JSON,Published,Developer and Contributor Corner/libnetdata,
286 -https://github.com/netdata/netdata/edit/master/src/libnetdata/locks/README.md,Locks,Published,Developer and Contributor Corner/libnetdata,
287 -,,,,
288 -https://github.com/netdata/netdata/edit/master/src/libnetdata/onewayalloc/README.md,One way allocator,Published,Developer and Contributor Corner/libnetdata,
289 -https://github.com/netdata/netdata/edit/master/src/libnetdata/popen/README.md,popen,Published,Developer and Contributor Corner/libnetdata,
290 -https://github.com/netdata/netdata/edit/master/src/libnetdata/parser/README.md,parser,Published,Developer and Contributor Corner/libnetdata,
291 -https://github.com/netdata/netdata/edit/master/src/libnetdata/procfile/README.md,procfile,Published,Developer and Contributor Corner/libnetdata,
292 -https://github.com/netdata/netdata/edit/master/src/libnetdata/simple_pattern/README.md,Simple patterns,Published,Developer and Contributor Corner/libnetdata,"Netdata supports simple patterns, which are less cryptic versions of regular expressions. Use familiar notation for powerful results."
293 -https://github.com/netdata/netdata/edit/master/src/libnetdata/statistical/README.md,Statistical functions,Published,Developer and Contributor Corner/libnetdata,
294 -https://github.com/netdata/netdata/edit/master/src/libnetdata/storage_number/README.md,Storage number,Published,Developer and Contributor Corner/libnetdata,
295 -https://github.com/netdata/netdata/edit/master/src/libnetdata/string/README.md,String,Published,Developer and Contributor Corner/libnetdata,
296 -https://github.com/netdata/netdata/edit/master/src/libnetdata/threads/README.md,Threads,Published,Developer and Contributor Corner/libnetdata,
297 -https://github.com/netdata/netdata/edit/master/src/libnetdata/url/README.md,URL,Published,Developer and Contributor Corner/libnetdata,
298 -https://github.com/netdata/netdata/edit/master/src/libnetdata/worker_utilization/README.md,Worker Utilization,Published,Developer and Contributor Corner/libnetdata,
299 -https://github.com/netdata/netdata/edit/master/src/libnetdata/dictionary/README.md,Dictionaries,Published,Developer and Contributor Corner/libnetdata,
300 -https://github.com/netdata/netdata/edit/master/src/libnetdata/july/README.md,July interface,Published,Developer and Contributor Corner/libnetdata,
301 -https://github.com/netdata/netdata/edit/master/src/libnetdata/socket/README.md,Socket,Published,Developer and Contributor Corner/libnetdata,
302 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/running-through-cf-tunnels.md,Running a Local Dashboard through Cloudflare Tunnels,Published,Developer and Contributor Corner,
303 -https://github.com/netdata/netdata/edit/master/REDISTRIBUTED.md,Redistributed Software,Published,Developer and Contributor Corner,
304 -https://github.com/netdata/netdata/edit/master/tests/health_mgmtapi/README.md,Health command API tester,Published,Developer and Contributor Corner,
305 -https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/import-export-print-snapshot.md,"Import, export, and print a snapshot",Published,Developer and Contributor Corner,"Snapshots can be incredibly useful for diagnosing anomalies after they've already happened, and are interoperable with any other node running Netdata."
306 -https://github.com/netdata/netdata/edit/master/src/web/gui/custom/README.md,Build a custom Dashboard HTML page,Published,Developer and Contributor Corner,Build custom dashboards with key metrics from one or more nodes running the Netdata Agent and host them anywhere.
307 -https://github.com/netdata/netdata/edit/master/docs/netdata-for-IoT.md,Netdata for IoT,Unpublished,Developer and Contributor Corner,
308 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/collect-apache-nginx-web-logs.md,Monitor Nginx or Apache web server log files with Netdata,Published,Developer and Contributor Corner,
309 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/collect-unbound-metrics.md,Monitor Unbound DNS servers with Netdata,Published,Developer and Contributor Corner,
310 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-cockroachdb.md,Monitor CockroachDB metrics with Netdata,Unpublished,Developer and Contributor Corner,
311 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-hadoop-cluster.md,Monitor a Hadoop cluster with Netdata,Published,Developer and Contributor Corner,
312 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/kubernetes-k8s-netdata.md,Kubernetes monitoring with Netdata: Overview and visualizations,Unpublished,Developer and Contributor Corner,Learn how to navigate Netdata's Kubernetes monitoring features for visualizing the health and performance of a Kubernetes cluster with per-second granularity.
313 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/lamp-stack.md,"LAMP stack monitoring (Linux, Apache, MySQL, PHP) with Netdata",Unpublished,Developer and Contributor Corner,"Set up robust LAMP stack monitoring (Linux, Apache, MySQL, PHP) in just a few minutes using a free, open-source monitoring tool that collects metrics every second."
314 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/pi-hole-raspberry-pi.md,Monitor Pi-hole (and a Raspberry Pi) with Netdata,Unpublished,Developer and Contributor Corner,"Monitor Pi-hole metrics, plus Raspberry Pi system metrics, in minutes and completely for free with Netdata's open-source monitoring agent."
315 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/raspberry-pi-anomaly-detection.md,Unsupervised anomaly detection for Raspberry Pi monitoring,Unpublished,Developer and Contributor Corner,Use a low-overhead machine learning algorithm and an open-source monitoring tool to detect anomalous metrics on a Raspberry Pi.
316 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-debug-applications-ebpf.md,"Monitor, troubleshoot, and debug applications with eBPF metrics",Published,Developer and Contributor Corner,"Use Netdata's built-in eBPF metrics collector to monitor, troubleshoot, and debug your custom application using low-level kernel feedback."
317 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/process.md,Monitor any process in real-time with Netdata,Unpublished,Developer and Contributor Corner,"Tap into Netdata's powerful collectors, with per-second utilization metrics for every process, to troubleshoot faster and make data-informed decisions."
318 -https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/build-the-netdata-agent-yourself.md,Build the Netdata Agent Yourself,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,
319 -https://github.com/netdata/netdata/edit/master/packaging/maintainers/README.md,Package Maintainers,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,
320 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/source.md,Compile from source code,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,Package maintainers and power users may be interested in manually building Netdata from source without using any of our installation scripts.
321 -https://github.com/netdata/netdata/edit/master/build_external/README.md,External build-system,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,
322 -https://github.com/netdata/netdata/edit/master/packaging/building-native-packages-locally.md,How to build native (DEB/RPM) packages locally for testing,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,Instructions for developers who need to build native packages locally for testing.
323 -https://github.com/netdata/netdata/edit/master/contrib/README.md,Netdata contrib,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,
324 -https://github.com/netdata/netdata/edit/master/packaging/installer/methods/manual.md,Install the Netdata Agent from a Git checkout,Published,Developer and Contributor Corner,"Use the Netdata Agent source code from GitHub, plus helper scripts to set up your system, to install Netdata without packages or binaries."
1 +custom_edit_url,sidebar_label,learn_status,learn_rel_path,keywords,description
2 +https://github.com/netdata/netdata/edit/master/docs/welcome-to-netdata.md,Welcome to Netdata,Published,Welcome to Netdata,,
3 +https://github.com/netdata/netdata/edit/master/docs/netdata-enterprise-evaluation-corrected.md,Enterprise Evaluation Guide,Published,Welcome to Netdata,"real-time observability, infrastructure monitoring",
4 +https://github.com/netdata/netdata/edit/master/docs/realtime-monitoring.md,Real-time Monitoring,Published,Welcome to Netdata,,
5 +https://github.com/netdata/netdata/edit/master/docs/scalability.md,Scalability,Published,Welcome to Netdata,,
6 +https://github.com/netdata/netdata/edit/master/src/collectors/COLLECTORS.md,Monitor Anything,Published,Welcome to Netdata,,Netdata gathers real-time metrics from hundreds of data sources using collectors. Most require zero configuration and are pre-configured out of the box.
7 +https://github.com/netdata/netdata/edit/master/docs/fleet-configuration-management.md,Fleet Deployment and Configuration Management,Published,Welcome to Netdata,,
8 +https://github.com/netdata/netdata/edit/master/docs/getting-started-netdata/guide.md,Getting Started,Published,root,,
9 +https://github.com/netdata/netdata/edit/master/docs/Demo-Sites.md,Live Demo,Published,root,,
10 +,,,,,
11 +https://github.com/netdata/netdata/edit/master/docs/deployment-guides/standalone-deployment.md,Netdata Agent,Published,Netdata Agent,,
12 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/versions-and-platforms.md,Versions & Platforms,Published,Netdata Agent,,Present all the supported platform in the Netdata solution
13 +https://github.com/netdata/netdata/edit/master/docs/deployment-guides/README.md,Quickstart Deployment,Published,Netdata Agent,,
14 +https://github.com/netdata/netdata/edit/master/packaging/installer/README.md,Installation,Published,Netdata Agent/Installation,,
15 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart.md,Linux,Published,Netdata Agent/Installation/Linux,,"The kickstart.sh script installs Netdata from source, including all dependencies required to connect to Netdata Cloud, with a single command."
16 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/packages.md,Native Linux Distribution packages,Published,Netdata Agent/Installation/Linux,,Instructions for how to install Netdata using native DEB or RPM packages.
17 +https://github.com/netdata/netdata/edit/master/packaging/makeself/README.md,Static binary Linux Packages,Published,Netdata Agent/Installation/Linux,,Users can build the static 64-bit binary package that we ship with every release of the open-source Netdata Agent for debugging or specialize purposes.
18 +https://github.com/netdata/netdata/edit/master/docs/learn/switching-install-types.md,Switch Install Types and Release Channels,Published,Netdata Agent/Installation/Linux,,
19 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/offline.md,Offline systems,Published,Netdata Agent/Installation/Linux,,"Install the Netdata Agent on offline/air gapped systems to benefit from real-time, per-second monitoring without connecting to the internet."
20 +https://github.com/netdata/netdata/edit/master/packaging/windows/WINDOWS_INSTALLER.md,Windows,Published,Netdata Agent/Installation/Windows,,
21 +https://github.com/netdata/netdata/edit/master/docs/install/windows-release-channels.md,Switching Install Types and Release Channels,Published,Netdata Agent/Installation/Windows,,Guide to choosing and switching between different Netdata Windows installation methods and release channels
22 +https://github.com/netdata/netdata/edit/master/packaging/docker/README.md,Docker,Published,Netdata Agent/Installation,,
23 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kubernetes.md,Kubernetes,Published,Netdata Agent/Installation,,"Deploy Netdata to monitor a Kubernetes cluster to monitor the health, performance, resource utilization, and application metrics of a Kubernetes cluster in real time."
24 +https://github.com/netdata/helmchart/edit/master/charts/netdata/README.md,Kubernetes Helm chart reference,Published,Netdata Agent/Installation,,
25 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/macos.md,macOS,Published,Netdata Agent/Installation,,
26 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freebsd.md,FreeBSD,Published,Netdata Agent/Installation,,"Install Netdata on FreeBSD to monitor the health and performance of bare metal or VMs with thousands of real-time, per-second metrics."
27 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/pfsense.md,pfSense,Published,Netdata Agent/Installation,,"Install Netdata on pfSense to monitor the health and performance of firewalls with thousands of real-time, per-second metrics."
28 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/synology.md,Synology,Published,Netdata Agent/Installation,,The Netdata Agent can be installed on AMD64-compatible NAS systems using the 64-bit pre-compiled static binary.
29 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/ansible.md,Ansible,Published,Netdata Agent/Installation,,Deploy an infrastructure monitoring solution in minutes with the Netdata Agent and Ansible. Use and customize a simple playbook for monitoring as code.
30 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/aws.md,AWS,Published,Netdata Agent/Installation,,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
31 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/azure.md,Azure,Published,Netdata Agent/Installation,,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
32 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/gcp.md,GCP,Published,Netdata Agent/Installation,,"The Netdata Agent runs on all popular cloud providers, but often requires additional steps and configuration for full functionality."
33 +,,,,,
34 +https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/maintenance-operations-on-netdata-agents.md,Maintenance,Published,Netdata Agent/Maintenance,,
35 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/start-stop-restart.md,Service Control,Published,Netdata Agent/Maintenance,,"Manage the Netdata Agent daemon, load configuration changes, and troubleshoot stuck processes on systemd and non-systemd nodes."
36 +https://github.com/netdata/netdata/edit/master/packaging/installer/UPDATE.md,Update,Published,Netdata Agent/Maintenance,,"If you opted out of automatic updates, you need to update your Netdata Agent to the latest nightly or stable version."
37 +https://github.com/netdata/netdata/edit/master/packaging/installer/REINSTALL.md,Reinstall,Published,Netdata Agent/Maintenance,,Troubleshooting installation issues or force an update of the Netdata Agent by reinstalling it using the same method you used during installation.
38 +https://github.com/netdata/netdata/edit/master/packaging/installer/UNINSTALL.md,Uninstall,Published,Netdata Agent/Maintenance,,"If you are no longer interested in using the Netdata Agent, use the self-contained uninstaller to remove all traces of binaries and configuration files."
39 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/backup-and-restore-an-agent.md,Backup and restore an Agent,Published,Netdata Agent/Maintenance,,What actions you need to do to backup and Agent and restore it.
40 +,,,,,
41 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/README.md,Resource Utilization,Published,Netdata Agent/Resource Utilization,,
42 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/cpu-requirements.md,CPU,Published,Netdata Agent/Resource Utilization,,
43 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/ram-requirements.md,RAM,Published,Netdata Agent/Resource Utilization,,
44 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/bandwidth-requirements.md,Bandwidth,Published,Netdata Agent/Resource Utilization,,
45 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/sizing-netdata-agents/disk-requirements-and-retention.md,Disk & Retention,Published,Netdata Agent/Resource Utilization,,
46 +,,,,,
47 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/README.md,Configuration,Published,Netdata Agent/Configuration,,"Netdata is zero-configuration for most users, but complex infrastructures may require you to tweak some of the Agent's granular settings."
48 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/dynamic-configuration.md,Dynamic Configuration Manager,Published,Netdata Agent/Configuration,,
49 +https://github.com/netdata/netdata/edit/master/src/daemon/config/README.md,Daemon,Published,Netdata Agent/Configuration,,"The Netdata Agent's daemon is installed preconfigured to collect thousands of metrics every second, but is highly configurable for real-world workloads."
50 +https://github.com/netdata/netdata/edit/master/src/database/CONFIGURATION.md,Database,Published,Netdata Agent/Configuration,,"With a single configuration change, the Netdata Agent can store days, weeks, or months of metrics at its famous per-second granularity."
51 +https://github.com/netdata/netdata/edit/master/src/registry/CONFIGURATION.md,Registry,Published,Netdata Agent/Configuration,,"Netdata utilizes a central registry of machines/person GUIDs, URLs, and opt-in account information to provide unified cross-server dashboards."
52 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/securing-netdata-agents.md,Securing Agents,Published,Netdata Agent/Configuration/Securing Agents,,"Your data and systems are safe with Netdata, but we recommend a few easy ways to improve the security of your infrastructure."
53 +https://github.com/netdata/netdata/edit/master/src/web/server/README.md,Web Server Reference,Published,Netdata Agent/Configuration/Securing Agents,,The Netdata Agent's local static-threaded web server serves dashboards and real-time visualizations with security and DDoS protection.
54 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/README.md,Running the Agent behind a reverse proxy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
55 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-nginx.md,Nginx,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
56 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-haproxy.md,HAProxy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
57 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-apache.md,Apache,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
58 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-lighttpd.md,Lighttpd v1.4.x,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
59 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-caddy.md,Caddy,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
60 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-h2o.md,H2O,Published,Netdata Agent/Configuration/Securing Agents/Running the Agent behind a reverse proxy,,
61 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/optimize-the-netdata-agents-performance.md,Performance Optimization,Published,Netdata Agent/Configuration,,"While the Netdata Agent is designed to monitor a system with only 1% CPU, you can optimize its performance for low-resource systems."
62 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/organize-systems-metrics-and-alerts.md,"Organize systems, metrics, and alerts",Published,Netdata Agent/Configuration,,
63 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/using-custom-ca-certificates-with-netdata.md,Using custom CA certificates with Netdata,Published,Netdata Agent/Configuration,,
64 +https://github.com/netdata/netdata/edit/master/src/daemon/README.md,Daemon,Published,Netdata Agent,,
65 +https://github.com/netdata/netdata/edit/master/src/database/README.md,Database,Published,Netdata Agent,,
66 +https://github.com/netdata/netdata/edit/master/src/libnetdata/log/README.md,Logging,Published,Netdata Agent,,
67 +https://github.com/netdata/netdata/edit/master/src/registry/README.md,Registry,Published,Netdata Agent,,"Netdata utilizes a central registry of machines/person GUIDs, URLs, and opt-in account information to provide unified cross-server dashboards."
68 +https://github.com/netdata/netdata/edit/master/src/cli/README.md,Agent CLI,Published,Netdata Agent,,"The Netdata Agent includes a command-line experience for reloading health configuration, reopening log files, halting the daemon, and more."
69 +https://github.com/netdata/netdata/edit/master/docs/netdata-agent/configuration/anonymous-telemetry-events.md,Anonymous telemetry events,Published,Netdata Agent,,
70 +,,,,,
71 +,,,,,
72 +,,,,,
73 +,,,,,
74 +,,,,,
75 +,,,,,
76 +https://github.com/netdata/netdata/edit/master/docs/deployment-guides/deployment-with-centralization-points.md,Netdata Parents,Published,Netdata Parents,,
77 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/best-practices.md,Parent Configuration Best Practices,Published,Netdata Parents,,
78 +https://github.com/netdata/netdata/edit/master/src/streaming/README.md,Parent-Child Configuration Reference,Published,Netdata Parents,,
79 +https://github.com/netdata/netdata/edit/master/docs/deployment-guides/deployment-strategies.md,Configuration Examples,Published,Netdata Parents,,
80 +https://github.com/netdata/netdata/edit/master/docs/streaming-routing.md,Streaming Routing Reference,Published,Netdata Parents,,
81 +https://github.com/netdata/netdata/edit/master/docs/nodes-ephemerality.md,Node Types and Lifecycle Reference,Published,Netdata Parents,,
82 +,,,,,
83 +,,,,,
84 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/README.md,Netdata Cloud,Published,Netdata Cloud,,
85 +https://github.com/netdata/netdata/edit/master/src/claim/README.md,Connect Agent,Published,Netdata Cloud,,
86 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/organize-your-infrastructure-invite-your-team.md,Spaces and Rooms,Published,Netdata Cloud/Spaces and Rooms,,
87 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/node-rule-based-room-assignment.md,Node Rule-Based Room Assignment,Published,Netdata Cloud/Spaces and Rooms,,
88 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/versions.md,Versions,Unpublished,Netdata Cloud/Versions,,
89 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/README.md,Authentication & Authorization,Published,Netdata Cloud/Authentication & Authorization,,
90 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md,Enterprise SSO Authentication,Published,Netdata Cloud/Authentication & Authorization,,
91 +authentication_integrations,,,,,
92 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/role-based-access-model.md,Role-based access model,Published,Netdata Cloud/Authentication & Authorization,,Explanation of Netdata roles and permissions linked to them
93 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/authentication-and-authorization/api-tokens.md,API Tokens,Published,Netdata Cloud/Authentication & Authorization,,
94 +https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/view-plan-and-billing.md,Netdata Plans & Billing,Published,Netdata Cloud,,
95 +https://github.com/netdata/netdata/edit/master/src/aclk/README.md,Agent-Cloud Link (ACLK),Published,Netdata Cloud,,The Agent-Cloud link (ACLK) is the mechanism responsible for connecting a Netdata agent to Netdata Cloud.
96 +https://github.com/netdata/netdata/edit/master/docs/learn/remove-node.md,Remove Agent,Published,Netdata Cloud,,
97 +https://github.com/netdata/netdata/edit/master/docs/delete/netdata/account.md,Account Deletion,Published,Netdata Cloud,,
98 +,,,,,
99 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/README.md,Netdata Cloud On-Prem,Published,Netdata Cloud On-Prem,,
100 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/installation.md,Installation,Published,Netdata Cloud On-Prem,,
101 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/sbom.md,Software Bill of Materials,Published,Netdata Cloud On-Prem,,
102 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/image-signature-verification.md,Container Image Signature Verification,Published,Netdata Cloud On-Prem,,
103 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/hardening-guide.md,Security Hardening Guide,Published,Netdata Cloud On-Prem,,
104 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/netpol.md,Kubernetes Network Policy Configuration,Published,Netdata Cloud On-Prem,,
105 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/poc-without-k8s.md,PoC without K8s,Published,Netdata Cloud On-Prem,,
106 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/ecr-mirror.md,Mirroring image registry,Published,Netdata Cloud On-Prem,,
107 +https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/troubleshooting.md,Troubleshooting,Published,Netdata Cloud On-Prem,,
108 +,,,,,
109 +,,,,,
110 +,,,,,
111 +https://github.com/netdata/netdata/edit/master/src/collectors/README.md,Collecting Metrics,Published,Collecting Metrics,,
112 +https://github.com/netdata/netdata/edit/master/src/collectors/REFERENCE.md,Collectors configuration,Published,Collecting Metrics,,
113 +https://github.com/netdata/agent-service-discovery/edit/master/README.md,Service discovery,Published,Collecting Metrics,,
114 +https://github.com/netdata/netdata/edit/master/src/collectors/statsd.plugin/README.md,StatsD,Published,Collecting Metrics,,
115 +https://github.com/netdata/netdata/edit/master/src/crates/jf/otel-plugin/README.md,OpenTelemetry Metrics,Published,Collecting Metrics/OpenTelemetry,,Ingesting storing and visualizing OpenTelemetry metrics
116 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/README.md,Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,,
117 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/configuration.md,Configuring Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,,
118 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/sizing-netdata-parents.md,Sizing Netdata Parents,Published,Netdata Parents/Metrics Centralization Points,,
119 +,Optimizing Netdata Children,Unpublished,Netdata Parents/Metrics Centralization Points,,
120 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/clustering-and-high-availability-of-netdata-parents.md,Clustering and High Availability of Netdata Parents,Published,Netdata Parents/Metrics Centralization Points,,
121 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/replication-of-past-samples.md,Replication of Past Samples,Published,Netdata Parents/Metrics Centralization Points,,
122 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/metrics-centralization-points/faq.md,FAQ on Metrics Centralization Points,Published,Netdata Parents/Metrics Centralization Points,,
123 +https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/system-metrics.md,System metrics,Unpublished,Collecting Metrics,,"Netdata collects thousands of metrics from physical and virtual systems, IoT/edge devices, and containers with zero configuration."
124 +https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/application-metrics.md,Application metrics,Unpublished,Collecting Metrics,,"Monitor and troubleshoot every application on your infrastructure with per-second metrics, zero configuration, and meaningful charts."
125 +https://github.com/netdata/netdata/edit/master/docs/collecting-metrics/container-metrics.md,Container metrics,Unpublished,Collecting Metrics,,Use Netdata to collect per-second utilization and application-level metrics from Linux/Docker containers and Kubernetes clusters.
126 +https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/collector/snmp/profile-format.md,SNMP Profile Format,Published,Collecting Metrics,,Learn how Netdata’s SNMP collector uses profiles.
127 +collectors_integrations,,,,,
128 +,,,,,
129 +,,,,,
130 +,,,,,
131 +,,,,,
132 +https://github.com/netdata/netdata/edit/master/docs/exporting-metrics/README.md,Exporting Metrics,Published,Exporting Metrics,,Use the exporting engine to send Netdata metrics to popular external time series databases for long-term storage or further analysis.
133 +https://github.com/netdata/netdata/edit/master/src/exporting/README.md,Exporting reference,Published,Exporting Metrics,,"With the exporting engine, you can archive your Netdata metrics to multiple external databases for long-term storage or further analysis."
134 +https://github.com/netdata/netdata/edit/master/docs/exporting-metrics/enable-an-exporting-connector.md,Enable an exporting connector,Published,Exporting Metrics,,Learn how to enable and configure any connector using examples to start exporting metrics to external time-series databases in minutes.
135 +exporters_integrations,,,,,
136 +https://github.com/netdata/netdata/edit/master/src/exporting/prometheus/README.md,Prometheus,Published,Exporting Metrics,,Export Netdata metrics to Prometheus for archiving and further analysis.
137 +https://github.com/netdata/netdata/edit/master/src/web/api/exporters/shell/README.md,Shell Scripts,Published,Exporting Metrics,,
138 +,,,,,
139 +,,,,,
140 +logs_integrations,,,,,
141 +https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/README.md,Systemd Journal Plugin Reference,Published,Logs/Systemd Journal Logs,,View and analyze logs available in systemd journal
142 +https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/forward_secure_sealing.md,Forward Secure Sealing (FSS) in Systemd-Journal,Published,Logs/Systemd Journal Logs,,
143 +https://github.com/netdata/netdata/edit/master/src/collectors/windows-events.plugin/README.md,Windows Events Plugin Reference,Published,Logs/Windows Event Logs,,
144 +https://github.com/netdata/netdata/edit/master/src/collectors/log2journal/README.md,log2journal,Published,Logs/log2journal,,
145 +https://github.com/netdata/netdata/edit/master/src/libnetdata/log/systemd-cat-native.md,systemd-cat-native,Published,Logs/systemd-cat-native,,
146 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md,Logs Centralization Points with systemd-journald,Published,Logs/Logs Centralization Points with systemd-journald,,
147 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/passive-journal-centralization-with-encryption-using-self-signed-certificates.md,Passive journal centralization with encryption using self-signed certificates,Published,Logs/Logs Centralization Points with systemd-journald,,
148 +https://github.com/netdata/netdata/edit/master/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/passive-journal-centralization-without-encryption.md,Passive journal centralization without encryption,Published,Logs/Logs Centralization Points with systemd-journald,,
149 +https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/active_journal_centralization_guide_no_encryption.md,Active journal source without encryption,Published,Logs/Logs Centralization Points with systemd-journald,,
150 +,,,,,
151 +,,,,,
152 +https://github.com/netdata/netdata/edit/master/docs/top-monitoring-netdata-functions.md,Top Consumers,Published,Top Consumers,,Present the Netdata Functions what these are and why they should be used.
153 +https://github.com/netdata/netdata/edit/master/docs/functions/processes.md,Processes,Published,Top Consumers,,
154 +,,,,,
155 +https://github.com/netdata/netdata/edit/master/src/health/README.md,Alerts & Notifications,Published,Alerts & Notifications,,
156 +https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/creating-alerts-with-netdata-alerts-configuration-manager.md,Creating Alerts with the Alerts Configuration Manager,Published,Alerts & Notifications,,
157 +https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/README.md,Notifications,Published,Alerts & Notifications/Notifications,,"Send Netdata alerts from a centralized place with Netdata Cloud, or configure nodes individually, to enable incident response and faster resolution."
158 +https://github.com/netdata/netdata/edit/master/src/health/notifications/README.md,Agent Notifications Reference,Published,Alerts & Notifications/Notifications/Agent Dispatched Notifications,,
159 +agent_notifications_integrations,,,,,
160 +https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/centralized-cloud-notifications-reference.md,Centralized Cloud Notifications Reference,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,,Configure Netdata Cloud to send notifications to your team whenever any node on your infrastructure triggers an alert threshold.
161 +https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/manage-notification-methods.md,Manage notification methods,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,,Instructions on how to manage notification methods
162 +https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/notifications/centralized-cloud-notifications/manage-alert-notification-silencing-rules.md,Manage alert notification silencing rules,Published,Alerts & Notifications/Notifications/Centralized Cloud Notifications,,Master Netdata alert management via notification silencing rules for efficient and focused monitoring.
163 +cloud_notifications_integrations,,,,,
164 +https://github.com/netdata/netdata/edit/master/src/health/REFERENCE.md,Alert Configuration Reference,Published,Alerts & Notifications,,
165 +https://github.com/netdata/netdata/edit/master/src/web/api/health/README.md,Health API Calls,Published,Alerts & Notifications,,
166 +,,,,,
167 +https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/machine-learning-and-assisted-troubleshooting.md,Netdata AI,Published,Netdata AI,,
168 +https://github.com/netdata/netdata/edit/master/docs/ml-ai/ai-insights.md,Insights,Published,Netdata AI/Insights,,
169 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/infrastructure-summary.md,Infrastructure Summary,Published,Netdata AI/Insights,,
170 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/performance-optimization.md,Performance Optimization,Published,Netdata AI/Insights,,
171 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/capacity-planning.md,Capacity Planning,Published,Netdata AI/Insights,,
172 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/anomaly-analysis.md,Anomaly Analysis,Published,Netdata AI/Insights,,
173 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/scheduled-reports.md,Scheduled Reports,Published,Netdata AI/Insights,,
174 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/index.md,Investigations,Published,Netdata AI/Investigations,,
175 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/custom-investigations.md,Custom Investigations,Published,Netdata AI/Investigations,,
176 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/investigations/scheduled-investigations.md,Scheduled Investigations,Published,Netdata AI/Investigations,,
177 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/troubleshooting/index.md,Troubleshooting,Published,Netdata AI/Troubleshooting,,
178 +https://github.com/netdata/netdata/edit/master/docs/troubleshooting/troubleshoot.md,Alert Troubleshooting,Published,Netdata AI/Troubleshooting,,
179 +https://github.com/netdata/netdata/edit/master/docs/ml-ai/anomaly-advisor.md,Anomaly Advisor,Published,Netdata AI/Troubleshooting,,
180 +https://github.com/netdata/netdata/edit/master/docs/metric-correlations.md,Metric Correlations,Published,Netdata AI/Troubleshooting,,Quickly find metrics and charts closely related to a particular timeframe of interest anywhere in your infrastructure to discover the root cause faster.
181 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/troubleshooting/troubleshoot-button.md,Troubleshoot Button,Published,Netdata AI/Troubleshooting,,
182 +https://github.com/netdata/netdata/edit/master/docs/ml-ai/ml-anomaly-detection/ml-anomaly-detection.md,Anomaly Detection,Published,Netdata AI/Anomaly Detection,,
183 +https://github.com/netdata/netdata/edit/master/src/ml/ml-configuration.md,ML Configuration,Published,Netdata AI/Anomaly Detection,,
184 +https://github.com/netdata/netdata/edit/master/docs/ml-ai/ml-anomaly-detection/ml-accuracy.md,ML Accuracy,Published,Netdata AI/Anomaly Detection,,"Analysis of Netdata's ML anomaly detection accuracy, false positive rates, and comparison with other approaches"
185 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/README.md,MCP,Published,Netdata AI/MCP,,
186 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/ai-chat-netdata.md,Chat with Netdata,Published,Netdata AI/MCP,,
187 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/ai-devops-copilot.md,MCP Clients,Published,Netdata AI/MCP/MCP Clients,,
188 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/claude-desktop.md,Claude Desktop,Published,Netdata AI/MCP/MCP Clients,,
189 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/cursor.md,Cursor,Published,Netdata AI/MCP/MCP Clients,,
190 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/vs-code.md,Visual Studio Code,Published,Netdata AI/MCP/MCP Clients,,
191 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/jetbrains-ides.md,JetBrains IDEs,Published,Netdata AI/MCP/MCP Clients,,
192 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/netdata-web-client.md,Netdata Web Client,Published,Netdata AI/MCP/MCP Clients,,
193 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/claude-code.md,Claude Code,Published,Netdata AI/MCP/MCP Clients,,
194 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/gemini-cli.md,Gemini CLI,Published,Netdata AI/MCP/MCP Clients,,
195 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/codex-cli.md,OpenAI Codex CLI,Published,Netdata AI/MCP/MCP Clients,,
196 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/crush.md,Crush,Published,Netdata AI/MCP/MCP Clients,,
197 +https://github.com/netdata/netdata/edit/master/docs/netdata-ai/mcp/mcp-clients/opencode.md,OpenCode,Published,Netdata AI/MCP/MCP Clients,,
198 +https://github.com/netdata/netdata/edit/master/docs/netdata-assistant.md,AI powered troubleshooting assistant,Unpublished,AI and Machine Learning,,
199 +https://github.com/netdata/netdata/edit/master/src/ml/README.md,ML models and anomaly detection,Unpublished,AI and Machine Learning,,This is an in-depth look at how Netdata uses ML to detect anomalies.
200 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/README.md,Dashboards and Charts,Published,Dashboards and Charts,,
201 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/home-tab.md,Tabs,Published,Dashboards and Charts/Tabs,,"With Netdata Cloud's War Rooms, you can see real-time metrics, from any number of nodes in your infrastructure, in composite charts."
202 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/alerts-tab.md,Alerts,Published,Dashboards and Charts/Tabs,,
203 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/anomaly-advisor-tab.md,Anomalies,Published,Dashboards and Charts/Tabs,,Quickly find anomalous metrics anywhere in your infrastructure.
204 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/dashboards-tab.md,Dashboards,Published,Dashboards and Charts/Tabs,,Design new dashboards that target your infrastructure's unique needs and share them with your team fortargeted visual anomaly detection or incident response.
205 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/events-feed.md,Events,Published,Dashboards and Charts/Tabs,,Present the Netdata Events feed.
206 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/kubernetes-tab.md,Kubernetes,Published,Dashboards and Charts/Tabs,,"Netdata Cloud features rich, zero-configuration Kubernetes monitoring for the resource utilization and application metrics of Kubernetes (k8s) clusters."
207 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/logs-tab.md,Logs,Published,Dashboards and Charts/Tabs,,
208 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md,Metrics,Published,Dashboards and Charts/Tabs,,
209 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/nodes-tab.md,Nodes,Published,Dashboards and Charts/Tabs,,"See charts from all your nodes in one pane of glass, then dive in to embedded dashboards for granular troubleshooting of ongoing issues."
210 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/top-tab.md,Top,Published,Dashboards and Charts/Tabs,,Instructions on how to use Functions
211 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/themes.md,Theme,Published,Dashboards and Charts,,
212 +https://github.com/netdata/netdata-grafana-datasource-plugin/edit/master/README.md,Grafana Plugin,Published,Dashboards and Charts,,
213 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/netdata-charts.md,Charts,Published,Dashboards and Charts,,
214 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/expanded-chart-analysis.md,Expanded Chart Analysis,Published,Dashboards and Charts,,
215 +https://github.com/netdata/netdata/edit/master/docs/NIDL-Framework.md,NIDL Framework,Published,Dashboards and Charts,,
216 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/node-filter.md,Node Filter,Published,Dashboards and Charts,,
217 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/visualization-date-and-time-controls.md,Time Controls,Published,Dashboards and Charts,,
218 +https://github.com/netdata/netdata/edit/master/src/web/gui/confluence/README.md,Atlassian Confluence dashboards,Unpublished,Dashboards and Charts,,
219 +https://github.com/netdata/netdata/edit/master/src/web/gui/README.md,Legacy Agent Dashboard,Unpublished,Dashboards and Charts,,"The local Netdata Agent dashboard is the heart of health monitoring and performance troubleshooting, with hundreds of real-time charts."
220 +https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/monitor-your-infrastructure.md,Monitor your Infrastructure,Unpublished,Dashboards and Charts,,
221 +,,,,,
222 +,,,,,
223 +https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/README.md,Security and Privacy Design,Published,Security and Privacy Design,,
224 +https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/netdata-agent-security.md,Netdata Agent,Published,Security and Privacy Design,,
225 +https://github.com/netdata/netdata/edit/master/docs/security-and-privacy-design/netdata-cloud-security.md,Netdata Cloud,Published,Security and Privacy Design,,
226 +,,,,,
227 +,,,,,
228 +,,,,,
229 +,,,,,
230 +,,,,,
231 +,,,,,
232 +,,,,,
233 +,,,,,
234 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/README.md,Developer and Contributor Corner,Published,Developer and Contributor Corner,,
235 +https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/netdata-apis.md,REST API,Unpublished,Developer and Contributor Corner/REST API,,
236 +https://github.com/netdata/netdata/edit/master/src/web/api/README.md,REST API,Published,Developer and Contributor Corner/REST API,,
237 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/README.md,Queries,Published,Developer and Contributor Corner/REST API/Queries,,
238 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/average/README.md,Average or Mean,Published,Developer and Contributor Corner/REST API/Queries,,
239 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/countif/README.md,CountIf,Published,Developer and Contributor Corner/REST API/Queries,,
240 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/des/README.md,Double exponential smoothing,Published,Developer and Contributor Corner/REST API/Queries,,
241 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/incremental_sum/README.md,Incremental Sum (`incremental_sum`),Published,Developer and Contributor Corner/REST API/Queries,,
242 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/max/README.md,Max,Published,Developer and Contributor Corner/REST API/Queries,,
243 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/median/README.md,Median,Published,Developer and Contributor Corner/REST API/Queries,,"Use median in API queries and health entities to find the 'middle' value from a sample, eliminating any unwanted spikes in the returned metrics."
244 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/min/README.md,Min,Published,Developer and Contributor Corner/REST API/Queries,,
245 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/percentile/README.md,Percentile,Published,Developer and Contributor Corner/REST API/Queries,,"Use percentile in API queries and health entities to find the 'percentile' value from a sample, eliminating any unwanted spikes in the returned metrics."
246 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/ses/README.md,Single (or Simple) Exponential Smoothing (`ses`),Published,Developer and Contributor Corner/REST API/Queries,,
247 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/stddev/README.md,Standard deviation (`stddev`),Published,Developer and Contributor Corner/REST API/Queries,,
248 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/sum/README.md,Sum,Published,Developer and Contributor Corner/REST API/Queries,,
249 +https://github.com/netdata/netdata/edit/master/src/web/api/queries/trimmed_mean/README.md,Trimmed Mean,Published,Developer and Contributor Corner/REST API/Queries,,"Use trimmed-mean in API queries and health entities to find the average value from a sample, eliminating any unwanted spikes in the returned metrics."
250 +https://github.com/netdata/netdata/edit/master/src/web/api/formatters/README.md,Formatters,Published,Developer and Contributor Corner/REST API/Formatters,,
251 +https://github.com/netdata/netdata/edit/master/src/web/api/formatters/csv/README.md,CSV formatter,Published,Developer and Contributor Corner/REST API/Formatters,,
252 +https://github.com/netdata/netdata/edit/master/src/web/api/formatters/json/README.md,JSON formatter,Published,Developer and Contributor Corner/REST API/Formatters,,
253 +https://github.com/netdata/netdata/edit/master/src/web/api/formatters/ssv/README.md,SSV formatter,Published,Developer and Contributor Corner/REST API/Formatters,,
254 +https://github.com/netdata/netdata/edit/master/src/web/api/formatters/value/README.md,Value formatter,Published,Developer and Contributor Corner/REST API/Formatters,,
255 +https://github.com/netdata/netdata/edit/master/src/web/api/badges/README.md,Netdata badges,Published,Developer and Contributor Corner/REST API,,
256 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/dyncfg.md,Dynamic Configuration,Published,Developer and Contributor Corner/Dynamic Configuration,,
257 +,,,,,
258 +,,,,,
259 +https://github.com/netdata/netdata/edit/master/src/database/engine/README.md,Database Engine,Published,Developer and Contributor Corner,,
260 +https://github.com/netdata/.github/edit/main/CONTRIBUTING.md,Contributing,Published,Developer and Contributor Corner,,
261 +https://github.com/netdata/.github/edit/main/CODE_OF_CONDUCT.md,Community code of conduct,Published,Developer and Contributor Corner,,
262 +https://github.com/netdata/.github/edit/main/SECURITY.md,Security Policy,Published,Developer and Contributor Corner,,The Netdata team maintains and adheres to a formal process any time a member of the community reports a security vulnerability.
263 +https://github.com/netdata/netdata/edit/master/src/plugins.d/README.md,External plugins,Published,Developer and Contributor Corner/External-plugins,,
264 +https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/README.md,go.d.plugin,Published,Developer and Contributor Corner/External-plugins/go.d.plugin,,"go.d.plugin is an external plugin for Netdata, responsible for running individual data collectors written in Go."
265 +https://github.com/netdata/netdata/edit/master/src/go/plugin/go.d/docs/how-to-write-a-module.md,How to write a Netdata collector in Go,Published,Developer and Contributor Corner/External-plugins/go.d.plugin,,"This guide will walk you through the technical implementation of writing a new Netdata collector in Golang, with tips on interfaces, structure, configuration files, and more."
266 +https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/README.md,python.d.plugin,Published,Developer and Contributor Corner/External-plugins/python.d.plugin,,
267 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/python-collector.md,Develop a custom data collector in Python,Unpublished,Developer and Contributor Corner/External-plugins/python.d.plugin,,"Learn how write a custom data collector in Python, which you'll use to collect metrics from and monitor any application that isn't supported out of the box."
268 +https://github.com/netdata/netdata/edit/master/src/collectors/charts.d.plugin/README.md,charts.d.plugin,Published,Developer and Contributor Corner/External-plugins,,
269 +https://github.com/netdata/netdata/edit/master/src/collectors/profile.plugin/README.md,profile.plugin,Published,Developer and Contributor Corner/External-plugins,,
270 +https://github.com/netdata/netdata/edit/master/src/plugins.d/FUNCTION_UI_REFERENCE.md,Functions v3 Protocol reference,Published,Developer and Contributor Corner/External-plugins,,
271 +https://github.com/netdata/netdata/edit/master/src/plugins.d/FUNCTION_UI_DEVELOPER_GUIDE.md,Functions developer guide,Published,Developer and Contributor Corner/External-plugins,,
272 +https://github.com/netdata/netdata/edit/master/docs/guidelines.md,Contribute to the documentation,Published,Developer and Contributor Corner/Contribute to the documentation,,
273 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/style-guide.md,Netdata style guide,Published,Developer and Contributor Corner/Contribute to the documentation,,"The Netdata style guide establishes editorial guidelines for all of Netdata's writing, including documentation, blog posts, in-product UX copy, and more."
274 +https://github.com/netdata/netdata/edit/master/src/web/README.md,Web,Unpublished,Developer and Contributor Corner,,"Every Netdata Agent comes bundled with hundreds of interactive, customizable charts designed by monitoring and troubleshooting experts."
275 +https://github.com/netdata/netdata/edit/master/docs/glossary.md,Glossary,Published,Developer and Contributor Corner,,
276 +https://github.com/netdata/netdata/edit/master/src/libnetdata/README.md,libnetdata,Published,Developer and Contributor Corner/libnetdata,,
277 +https://github.com/netdata/netdata/edit/master/src/libnetdata/adaptive_resortable_list/README.md,Adaptive re-sortable list (ARL),Published,Developer and Contributor Corner/libnetdata,,
278 +https://github.com/netdata/netdata/edit/master/src/libnetdata/aral/README.md,Array allocator,Published,Developer and Contributor Corner/libnetdata,,
279 +https://github.com/netdata/netdata/edit/master/src/libnetdata/avl/README.md,AVL,Published,Developer and Contributor Corner/libnetdata,,
280 +https://github.com/netdata/netdata/edit/master/src/libnetdata/buffer/README.md,BUFFER library,Published,Developer and Contributor Corner/libnetdata,,
281 +https://github.com/netdata/netdata/edit/master/src/libnetdata/circular_buffer/README.md,Circular Buffer,Published,Developer and Contributor Corner/libnetdata,,
282 +https://github.com/netdata/netdata/edit/master/src/libnetdata/clocks/README.md,Clocks,Published,Developer and Contributor Corner/libnetdata,,
283 +https://github.com/netdata/netdata/edit/master/src/libnetdata/config/README.md,Netdata ini config files,Published,Developer and Contributor Corner/libnetdata,,
284 +,,,,,
285 +https://github.com/netdata/netdata/edit/master/src/libnetdata/json/README.md,JSON,Published,Developer and Contributor Corner/libnetdata,,
286 +https://github.com/netdata/netdata/edit/master/src/libnetdata/locks/README.md,Locks,Published,Developer and Contributor Corner/libnetdata,,
287 +,,,,,
288 +https://github.com/netdata/netdata/edit/master/src/libnetdata/onewayalloc/README.md,One way allocator,Published,Developer and Contributor Corner/libnetdata,,
289 +https://github.com/netdata/netdata/edit/master/src/libnetdata/popen/README.md,popen,Published,Developer and Contributor Corner/libnetdata,,
290 +https://github.com/netdata/netdata/edit/master/src/libnetdata/parser/README.md,parser,Published,Developer and Contributor Corner/libnetdata,,
291 +https://github.com/netdata/netdata/edit/master/src/libnetdata/procfile/README.md,procfile,Published,Developer and Contributor Corner/libnetdata,,
292 +https://github.com/netdata/netdata/edit/master/src/libnetdata/simple_pattern/README.md,Simple patterns,Published,Developer and Contributor Corner/libnetdata,,"Netdata supports simple patterns, which are less cryptic versions of regular expressions. Use familiar notation for powerful results."
293 +https://github.com/netdata/netdata/edit/master/src/libnetdata/statistical/README.md,Statistical functions,Published,Developer and Contributor Corner/libnetdata,,
294 +https://github.com/netdata/netdata/edit/master/src/libnetdata/storage_number/README.md,Storage number,Published,Developer and Contributor Corner/libnetdata,,
295 +https://github.com/netdata/netdata/edit/master/src/libnetdata/string/README.md,String,Published,Developer and Contributor Corner/libnetdata,,
296 +https://github.com/netdata/netdata/edit/master/src/libnetdata/threads/README.md,Threads,Published,Developer and Contributor Corner/libnetdata,,
297 +https://github.com/netdata/netdata/edit/master/src/libnetdata/url/README.md,URL,Published,Developer and Contributor Corner/libnetdata,,
298 +https://github.com/netdata/netdata/edit/master/src/libnetdata/worker_utilization/README.md,Worker Utilization,Published,Developer and Contributor Corner/libnetdata,,
299 +https://github.com/netdata/netdata/edit/master/src/libnetdata/dictionary/README.md,Dictionaries,Published,Developer and Contributor Corner/libnetdata,,
300 +https://github.com/netdata/netdata/edit/master/src/libnetdata/july/README.md,July interface,Published,Developer and Contributor Corner/libnetdata,,
301 +https://github.com/netdata/netdata/edit/master/src/libnetdata/socket/README.md,Socket,Published,Developer and Contributor Corner/libnetdata,,
302 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/running-through-cf-tunnels.md,Running a Local Dashboard through Cloudflare Tunnels,Published,Developer and Contributor Corner,,
303 +https://github.com/netdata/netdata/edit/master/REDISTRIBUTED.md,Redistributed Software,Published,Developer and Contributor Corner,,
304 +https://github.com/netdata/netdata/edit/master/tests/health_mgmtapi/README.md,Health command API tester,Published,Developer and Contributor Corner,,
305 +https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/import-export-print-snapshot.md,"Import, export, and print a snapshot",Published,Developer and Contributor Corner,,"Snapshots can be incredibly useful for diagnosing anomalies after they've already happened, and are interoperable with any other node running Netdata."
306 +https://github.com/netdata/netdata/edit/master/src/web/gui/custom/README.md,Build a custom Dashboard HTML page,Published,Developer and Contributor Corner,,Build custom dashboards with key metrics from one or more nodes running the Netdata Agent and host them anywhere.
307 +https://github.com/netdata/netdata/edit/master/docs/netdata-for-IoT.md,Netdata for IoT,Unpublished,Developer and Contributor Corner,,
308 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/collect-apache-nginx-web-logs.md,Monitor Nginx or Apache web server log files with Netdata,Published,Developer and Contributor Corner,,
309 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/collect-unbound-metrics.md,Monitor Unbound DNS servers with Netdata,Published,Developer and Contributor Corner,,
310 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-cockroachdb.md,Monitor CockroachDB metrics with Netdata,Unpublished,Developer and Contributor Corner,,
311 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-hadoop-cluster.md,Monitor a Hadoop cluster with Netdata,Published,Developer and Contributor Corner,,
312 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/kubernetes-k8s-netdata.md,Kubernetes monitoring with Netdata: Overview and visualizations,Unpublished,Developer and Contributor Corner,,Learn how to navigate Netdata's Kubernetes monitoring features for visualizing the health and performance of a Kubernetes cluster with per-second granularity.
313 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/lamp-stack.md,"LAMP stack monitoring (Linux, Apache, MySQL, PHP) with Netdata",Unpublished,Developer and Contributor Corner,,"Set up robust LAMP stack monitoring (Linux, Apache, MySQL, PHP) in just a few minutes using a free, open-source monitoring tool that collects metrics every second."
314 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/pi-hole-raspberry-pi.md,Monitor Pi-hole (and a Raspberry Pi) with Netdata,Unpublished,Developer and Contributor Corner,,"Monitor Pi-hole metrics, plus Raspberry Pi system metrics, in minutes and completely for free with Netdata's open-source monitoring agent."
315 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/raspberry-pi-anomaly-detection.md,Unsupervised anomaly detection for Raspberry Pi monitoring,Unpublished,Developer and Contributor Corner,,Use a low-overhead machine learning algorithm and an open-source monitoring tool to detect anomalous metrics on a Raspberry Pi.
316 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/monitor-debug-applications-ebpf.md,"Monitor, troubleshoot, and debug applications with eBPF metrics",Published,Developer and Contributor Corner,,"Use Netdata's built-in eBPF metrics collector to monitor, troubleshoot, and debug your custom application using low-level kernel feedback."
317 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/process.md,Monitor any process in real-time with Netdata,Unpublished,Developer and Contributor Corner,,"Tap into Netdata's powerful collectors, with per-second utilization metrics for every process, to troubleshoot faster and make data-informed decisions."
318 +https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/build-the-netdata-agent-yourself.md,Build the Netdata Agent Yourself,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,
319 +https://github.com/netdata/netdata/edit/master/packaging/maintainers/README.md,Package Maintainers,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,
320 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/source.md,Compile from source code,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,Package maintainers and power users may be interested in manually building Netdata from source without using any of our installation scripts.
321 +https://github.com/netdata/netdata/edit/master/build_external/README.md,External build-system,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,
322 +https://github.com/netdata/netdata/edit/master/packaging/building-native-packages-locally.md,How to build native (DEB/RPM) packages locally for testing,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,Instructions for developers who need to build native packages locally for testing.
323 +https://github.com/netdata/netdata/edit/master/contrib/README.md,Netdata contrib,Published,Developer and Contributor Corner/Build the Netdata Agent Yourself,,
324 +https://github.com/netdata/netdata/edit/master/packaging/installer/methods/manual.md,Install the Netdata Agent from a Git checkout,Published,Developer and Contributor Corner,,"Use the Netdata Agent source code from GitHub, plus helper scripts to set up your system, to install Netdata without packages or binaries."
integrations/gen_docs_integrations.py
+36 -6
@@ -163,6 +163,7 @@ def build_readme_from_integration(integration, categories, mode: str = ""):
163 integration["meta"]["monitored_instance"]["categories"][0].split("."), categories
164 ).replace("Data Collection", "Collecting Metrics")
165 most_popular = integration["meta"]["most_popular"]
166 + keywords = integration["meta"]["keywords"] if "keywords" in integration["meta"] else None
167
168 md = f"""<!--startmeta
169 meta_yaml: "{meta_yaml}"
@@ -170,7 +171,11 @@ sidebar_label: "{sidebar_label}"
171 learn_status: "Published"
172 learn_rel_path: "{learn_rel_path}"
173 most_popular: {most_popular}
173 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
174 +"""
175 + if keywords:
176 + md += f"keywords: {keywords}\n"
177 +
178 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
179 endmeta-->
180
181 {create_overview(integration, integration['meta']['monitored_instance']['icon_filename'])}"""
@@ -190,13 +195,18 @@ endmeta-->
195 learn_rel_path = generate_category_from_name(
196 integration["meta"]["categories"][0].split("."), categories
197 )
198 + keywords = integration["keywords"] if "keywords" in integration else None
199
200 md = f"""<!--startmeta
201 meta_yaml: "{meta_yaml}"
202 sidebar_label: "{sidebar_label}"
203 learn_status: "Published"
204 learn_rel_path: "Exporting Metrics/Connectors"
199 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE EXPORTER'S metadata.yaml FILE"
205 +"""
206 + if keywords:
207 + md += f"keywords: {keywords}\n"
208 +
209 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE EXPORTER'S metadata.yaml FILE"
210 endmeta-->
211
212 {create_overview(integration, integration['meta']['icon_filename'])}"""
@@ -212,13 +222,18 @@ endmeta-->
222 learn_rel_path = generate_category_from_name(
223 integration["meta"]["categories"][0].split("."), categories
224 )
225 + keywords = integration["keywords"] if "keywords" in integration else None
226
227 md = f"""<!--startmeta
228 meta_yaml: "{meta_yaml}"
229 sidebar_label: "{sidebar_label}"
230 learn_status: "Published"
231 learn_rel_path: "{learn_rel_path.replace("notifications", "Alerts & Notifications/Notifications")}"
221 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE NOTIFICATION'S metadata.yaml FILE"
232 +"""
233 + if keywords:
234 + md += f"keywords: {keywords}\n"
235 +
236 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE NOTIFICATION'S metadata.yaml FILE"
237 endmeta-->
238
239 {create_overview(integration, integration['meta']['icon_filename'], "overview")}"""
@@ -234,13 +249,18 @@ endmeta-->
249 learn_rel_path = generate_category_from_name(
250 integration["meta"]["categories"][0].split("."), categories
251 )
252 + keywords = integration["keywords"] if "keywords" in integration else None
253
254 md = f"""<!--startmeta
255 meta_yaml: "{meta_yaml}"
256 sidebar_label: "{sidebar_label}"
257 learn_status: "Published"
258 learn_rel_path: "{learn_rel_path.replace("notifications", "Alerts & Notifications/Notifications")}"
243 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE NOTIFICATION'S metadata.yaml FILE"
259 +"""
260 + if keywords:
261 + md += f"keywords: {keywords}\n"
262 +
263 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE NOTIFICATION'S metadata.yaml FILE"
264 endmeta-->
265
266 {create_overview(integration, integration['meta']['icon_filename'], "")}"""
@@ -256,13 +276,18 @@ endmeta-->
276 learn_rel_path = generate_category_from_name(
277 integration["meta"]["categories"][0].split("."), categories
278 )
279 + keywords = integration["keywords"] if "keywords" in integration else None
280
281 md = f"""<!--startmeta
282 meta_yaml: "{meta_yaml}"
283 sidebar_label: "{sidebar_label}"
284 learn_status: "Published"
285 learn_rel_path: "{learn_rel_path.replace("logs", "Logs")}"
265 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE LOGS' metadata.yaml FILE"
286 +"""
287 + if keywords:
288 + md += f"keywords: {keywords}\n"
289 +
290 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE LOGS' metadata.yaml FILE"
291 endmeta-->
292
293 {create_overview(integration, integration['meta']['icon_filename'])}"""
@@ -276,13 +301,18 @@ endmeta-->
301 learn_rel_path = generate_category_from_name(
302 integration["meta"]["categories"][0].split("."), categories
303 )
304 + keywords = integration["keywords"] if "keywords" in integration else None
305
306 md = f"""<!--startmeta
307 meta_yaml: "{meta_yaml}"
308 sidebar_label: "{sidebar_label}"
309 learn_status: "Published"
310 learn_rel_path: "{learn_rel_path.replace("authentication", "Netdata Cloud/Authentication & Authorization/Cloud Authentication & Authorization Integrations")}"
285 -message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE AUTHENTICATION'S metadata.yaml FILE"
311 +"""
312 + if keywords:
313 + md += f"keywords: {keywords}\n"
314 +
315 + md+=f"""message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE AUTHENTICATION'S metadata.yaml FILE"
316 endmeta-->
317
318 {create_overview(integration, integration['meta']['icon_filename'])}"""