package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Packages

Package wineventlog provides access to the Windows Event Log API used in all versions of Windows since Vista (i.e.

# Functions

NewByteBuffer creates a new ByteBuffer with an initial capacity of initialSize.
NewPooledByteBuffer return a PooledByteBuffer from the pool.
RemoveWindowsLineEndings replaces carriage return line feed (CRLF) with line feed (LF) and trims any newline character that may exist at the end of the string.
UTF16BytesToString converts the given UTF-16 bytes to a string.

# Structs

ByteBuffer is an expandable buffer backed by a byte slice.
FileHandle contains the handle to a single Windows message file.
InsufficientBufferError indicates the buffer passed to a system call is too small.
MessageFiles contains handles to event message files associated with an event log source.
PooledByteBuffer is an expandable buffer backed by a byte slice.