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: 9081
  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://loki.verta.host/loki/api/v1/push
  batchwait: 1s
  batchsize: 1048576
  basic_auth:
    username: loki
    password: <secret>
  follow_redirects: true
  enable_http2: true
  backoff_config:
    min_period: 500ms
    max_period: 5m0s
    max_retries: 10
  external_labels: |
    host: ads220.adtelligent.com
  timeout: 10s
  tenant_id: ""
  drop_rate_limited_batches: false
positions:
  sync_period: 1m0s
  filename: /var/lib/promtail/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: authlog
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/auth.log
      host: ads220.adtelligent.com
      job: authlog
- job_name: syslog
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/syslog
      host: ads220.adtelligent.com
      job: syslog
- job_name: lastlog
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/lastlog
      host: ads220.adtelligent.com
      job: lastlog
- job_name: faillog
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/faillog
      host: ads220.adtelligent.com
      job: faillog
- job_name: angie-access
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/angie/*access.log
      host: ads220.adtelligent.com
      job: angie-access
- job_name: nginx-access
  static_configs:
  - targets:
    - localhost
    labels:
      __path__: /var/log/nginx/*access.log
      host: ads220.adtelligent.com
      job: nginx-access
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