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

I'm running grok exporter on Windows Server 2016 and seeing a memory leak: ![image](https://user-images.githubusercontent.com/21249866/102385586-44128300-3f8b-11eb-85ad-a7b1fe0b7e77.png) It's leaking 75MB a day, which is about 1 GB every two weeks. Here's my config...

Hi. So, I am using wildcards to read the new log files that are written every 5 minutes and every file has about 6 lakh logs line at least. The...

## What I attempted `syslog-ng` writes logs it receives to several named pipes in the same folder depending on one of the fields of the lines (the http Host field...

Hi. I am using grok_exporter v 1.0.0.RC1. global: config_version: 2 input: type: file path: access.log-20200807 readall: true grok: patterns_dir: grok_exporter-1.0.0.RC1.linux-amd64/patterns metrics: - type: counter name: pattern_count help: Total number of...

There could be a better way to construct this, but seems good enough for now.

In my company we have the log stream as kafka topic. That is why i added kafkaTailer module so grok_exporter can connect to kafka and feed grok with logs from...

Add pushgateway related operations. User can choose to push metrics to the pushgateway endpoint provided by config file as well as to delete metrics from it. Added attributes of config.yml...

Many services such as Oracle DB provide logs in format with specific separator. Users may want to process messages based on custom regex separator. Other implementation examples: - https://odbablog.wordpress.com/2019/01/04/oracle-alertlog-monitoring-with-elasticsearch-and-kibana/ -...

Hi @fstab, This PR adds a Dockerfile for grok_exporter which builds an alpine linux docker image which contains a statically compiled grok_exporter binary. This should be suitable for DockerHub Auto-builds....