Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Updated LogCollecting.md #260

Open
wants to merge 1 commit into
base: features/merge-ui-fx
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/LogCollecting.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -18,7 +18,7 @@ BODY

```

*Serverity values:*
*Severity values:*

```
ALL = 0,
Expand All @@ -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_<APPLICATION_PUBLIC_ID>?searchQuery=level:>=1 AND message:Prova&start=0&size=20
```
```