github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/ksonnet/promtail/config.libsonnet (about)

     1  {
     2    _images+:: {
     3      promtail: 'grafana/promtail:2.6.1',
     4    },
     5  
     6    _config+:: {
     7      prometheus_insecure_skip_verify: false,
     8      promtail_config: {
     9        clients: [{
    10          username:: '',
    11          password:: '',
    12          scheme:: 'https',
    13          hostname:: error 'must define a valid hostname',
    14          external_labels: {},
    15        }],
    16        container_root_path: '/var/lib/docker',
    17        pipeline_stages: [{
    18          docker: {},
    19        }],
    20      },
    21      promtail_cluster_role_name: 'promtail',
    22      promtail_configmap_name: 'promtail',
    23      promtail_pod_name: 'promtail',
    24    },
    25  }