Grok is simple software that allows you to easily parse logs and other files. You teach grok how to parse data through the config file. Grok is a system for reacting to events - those events being log entries.
Grok is simple software that allows you to easily parse logs and other files. You teach grok how to parse data through the config file. Grok is a system for reacting to events - those events being log entries.
To install grok, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install grok
To see what files were installed by grok, run:
port contents grok
To later upgrade grok, run:
sudo port selfupdate && sudo port upgrade grok
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.