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

# Functions

NewReporter creates a new noop reporter.

# Constants

DefaultFormat is a log format, resulting in: "2006-01-02T15:04:05: type: 'STATE': event type: 'STARTING' message: Application 'filebeat' is starting.".
JSONFormat is a log format, resulting in: {"timestamp": "2006-01-02T15:04:05", "type": "STATE", "event": {"type": "STARTING", "message": "Application 'filebeat' is starting."}.

# Structs

Reporter is a reporter without any effects, serves just as a showcase for further implementations.

# Type aliases

Format used for logging [DefaultFormat, JSONFormat].