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
output:
clickhouse:
module: output-clickhouse
url: http://127.0.0.1
port: 8123
# Authentication Options
user: "default"
password: ""
useGzip: true
# Set Database Name
# database: default
debug: true
table: default.logs
# Fields must be in the same order as specified in CREATE TABLE
fields:
- 'severity'
- 'message'
- '@timestamp'
Please make sure that you update Logagent, we just released a new version with the connection options above. sudo npm i -g @sematext/logagent@latest.
Could you provide more details in clickhouse output plugin? i.e, the authentiation config.
The text was updated successfully, but these errors were encountered: