Documentation
¶
Overview ¶
Package catallocationcolumn
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Shards = CatAllocationColumn{"shards"} Shardsundesired = CatAllocationColumn{"shards.undesired"} Writeloadforecast = CatAllocationColumn{"write_load.forecast"} Diskindicesforecast = CatAllocationColumn{"disk.indices.forecast"} Diskindices = CatAllocationColumn{"disk.indices"} Diskused = CatAllocationColumn{"disk.used"} Diskavail = CatAllocationColumn{"disk.avail"} Disktotal = CatAllocationColumn{"disk.total"} Diskpercent = CatAllocationColumn{"disk.percent"} Host = CatAllocationColumn{"host"} Ip = CatAllocationColumn{"ip"} Node = CatAllocationColumn{"node"} Noderole = CatAllocationColumn{"node.role"} )
Functions ¶
This section is empty.
Types ¶
type CatAllocationColumn ¶
type CatAllocationColumn struct {
Name string
}
func (CatAllocationColumn) MarshalText ¶
func (c CatAllocationColumn) MarshalText() (text []byte, err error)
func (CatAllocationColumn) String ¶
func (c CatAllocationColumn) String() string
func (*CatAllocationColumn) UnmarshalText ¶
func (c *CatAllocationColumn) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.