QQL (Quick Query Language)
QQL is the main query language inside Cruncher
- it’s main goal is to have a quick - easy to learn language - that’s powerful enought to allow power users access to enhanced capabilities over that data.
The query language was heavily inspired from Splunk (SPL2) and Kusto (KQL).
Example
Here you can see cruncher embedded.
It will return the name
and address
of all developers
found in mocked logs:
Loading…