kibana

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2021 License: EUPL-1.2 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

NewCommand creates a new command

Types

type Client

type Client struct {
	FQDN     string
	Username string
	Password string
}

Client struct for Kibana Rest API

type SavedObject

type SavedObject struct {
	Attributes map[string]string `json:"attributes"`
}

SavedObject represents a Kibana SavedObject

type SavedObjects

type SavedObjects struct {
	SavedObjects []SavedObject `json:"saved_objects"`
}

SavedObjects represents a list of Kibana SavedObject

type Space

type Space struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

Space represents a Kibana space

Jump to

Keyboard shortcuts

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