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
|`tables`| map[string]string | Mapping from SQL table name to LogsQL filter or pipeline fragment. Keys are case-insensitive. |`{ "logs": "*" }`|
101
125
|`viewsDir`| string | Directory that stores `.logsql` files for views. Required for `CREATE VIEW`, `DROP VIEW`, and `SHOW VIEWS`. |`./data/views`|
102
126
127
+
Please note that VictoriaLogs is called via the backend, so if you are using sql-to-logsql in Docker, localhost refers to the localhost of the container, not your computer.
0 commit comments