# Functions
InitPaths sets the default paths in the configuration based on CLI flags, configuration file and default values.
IsCLISet returns true if the CLI system.hostfs value has been set.
New creates a new Paths object with all values set to empty values.
Resolve resolves a path to a location in one of the default folders.
# Constants
Config is the path to the beat config.
Data is the path to the beat data directory.
Home is the "root" directory for the running beats instance.
Hostfs is an alternate path to the filesystem root, used for system metrics that interact with procfs and sysfs.
Logs is the path to the beats logs directory.
# Variables
Paths is the Path singleton on which the top level functions from this package operate.
# Type aliases
FileType is an enumeration type representing the file types.