Live processing of eventlog data.
This package supports live processing of eventlog data. It consists of three libraries:
The
eventlog-livelibrary defines machines for processing eventlog data.The
eventlog-live:optionssub-library defines optparse-applicative parsers for common command-line arguments.The
eventlog-live:socketsub-library defines functions to read the eventlog from a Unix socket, which depend on the network package.
This package is primarily intended for use via the eventlog-live-influxdb and eventlog-live-otelcol packages.
- ⚠️ Warning
This package is experimental. It is versioned according to the PVP. However, breaking changes should be expected and no effort will be made to avoid major version bumps until at least version
1.0.0.0.
For more information, see the README.