「Promtail」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
行 11: 行 11:
== 設定 ==
== 設定 ==


 在<code>/etc/promtail/config.yml</code>裡面:
 在<code>/etc/promtail/config.yml</code>裡面 把預設的位置改成[[Loki]]的位置
 
<syntaxhighlight lang="yaml">
clients:
  - url: http://localhost:3100/loki/api/v1/push
</syntaxhighlight>


== 相關連結 ==
== 相關連結 ==

於 2023年6月28日 (三) 07:15 的修訂

Promtail是Log傳輸軟體,屬於GrafanaLoki生態系。

安裝

Ubuntu上可以透過官方的APT repository安裝:

sudo curl -L -o /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key; echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list; sudo apt update; sudo apt install -y promtail; sudo apt clean

設定

/etc/promtail/config.yml裡面把預設的位置改成Loki的位置:

clients:
  - url: http://localhost:3100/loki/api/v1/push

相關連結

外部連結