ecs
import "command-line-arguments"
Index
func LogsToEcsEvents (opens in a new tab)
func LogsToEcsEvents(filteredLogs []types.Log, txHashToTx map[string]*types.Transaction, includeTxMetadata bool) []*pb.ECSEvent
LogsToEcsEvents transforms a list of filteredLogs coming directly from the block into a list of ECSEvents extracted from those logs. Returns the list of ECSEvents in protobuf format.
Generated by gomarkdoc (opens in a new tab)