-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtail2ydb.conf
More file actions
23 lines (21 loc) · 832 Bytes
/
tail2ydb.conf
File metadata and controls
23 lines (21 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[SERVICE]
Flush 1
[INPUT]
Name tail
Path /var/log/syslog
Read_from_Head true
[OUTPUT]
Name ydb
ConnectionURL grpc://localhost:2136/Root/test
TablePath fluentbit/log
Columns {".timestamp":"timestamp", ".input":"input", ".hash":"datahash", "log":"message"}
CredentialsAnonymous 1
# CredentialsYcServiceAccountKey sa-key.json
# CredentialsYcServiceAccountKeyJson json-data
# CredentialsYcMetadata 1
# CredentialsStatic login:password
# CredentialsStaticLogin @login
# CredentialsStaticPassword :password
# CredentialsToken token-value
# Certificates ydb-ca.crt
LogLevel disabled # optional parameter. Value must be one of "disabled", "trace", "debug", "info", "warn", "error", "fatal" or "panic"