Sándor Lovász
Sándor Lovász
It is a great thing that we have a validated alertmanager config with possible runtime reconfiguration. It’s much safer than the Helm chart values and easy to manage from 3rd...
kvformat parser ported to filterx
CSVParser functionality ported to filterx: filterx-func-parse-csv function added with the support of: - custom column names - delimiters - dialects - flag: greedy - flag: strip_whitespace It uses the new...
This PR introduces a new database backend: Redis. Redis was designed to be an in-memory data store (cache), not a fully featured relational database, but it also implements 2 types...
Add path_lookup to the filterx_object Namespace as an Alternative to get_subscript This PR introduces a new function, path_lookup, to the filterx_object namespace. It allows retrieving elements from nested filterx lists...