You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next, create a table for logs. Open `http://localhost:4200/#!/console` and run:
32
+
Next, create a table for logs. Open `http://localhost:4200/#!/console`or invoke `crash`and run:
33
33
34
34
```sql
35
35
CREATETABLEdoc.systemevents (
@@ -64,10 +64,11 @@ GRANT DML ON TABLE doc.systemevents TO rsyslog;
64
64
We will use [rsyslog](https://github.com/rsyslog/rsyslog) to send the logs to CrateDB, for this setup we need `rsyslog` v8.2202 or higher and the `ompgsql` module:
0 commit comments