mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
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)
10 lines
515 B
Text
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.
|