Grafana Loki 配置文件是一个YML文件,在Grafana Loki 快速尝鲜的示例中是loki-config.yaml,该文件包含关于Loki 服务和各个组件的配置信息。由于配置数量实在太多,没法全部翻译,只能后期有需要了再补充。 如下是Grafana Loki 快速尝鲜一文中,安装完Loki后的默认配置: 代码语言:javascript 复制 auth_enabled: false server...
12-COS-APIKey-Example.yaml yaml # This partial configuration uses IBM Cloud Object Storage (COS) for chunk storage. APIKey will be used for authenticating with COS.common:path_prefix:/tmp/lokischema_config:configs:-from:2020-10-01store:tsdbobject_store:cosschema:v13index:period:24hprefix:inde...
这个Docker Compose文件定义了一个Loki服务,使用最新的grafana/loki镜像,将3100端口映射到主机,同时将配置和数据目录挂载到主机上。 4.3、配置Loki,包括日志收集和存储。 在配置目录下创建一个local-config.yaml文件,用于配置Loki的日志收集和存储。这个文件可以定义多个日志收集器,每个收集器都有一个唯一的名称。 以下是...
4.3、配置Loki,包括日志收集和存储。 在配置目录下创建一个local-config.yaml文件,用于配置Loki的日志收集和存储。这个文件可以定义多个日志收集器,每个收集器都有一个唯一的名称。 以下是一个简单的local-config.yaml文件示例: auth_enabled:falseserver:http_listen_port:3100grpc_listen_port:9095schema_config:config...
schema_config: configs:- from:2023-07-18store: boltdb-shipper object_store: filesystem schema: v11 index: prefix: index_ period: 24h ruler: alertmanager_url: http://localhost:9093 [root@loki ~]# /etc/loki/loki-linux-amd64 -config.file loki.yaml ...
getting-started/loki-config.yaml-Oloki-config.yamlwgethttps://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/alloy-local-config.yaml-Oalloy-local-config.yamlwgethttps://raw.githubusercontent.com/grafana/loki/main/examples/getting-started/docker-compose.yaml-Odocker-compose.yaml...
2、确保/tmp/rules及/tmp/scratch目录存在,并在/tmp/rules下新建目录fake(为何是fake,请看下图org_id部分),在fake下创建yaml文件存放告警规则 cat /tmp/rules/fake/aler.yaml groups: - name: example rules: - alert: test_log_line number # 日志最近五天的行数大于0就告警 ...
Also most of the example configs still use the /tmp structure https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml https://github.com/grafana/loki/blob/main/docs/sources/configuration/examples/complete-local-config.yaml...
command: -config.file=/mnt/config/loki-config.yaml # 指定配置文件路径 ports: - "3100:3100" # 映射端口,主机的3100端口到容器的3100端口 networks: - monitor-net # 连接到monitor-net网络 promtail: image: grafana/promtail:2.9.4 volumes: ...
code loki-promtail-config.yaml Then, look for the scrape_configs section. The output should be similar to:... scrape_configs: - job_name: kubernetes-pods-name pipeline_stages: - docker: {} kubernetes_sd_configs: - role: pod relabel_configs: - action: replace source_labels: - __meta_...