Documentation ¶
Index ¶
Constants ¶
View Source
const FilebeatConfPath = "/usr/share/filebeat/prospectors.d"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
type DevNullConfigProvider ¶
type DevNullConfigProvider struct { }
func (*DevNullConfigProvider) GetConfPath ¶
func (*DevNullConfigProvider) GetConfPath(pod *v1.Pod) string
type FileBeatConfigProvider ¶
type FileBeatConfigProvider struct { }
func (*FileBeatConfigProvider) GetConfPath ¶
func (*FileBeatConfigProvider) GetConfPath(pod *v1.Pod) string
type KConfig ¶
type KConfig struct {
// contains filtered or unexported fields
}
func NewKConfig ¶
func NewKConfig(logHost string, tplFile string, provider ConfigProvider) *KConfig
Click to show internal directories.
Click to hide internal directories.