Loki client to remote server
Options:
server-url
: (string) Loki server urljob-name
: (string) Job namemode
: (string) output format: text, json, or flat-jsonflush-interval
: (integer) flush batch every X secondsbatch-size
: (integer) batch size for log entries in bytesretry-interval
: (integer) interval in second between before to retry to send batchtext-format
: (string) output text format, please refer to the default text format to see all available directives, use this parameter if you want a specific formatproxy-url
: (string) Proxy URLtls-support
: (boolean) enable tlstls-insecure
: (boolean) insecure skip verifytls-min-version
: (string) min tls versionbasic-auth-login
: (string) basic auth loginbasic-auth-pwd
: (string) basic auth passwordtenant-id
: (string) tenant/organisation id. If omitted or empty, no X-Scope-OrgID header is sent.relabel-configs
: (list) configuration to relabel targets. Functionality like described in https://grafana.com/docs/loki/latest/clients/promtail/configuration/#relabel_configs.
Default values:
lokiclient:
server-url: "http://localhost:3100/loki/api/v1/push"
job-name: "dnscollector"
mode: "text"
flush-interval: 5
batch-size: 1048576
retry-interval: 10
text-format: ""
proxy-url: ""
tls-insecure: false
tls-min-version: 1.2
basic-auth-login: ""
basic-auth-pwd: ""
tenant-id: ""
relabel-configs: []