python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Regex, Grafana Loki, Promtail: Parsing a timestamp from logs using regex
I want to parse a timestamp from logs to be used by loki as the timestamp.
Im a total noob when it comes to regex.
The log file is from "endlessh" which is essentially a tarpit/honeypit for ...
Luc
Votes: 0
Answers: 1
Promtail Error on RHEL 6 [caller=main.go:115 msg="error creating promtail" error="at least one client config should be provided"]
I have been trying to install Promtail on a RHEL 6 server and keep getting this error
Error: caller=main.go:115 msg="error creating promtail" error="at least one client config should be...
FadMan
Votes: 0
Answers: 0
Loki behind https ingress configuration with helm
Is there any way to configure promtail to send logs to loki via https-ingress?
promtail ---> https-ingress ---> loki
I used this helm chart promtail and configured loki url as http://gateway.lok...
Veerendra K
Votes: 0
Answers: 1
Promtail: how to trim not JSON part from log
I have multiline log that consists correct json part (one or more lines), and after it - stack trace.
Is it possile to parse first part of the log as json, and for stack-trace make new label ("s...
Vitaly Motov
Votes: 0
Answers: 1