package
0.0.0-20240913105225-24c5a16e37a7
Repository: https://github.com/mendersoftware/reporting.git
Documentation: pkg.go.dev
# Constants
SettingDbName is the config key for the mongo database name.
SettingDbNameDefault is the default value for the mongo database name.
SettingDbPassword is the config key for the mongo password.
SettingDbSSL is the config key for the mongo SSL setting.
SettingDbSSLDefault is the default value for the mongo SSL setting.
SettingDbSSLSkipVerify is the config key for the mongo SSL skip verify setting.
SettingDbSSLSkipVerifyDefault is the default value for the mongo SSL skip verify setting.
SettingDbUsername is the config key for the mongo username.
SettingDebugLog is the config key for the truning on the debug log.
SettingDebugLogDefault is the default value for the debug log enabling.
SettingDeploymentsAddr is the config key for the deviceauth service address.
SettingDeploymentsAddrDefault is the default value for the deployments service address.
SettingDeviceAuthAddr is the config key for the deviceauth service address.
SettingDeviceAuthAddrDefault is the default value for the deviceauth service address.
SettingInventoryAddr is the config key for the inventory service address.
SettingInventoryAddrDefault is the default value for the inventory service address.
SettingListen is the config key for the listen address.
SettingListenDefault is the default value for the listen address.
SettingMongo is the config key for the mongo URL.
SettingMongoDefault is the default value for the mongo URL.
SettingNatsStreamName is the config key for the nats streaem name.
SettingNatsStreamNameDefault is the default value for the nats stream name.
SettingNatsSubscriberDurable is the config key for the nats subscriber durable name.
SettingNatsSubscriberDurableDefault is the default value for the nats subscriber durable name.
SettingNatsSubscriberTopic is the config key for the nats subscriber topic name.
SettingNatsSubscriberTopicDefault is the default value for the nats subscriber topic name.
SettingNatsURI is the config key for the nats uri.
SettingNatsURIDefault is the default value for the nats uri.
SettingOpenSearchAddresses is the config key for the opensearch addresses.
SettingOpenSearchAddressesDefault is the default value for the opensearch addresses.
SettingOpenSearchDeploymentsIndexName is the config key for the opensearch deployments index name.
SettingOpenSearchDeploymentsIndexNameDefault is the default value for the opensearch deployments index name.
SettingOpenSearchDeploymentsIndexReplicas is the config key for the opensearch deployments index replicas.
SettingOpenSearchDeploymentsIndexReplicasDefault is the default value for the opensearch deployments index replicas.
SettingOpenSearchDeploymentsIndexShards is the config key for the opensearch deployments index shards.
SettingOpenSearchDeploymentsIndexShardsDefault is the default value for the opensearch deployments index shards.
SettingOpenSearchDevicesIndexName is the config key for the opensearch devices index name.
SettingOpenSearchDevicesIndexNameDefault is the default value for the opensearch devices index name.
SettingOpenSearchDevicesIndexReplicas is the config key for the opensearch devices index replicas.
SettingOpenSearchDevicesIndexReplicasDefault is the default value for the opensearch devices index replicas.
SettingOpenSearchDevicesIndexShards is the config key for the opensearch devices index shards.
SettingOpenSearchDevicesIndexShardsDefault is the default value for the opensearch devices index shards.
SettingReindexBatchSize is the num of buffered requests processed together.
No description provided by the author
SettingReindexTimeMsec is the max time after which reindexing is triggered (even if buffered requests didn't reach reindex_batch_size yet).
No description provided by the author
SettingWorkerConcurrency defines the number of concurrent worker threads that exist at the same time (defaults to 10).
No description provided by the author
# Variables
Defaults are the default configuration settings.