Configuration

global:
  file_watch_config:
    min_poll_frequency: 250ms
    max_poll_frequency: 250ms
server:
  http_listen_network: tcp
  http_listen_address: ""
  http_listen_port: 9080
  http_listen_conn_limit: 0
  grpc_listen_network: tcp
  grpc_listen_address: ""
  grpc_listen_port: 9095
  grpc_listen_conn_limit: 0
  tls_cipher_suites: ""
  tls_min_version: ""
  http_tls_config:
    cert: ""
    key: null
    client_ca: ""
    cert_file: ""
    key_file: ""
    client_auth_type: ""
    client_ca_file: ""
  grpc_tls_config:
    cert: ""
    key: null
    client_ca: ""
    cert_file: ""
    key_file: ""
    client_auth_type: ""
    client_ca_file: ""
  register_instrumentation: true
  report_grpc_codes_in_instrumentation_label_enabled: false
  graceful_shutdown_timeout: 30s
  http_server_read_timeout: 30s
  http_server_read_header_timeout: 0s
  http_server_write_timeout: 30s
  http_server_idle_timeout: 2m0s
  http_log_closed_connections_without_response_enabled: false
  grpc_server_max_recv_msg_size: 4194304
  grpc_server_max_send_msg_size: 4194304
  grpc_server_max_concurrent_streams: 100
  grpc_server_max_connection_idle: 2562047h47m16.854775807s
  grpc_server_max_connection_age: 2562047h47m16.854775807s
  grpc_server_max_connection_age_grace: 2562047h47m16.854775807s
  grpc_server_keepalive_time: 2h0m0s
  grpc_server_keepalive_timeout: 20s
  grpc_server_min_time_between_pings: 5m0s
  grpc_server_ping_without_stream_allowed: false
  grpc_server_num_workers: 0
  log_format: logfmt
  log_level: info
  log_source_ips_enabled: false
  log_source_ips_header: ""
  log_source_ips_regex: ""
  log_request_headers: false
  log_request_at_info_level_enabled: false
  log_request_exclude_headers_list: ""
  http_path_prefix: ""
  external_url: ""
  health_check_target: null
  disable: false
  profiling_enabled: false
  enable_runtime_reload: false
client:
  url: ""
  batchwait: 1s
  batchsize: 1048576
  follow_redirects: false
  enable_http2: false
  backoff_config:
    min_period: 500ms
    max_period: 5m0s
    max_retries: 10
  timeout: 10s
  tenant_id: ""
  drop_rate_limited_batches: false
clients:
- url: https://prediggo:%2A%2A%2A%2A%2A%2A%2A%2A@loki.34.155.60.172.nip.prediggo.ovh/loki/api/v1/push
  batchwait: 1s
  batchsize: 1048576
  follow_redirects: true
  enable_http2: true
  backoff_config:
    min_period: 500ms
    max_period: 5m0s
    max_retries: 10
  external_labels: |
    host: vip48
  timeout: 10s
  tenant_id: prediggo
  drop_rate_limited_batches: false
positions:
  sync_period: 10s
  filename: /tmp/loki-gateway-positions.yaml
  ignore_invalid_yaml: false
scrape_configs:
- job_name: file_sd
  static_configs: []
  file_sd_configs:
  - files:
    - /etc/promtail/file_sd/*.yml
    - /etc/promtail/file_sd/*.yaml
    - /etc/promtail/file_sd/*.json
    refresh_interval: 5m
- job_name: system
  pipeline_stages:
  - docker: {}
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/**/*.log
      __path_exclude__: /var/log/{haproxy,lynis}.log
      job: varlogs
  - targets:
    - localhost
    labels:
      __path__: /var/log/syslog
      job: syslog
- job_name: haproxy
  pipeline_stages:
  - docker: {}
  - regex:
      expression: (?P<backend>bck_.*\\.core)\/
  - labels:
      backend: backend
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/haproxy.log
      job: haproxy
- job_name: prediggo-core
  pipeline_stages:
  - docker: {}
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/lib/prediggo/*/logs/core/*.log
      job: prediggo/core
- job_name: prediggo-bo
  pipeline_stages:
  - docker: {}
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/lib/prediggo/*/logs/bo/bo.log
      job: prediggo/bo
- job_name: backup
  pipeline_stages:
  - docker: {}
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /backups/logs/*.log
      job: backup-log
  - targets:
    - localhost
    labels:
      __path__: /opt/backup_routine/logs/*.log
      job: backup-routine
target_config:
  sync_period: 10s
  stdin: false
limits_config:
  readline_rate: 10000
  readline_burst: 10000
  readline_rate_drop: true
  max_streams: 0
  max_line_size: 0B
  max_line_size_truncate: false
tracing:
  enabled: true
  profiling_enabled: true
wal:
  enabled: false
  dir: ""
  cleanSegmentsOlderThan: 0s
  watchConfig:
    minReadFrequency: 0s
    maxReadFrequency: 0s