From 3e89c628765441bf569863f6d1b0b2ed08a12f34 Mon Sep 17 00:00:00 2001 From: Manish Kumar Barnwal Date: Wed, 13 May 2020 13:48:57 +0530 Subject: [PATCH] Updated LogCollecting.md --- docs/LogCollecting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/LogCollecting.md b/docs/LogCollecting.md index 3e804845..e7956419 100644 --- a/docs/LogCollecting.md +++ b/docs/LogCollecting.md @@ -1,7 +1,7 @@ # Log Collecting -This module enables the log collecting feature. Logs are isolated by application. A "default" application is created automatically. -Each application has a Public ID. This ID is the public key used for sending log through http request. +This module enables the log collecting feature. The application isolates logs. A "default" application created automatically. +Each application has a Public ID. This ID is the public key used for sending log through an HTTP request. *Note:* for performance log must be added in bulk mode, one call with multiple rows. @@ -18,7 +18,7 @@ BODY ``` -*Serverity values:* +*Severity values:* ``` ALL = 0, @@ -31,11 +31,11 @@ BODY ``` -Items are processed in background and may need up to a minute to be visible. +Items are processed in the background and may need up to a minute to be visible. ## Read logs by API -Api logs are avaiable by regular fulltext api, like this: +API logs are available by regular full-text API, like this: ``` GET /api/FullText/doc/search/log_?searchQuery=level:>=1 AND message:Prova&start=0&size=20 -``` \ No newline at end of file +```