merge_events_with_timeseries | R Documentation |
Matches event messages against templates and extracts metadata, supporting both exact matches and pattern matching with wildcards.
merge_events_with_timeseries(events, metadata_template, merge = TRUE)
events |
Events dataframe with timestamps and messages |
metadata_template |
Template pattern to match against |
merge |
Whether to merge results (default: |
A dataframe with matched events and extracted metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.