Errors returns the channel that receives errors that are side effect of event capture, parsing, or enrichment phase.
()
| 44 | // Errors returns the channel that receives errors that are side effect |
| 45 | // of event capture, parsing, or enrichment phase. |
| 46 | Errors() <-chan error |
| 47 | // Events return the channel where event source pushes all captured events. |
| 48 | // At this point, the event has the full state associated with it. For example, |
| 49 | // the full process state or the event call stack. |
no outgoing calls