kibana

package module
v0.0.0-...-c16bbbf Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: MIT Imports: 3 Imported by: 1

README

go-kibana-rest

Go framework to handle kibana API

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*kbapi.API
	Client *resty.Client
}

func NewClient

func NewClient(cfg Config) (*Client, error)

func NewDefaultClient

func NewDefaultClient() (*Client, error)

type Config

type Config struct {
	Address          string
	Username         string
	Password         string
	DisableVerifySSL bool
	CAs              []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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