Receive logs from your app
Aidbox provides /$loggy endpoint that accepts logs with the defined structure from your application. These logs are ingested into the elastic log. You can find examples below.
Input params
Param name | Required | Type | Description |
type | Yes | string | It is a special keyword for your logs like "ui", "ui-error", "backend-crush" |
message | Yes | JSON | It contains information that you want to log. It should be noted that we record your log data only from the message property |
v | No | string | It means your app version. |
fx | No | string | fx or event on your side from which you want to log data or error. |
Example
Request example
In log example
Aidbox logs structure is described here
Last updated