From c68a00bd24d11fe19054f52155aeb898818cfaf7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 10 May 2023 20:23:43 -0700 Subject: [PATCH] Update Events.md --- docs/internal/Events.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/internal/Events.md b/docs/internal/Events.md index 6716ce7..3a16273 100644 --- a/docs/internal/Events.md +++ b/docs/internal/Events.md @@ -1,5 +1,7 @@ # Events System +*Experimental* + In Tabby, we use the [`vector`](../../deployment/config/vector.toml) to collect logs from various sources, transform them into a standard `Event`, and persist them in `/data/logs/events`. ## Schema @@ -19,7 +21,7 @@ The `data` field is a standard JSON object, and its definition is left to downs ### EventId -```jsx +```JSX { "process_id": Number, "thread_id": Number,