ports/net-mgmt/grok_exporter/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
515 B
Text

Grok is a tool to parse crappy unstructured log data into something structured
and queryable. Grok is heavily used in Logstash to provide log data as input for
ElasticSearch.
Grok ships with about 120 predefined patterns for syslog logs, apache and other
webserver logs, mysql logs, etc. It is easy to extend Grok with custom patterns.
The grok_exporter aims at porting Grok from the ELK stack to Prometheus
monitoring. The goal is to use Grok patterns for extracting Prometheus metrics
from arbitrary log files.