Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KafkaAddressList ¶
type KafkaAddressList string
KafkaAddressList represents the json string of Kafka addresses list
type KafkaConfHandler ¶
type KafkaConfHandler struct {
KafkaAddrs KafkaAddressList
}
KafkaConfHandler renders kafka.toml dynamically
func NewKafkaConfHandler ¶
func NewKafkaConfHandler() *KafkaConfHandler
NewKafkaConfHandler initalizes a pointer of KafkaConfHandler with empty KafkaAddrs
func (*KafkaConfHandler) DynamicallyHandle ¶
func (kc *KafkaConfHandler) DynamicallyHandle(update chan interface{})
DynamicallyHandle implements DynamicalHandler
type LainAppConfHandler ¶
type LainAppConfHandler struct {
// contains filtered or unexported fields
}
LainAppConfHandler handles log files of lain applications
func NewLainAppConfHandler ¶
func NewLainAppConfHandler() *LainAppConfHandler
func (*LainAppConfHandler) DynamicallyHandle ¶
func (lh *LainAppConfHandler) DynamicallyHandle(update chan interface{})
type Rebellion ¶
type Rebellion struct {
KafkaAddr KafkaAddressList
LogInfos []LogInfo
LainletPort string
// contains filtered or unexported fields
}
Rebellion is the data holder rendering Filebeat template
Click to show internal directories.
Click to hide internal directories.