summaryrefslogtreecommitdiffstats
path: root/docs/collect
diff options
context:
space:
mode:
Diffstat (limited to 'docs/collect')
-rw-r--r--docs/collect/application-metrics.md2
-rw-r--r--docs/collect/how-collectors-work.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/collect/application-metrics.md b/docs/collect/application-metrics.md
index 5af58b105..ffd6b0ac0 100644
--- a/docs/collect/application-metrics.md
+++ b/docs/collect/application-metrics.md
@@ -36,7 +36,7 @@ Our most popular application collectors:
- [Nginx](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/nginx/): Monitor web server
status information by gathering metrics via `ngx_http_stub_status_module`.
- [Postgres](/collectors/python.d.plugin/postgres/README.md): Collect database health and performance metrics.
-- [ElasticSearch](/collectors/python.d.plugin/elasticsearch/README.md): Collect search engine performance and health
+- [ElasticSearch](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/elasticsearch): Collect search engine performance and health
statistics. Optionally collects per-index metrics.
- [PHP-FPM](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/phpfpm/): Collect application
summary and processes health metrics by scraping the status page (`/status?full`).
diff --git a/docs/collect/how-collectors-work.md b/docs/collect/how-collectors-work.md
index 983de35a8..07e34858f 100644
--- a/docs/collect/how-collectors-work.md
+++ b/docs/collect/how-collectors-work.md
@@ -62,8 +62,6 @@ terms related to collecting metrics.
`python` v2/v3.
- [charts.d.plugin](/collectors/charts.d.plugin/README.md): An orchestrator for data collection modules written in
`bash` v4+.
- - [node.d.plugin](/collectors/node.d.plugin/README.md): An orchestrator for data collection modules written in
- `node.js`.
- **External plugins** gather metrics from external processes, such as a webserver or database, and run as independent
processes that communicate with the Netdata daemon via pipes.
- **Internal plugins** gather metrics from `/proc`, `/sys`, and other Linux kernel sources. They are written in `C`,