Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeAllIndices ¶
func DescribeAllShards ¶
Types ¶
type Index ¶
type Index struct { DocsCount string `json:"docs.count"` DocsDeleted string `json:"docs.deleted"` Health string `json:"health"` Index string `json:"index"` Pri string `json:"pri"` PriStoreSize string `json:"pri.store.size"` Rep string `json:"rep"` Status string `json:"status"` StoreSize string `json:"store.size"` Uuid string `json:"uuid"` Shards []Shard }
type IndexShards ¶
type IndicesOverview ¶
type IndicesOverview struct {
// contains filtered or unexported fields
}
func NewIndicesOverview ¶
func NewIndicesOverview(config elasticsearch.Config) (*IndicesOverview, error)
func (*IndicesOverview) CatIndices ¶
type IndicesShards ¶
type IndicesShards []IndexShards
type ShardsOverview ¶
type ShardsOverview struct {
// contains filtered or unexported fields
}
func NewShardsOverview ¶
func NewShardsOverview(config elasticsearch.Config) (*ShardsOverview, error)
func (*ShardsOverview) CatIndices ¶
Click to show internal directories.
Click to hide internal directories.