Difference between revisions of "Promtail"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
* <code>[[brew install promtail]]</code>
 
* <code>[[brew install promtail]]</code>
* [[Config]]: <code>cat [[/etc/promtail/config.yml]]</code>
+
* [[Config]]:  
* <code>[[promtail --help]]</code>
+
** <code>cat [[/etc/promtail/config.yml]]</code>
 +
** <code>[[~/brew/etc/promtail-local-config.yaml]]</code>
 +
* <code>[[promtail -version]]</code>
 +
* <code>[[promtail -help]]</code>
  
 +
cat /tmp/test.log | promtail --stdin --dry-run --client.url http://127.0.0.1:3100/loki/api/v1/push
  
 
* Helm: https://github.com/grafana/helm-charts/tree/main/charts/promtail
 
* Helm: https://github.com/grafana/helm-charts/tree/main/charts/promtail
Line 11: Line 15:
 
* <code>[[helm upgrade --install]] promtail grafana/promtail --set "loki.[[serviceName]]=loki"</code>
 
* <code>[[helm upgrade --install]] promtail grafana/promtail --set "loki.[[serviceName]]=loki"</code>
  
 
+
== Errors ==
 
  promtail
 
  promtail
 
  level=info ts=2023-12-19T12:11:36.495393Z caller=[[promtail.go]]:133 msg="Reloading configuration file"  
 
  level=info ts=2023-12-19T12:11:36.495393Z caller=[[promtail.go]]:133 msg="Reloading configuration file"  
 
  md5sum=332b04dbdadb303cbe75665c1a1e2208
 
  md5sum=332b04dbdadb303cbe75665c1a1e2208
  level=error ts=2023-12-19T12:11:36.495418Z caller=main.go:170 msg="[[error creating promtail]]" error="[[failed to create client manager: at least one client config must be provided]]"
+
  level=error ts=2023-12-19T12:11:36.495418Z caller=main.go:170 [[msg="error creating promtail" error="failed to create client manager: at least one client config must be provided"]]
 
 
 
 
  
 
== Related ==
 
== Related ==

Latest revision as of 17:13, 9 April 2024

Advertising: