From 6b7c88875781e086d0221c55a5a60255ee593ecd Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Wed, 12 Apr 2023 07:11:11 -0700 Subject: Update README.md (#14898) Clarify that these queries work for the `lookup` line in alerts as well. --- web/api/queries/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'web') diff --git a/web/api/queries/README.md b/web/api/queries/README.md index 033115ded6..b21133db55 100644 --- a/web/api/queries/README.md +++ b/web/api/queries/README.md @@ -1,14 +1,10 @@ - +# Database queries/lookup -# REST API for Database Queries +This document explains in detail the options available to retrieve data from the Netdata timeseries database in order to configure alerts, create badges or +create custom charts. -The Netdata database can be queried with the `/api/v1/data` and `/api/v1/badge.svg` REST API methods. +The Netdata database can be queried with the `/api/v1/data` and `/api/v1/badge.svg` REST API methods. The database is also queried from the `lookup` line +in an [alert configuration](https://github.com/netdata/netdata/edit/master/health/REFERENCE.md). Every data query accepts the following parameters: -- cgit v1.2.3