What’s New in Mezmo Edge
Because Mezmo Edge is entirely contained and running within your infrastructure, if offers several capabilities for managing and processing your data. These include:- Accessing local data sources without any changes to your networking, such as punching holes in firewalls
- Processing and sending data entirely within your local network
- Sending raw syslog directly to your pipelines without needing any additional security plugins
- Leveraging the full power of regular expressions (regex) within your pipeline
The regex syntax for Mezmo Edge is based on the Rust implementation of RegEx. This regex syntax is similar to other regex engines, but it lacks several features that cannot be efficiently implemented. This includes look-around and back references. However, all Rust regex searches have worst case
O(m * n) time complexity, where m is proportional to the size of the regex and n is proportional to the size of the string being searched. You can find more information in the Rust documentation.
