@cryptotaxi247 / netdata-1 / commits / 18a88fd85

Grammar pass on docs (#17735)

* grammar pass on doc * capitalize Alert * grammar pass * capitalize Alert * grammar pass * grammar pass * grammar pass * grammar pass * grammar pass * grammar pass * Update docs/category-overview-pages/working-with-logs.md * Update docs/category-overview-pages/machine-learning-and-assisted-troubleshooting.md --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed May 23, 2024 at 10:34 UTC 18a88fd856873bc70ffe1803ece73822a8f29746
3 files changed +17 -6
docs/category-overview-pages/machine-learning-and-assisted-troubleshooting.md
+4 -4
@@ -1,7 +1,7 @@
1 # Machine Learning and Anomaly Detection
2
3 -Netdata provides a variety of Machine Learning features to help you troubleshoot certain scenarios that might come up.
3 +Netdata provides advanced Machine Learning features to help you identify and troubleshoot anomalies and unexpected behavior in your infrastructure before they become critical issues:
4
5 -- K-means clustering [Machine Learning models](/src/ml/README.md) are trained to power the [Anomaly Advisor](/docs/dashboards-and-charts/anomaly-advisor-tab.md) on the dashboard, which allows you to identify anomalies in your infrastructure
6 -- [Metric Correlations](/docs/metric-correlations.md) are possible through the dashboard using the [Two-sample Kolmogorov Smirnov](https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test#Two-sample_Kolmogorov%E2%80%93Smirnov_test) statistical test and Volume heuristic measures
7 -- The [Netdata Assistant](/docs/netdata-assistant.md) is able to answer your prompts when it comes to troubleshooting alerts and anomalies.
5 +- K-means clustering [Machine Learning models](/src/ml/README.md) are trained to power the [Anomaly Advisor](/docs/dashboards-and-charts/anomaly-advisor-tab.md) on the dashboard, which allows you to identify Anomalies in your infrastructure.
6 +- [Metric Correlations](/docs/metric-correlations.md) are possible through the dashboard using the [Two-sample Kolmogorov Smirnov](https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test#Two-sample_Kolmogorov%E2%80%93Smirnov_test) statistical test and Volume heuristic measures.
7 +- The [Netdata Assistant](/docs/netdata-assistant.md) is able to answer your prompts when it comes to troubleshooting Alerts and Anomalies.
docs/category-overview-pages/maintenance-operations-on-netdata-agents.md
+6 -1
@@ -1,3 +1,8 @@
1 # Maintenance operations on Netdata Agents Overview
2
3 -This section provides information on various actions you can take when maintaining a Netdata Agent.
\ No newline at end of file
3 +This section provides information on various actions you can take while maintaining a Netdata Agent.
4 +
5 +- [Starting and Stopping Netdata Agents](/docs/netdata-agent/start-stop-restart.md)
6 +- [Update Netdata Agents](/packaging/installer/UPDATE.md)
7 +- [Reinstall Netdata Agents](/packaging/installer/REINSTALL.md)
8 +- [Uninstall Netdata Agents](/packaging/installer/UNINSTALL.md)
docs/category-overview-pages/working-with-logs.md
+7 -1
@@ -1,3 +1,9 @@
1 # Working with Logs
2
3 -This section talks about ways Netdata collects and visualizes logs, while also providing useful guides on log centralization setups that can be used with Netdata.
3 +This section talks about ways Netdata collects and visualizes logs.
4 +
5 +The [systemd journal plugin](/src/collectors/systemd-journal.plugin/) is the core Netdata component for reading systemd journal logs.
6 +
7 +For structured logs, Netdata provides tools like [log2journal](/src/collectors/log2journal/README.md) and [systemd-cat-native](/src/libnetdata/log/systemd-cat-native.md) to convert them into compatible systemd journal entries.
8 +
9 +You can also find useful guides on how to set up log centralization points in the [Observability Cetralization Points](/docs/observability-centralization-points/README.md) section of our docs.