Documentation ¶
Overview ¶
Package config is a generated protocol buffer package.
The `fluentd` adapter is designed to deliver Istio log entries to a listening [fluentd](https://www.fluentd.org) daemon.
It is generated from these files:
mixer/adapter/fluentd/config/config.proto
It has these top-level messages:
Params
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (this *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthConfig = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowConfig = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { // Address of listening fluentd daemon. Example: fluentd-server:24224 // Default value is localhost:24224 Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` }
Configuration parameters for the fluentd adapter.
This adapter accepts instances of kind: logentry. It then routes those logentries to a listening fluentd daemon with minimal transformation. Fluentd uses a "tag" for all logs. The "Name" of the logentry is used as the "tag", unless the logentry already has a variable "tag".
func (*Params) Descriptor ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.