# Functions
FromConfig returns Config from the ucfg.Config.
LoadFile take a path and load the file and return a new configuration.
NewFlag creates an instance that allows the `-E` flag to overwrite the configuration from the command-line.
# Variables
DefaultOptions defaults options used to read the configuration.
# Structs
Agent is the ID and logging configuration of the Agent running this Fleet Server.
AgentLogging is the log level set on the Agent.
No description provided by the author
Config is the global configuration.
Elasticsearch is the configuration for elasticsearch.
Fleet is the configuration of Agent running inside of Fleet.
Host is the ID of the host of the Agent running this Fleet Server.
Http is the configuration for the API endpoint.
Input is the input defined by Agent to run Fleet Server.
No description provided by the author
Logging configuration.
LoggingFiles configuration for the logging file output.
No description provided by the author
Output is the output configuration to elasticsearch.
Policy is the configuration policy to use.
No description provided by the author
Server is the configuration for the server.
No description provided by the author
No description provided by the author
ServerProfiler is the configuration for profiling the server.
ServerTimeouts is the configuration for the server timeouts.
ServerTLS is the TLS configuration for running the TLS endpoint.
# Type aliases
Flag captures key/values pairs into an ucfg.Config object.