1 مستودع
Extracting structured variables from text using regular expression captures or wildcards.
Distinct from Text Pattern Matching: Distinct from pattern matching by focusing on the extraction of variables into fields rather than just discovering a match.
Explore 1 awesome GitHub repository matching data & databases · Pattern-Based Data Extraction. Refine with filters or upvote what's useful.
Angle Grinder is a command line log processor and analytics tool used for parsing, filtering, and aggregating logs through a pipeline of text transformations. It functions as a text transformation pipeline that converts unstructured logs, as well as JSON and logfmt serialized data, into structured fields for analysis. The tool enables the computation of summary statistics, including running totals, counts, averages, and percentiles. It specifically supports time series log processing by partitioning data into discrete time windows to analyze event frequency and system behavior. The processin
Extracts variables from text using greedy wildcards and named regular expression captures.