Documentation ¶
Overview ¶
Configuration options for the ingest service's GRPC and REST servers. This name was chosen instead of "Config" because "config" is used for "config management" already.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChefIngestServerConfig ¶
type ChefIngestServerConfig struct { MessageBufferSize int MaxNumberOfBundledActionMsgs int ChefIngestRunPipelineConfig ChefIngestRunPipelineConfig }
type JobsConfig ¶
type Opts ¶
type Opts struct { Host string Port int RestPort int ElasticSearchUrl string EsSidecarAddress string PGURL string PGDatabase string AuthzAddress string LogLevel string PurgeConvergeHistoryAfterDays int32 PurgeActionsAfterDays int32 ConnFactory *secureconn.Factory NodeManagerAddress string ConfigMgmtAddress string ChefIngestServerConfig ChefIngestServerConfig CerealAddress string Jobs JobsConfig EventFeedAddress string }
func (*Opts) SetLogLevel ¶
func (o *Opts) SetLogLevel()
SetLogLevel sets the log level for the service
Click to show internal directories.
Click to hide internal directories.