configurations

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexerInstanceConfiguration added in v0.3.1

type IndexerInstanceConfiguration struct {
	Endpoint        string `json:"endpoint,omitempty" yaml:"endpoint"`
	Protocol        string `json:"protocol,omitempty" yaml:"protocol"`
	Port            string `json:"port,omitempty" yaml:"port"`
	SkipTlsVerify   bool   `json:"skip_tls_verify,omitempty" yaml:"skipTlsVerify"`
	HttpDebug       bool   `json:"http_debug,omitempty" yaml:"httpDebug"`
	IndexerPassword string `json:"wui_password,omitempty" yaml:"indexerPassword"`
	IndexerUsername string `json:"wui_username,omitempty" yaml:"indexerUsername"`
}

type WazuhCtlConfig

type WazuhCtlConfig struct {
	WazuhInstanceConfigurations  `json:"wazuh_instance_configurations" yaml:"wazuh"`
	IndexerInstanceConfiguration `json:"indexer_instance_configuration" yaml:"indexer"`
}

type WazuhInstanceConfigurations added in v0.3.1

type WazuhInstanceConfigurations struct {
	Endpoint      string `json:"endpoint,omitempty" yaml:"endpoint"`
	Protocol      string `json:"protocol,omitempty" yaml:"protocol"`
	Port          string `json:"port,omitempty" yaml:"port"`
	SkipTlsVerify bool   `json:"skip_tls_verify,omitempty" yaml:"skipTlsVerify"`
	HttpDebug     bool   `json:"http_debug,omitempty" yaml:"httpDebug"`
	WuiPassword   string `json:"wui_password,omitempty" yaml:"wuiPassword"`
	WuiUsername   string `json:"wui_username,omitempty" yaml:"wuiUsername"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL