grok_exporter icon indicating copy to clipboard operation
grok_exporter copied to clipboard

Export Prometheus metrics from arbitrary unstructured log data.

Results 81 grok_exporter issues
Sort by recently updated
recently updated
newest added

This is the most used repository you have on github but you haven't upgraded it in 3 years. There are PRs that have been open for over 6 years. This...

This PR enables the fswatcher package to run on darwin arm64 (such as [Mac M1](https://en.wikipedia.org/wiki/Apple_M1) silicon).

include some of the similar options existing here https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md. users will be able to determine which ciphers to use and/or also which minimum TLS version available only in config v3

Hello there I encountered a case where grok_exporter would not match further instances if the matching line occurs after some binary/hex characters. Of course one way to circumvent this is...

Hello - I'm parsing a log that has a HEX representation of an ASCII string somewhere in the line. For instance: `thing=313241414242`, which decoded results in `thing=12AABB`. I'd like to...

@fstab please provide a sample deployment yaml for deploying grok-exporter as a pod in kubernetes

Many of Prometheus exporters support basic auth authentication. This PR adds this feature to this exporter. ```yaml server: host: 0.0.0.0 port: 9144 auth_basic: enabled: true username: prometheus password: $2y$10$piR5rO00ZYPEEf76Lm7DDeIYRZpSuGR1TuZ4rC7tpxuZmf6w0NU2q //...

Hi! I have noticed that grok exporter fails, when files to analyze have insufficient permissions: ``` grok_exporter: error reading log lines: /XXXYYY/log20221121.log: open: open /XXXYYY/log20221121.log: operation not permitted ``` At...

"time1" => "2017-11-07T10:26:10.902Z", "time2" => "2017-11-07T10:26:21.451Z", "Log_duration" => 10.549 How can I transform this into minutes? grok syntax timestamp for two query difference time syntax??

Hello, How do I configure to process ALB/CLB logs I am trying to use this as a sample config_logstash_http_input_ipv6.yml . I tried so many variation but I have no idea...