config

package
v0.0.0-...-d3cbf2b Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Logstashbeat LogstashbeatConfig
}

type LogstashbeatConfig

type LogstashbeatConfig struct {
	Period string   `config:"period"`
	URLs   []string `yaml:"urls"`
	Node   struct {
		Stats struct {
			Events  *bool `json:"events"`
			Jvm     *bool `json:"jvm"`
			Process *bool `json:"process"`
			Mem     *bool `json:"mem"`
		} `json:"stats"`
		Pipeline *bool `json:"pipeline"`
		Jvm      *bool `json:"jvm"`
	} `json:"node"`
}

Jump to

Keyboard shortcuts

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