kibana

package
v1.0.0-beta3 Latest Latest
Warning

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

Go to latest
Published: May 11, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultZoneCount is the number of zones that a Kibana has by default.
	DefaultZoneCount = 1
	// DefaultMemoryPerNode is the default memory per node.
	DefaultMemoryPerNode = 1024
	// DefaultNodeCountPerZone is the default node count per zone set.
	DefaultNodeCountPerZone = 1
)

Variables

This section is empty.

Functions

func NewKibanaBody

func NewKibanaBody(params NewKibanaBodyParams) *models.CreateKibanaRequest

NewKibanaBody constructs a kibana body for simple cases, abstracting the structure's complexity away from the user.

Types

type NewKibanaBodyParams

type NewKibanaBodyParams struct {
	ID               string
	Name             string
	ZoneCount        int32
	MemoryPerNode    int32
	NodeCountPerZone int32
}

NewKibanaBodyParams is used by NewKibanaBody.

func (*NewKibanaBodyParams) Fill

func (params *NewKibanaBodyParams) Fill()

Fill sets any unset values to its default ones.

Jump to

Keyboard shortcuts

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