FlowSpec 🔗︎

FlowSpec is the Kubernetes spec for Flows

selectors (map[string]string, optional) 🔗︎

Deprecated

Default: -

match ([]Match, optional) 🔗︎

Default: -

filters ([]Filter, optional) 🔗︎

Default: -

loggingRef (string, optional) 🔗︎

Default: -

outputRefs ([]string, optional) 🔗︎

Deprecated

Default: -

globalOutputRefs ([]string, optional) 🔗︎

Default: -

localOutputRefs ([]string, optional) 🔗︎

Default: -

Match 🔗︎

select (*Select, optional) 🔗︎

Default: -

exclude (*Exclude, optional) 🔗︎

Default: -

Select 🔗︎

labels (map[string]string, optional) 🔗︎

Default: -

hosts ([]string, optional) 🔗︎

Default: -

container_names ([]string, optional) 🔗︎

Default: -

Exclude 🔗︎

labels (map[string]string, optional) 🔗︎

Default: -

hosts ([]string, optional) 🔗︎

Default: -

container_names ([]string, optional) 🔗︎

Default: -

Filter 🔗︎

Filter definition for FlowSpec

stdout (*filter.StdOutFilterConfig, optional) 🔗︎

Default: -

parser (*filter.ParserConfig, optional) 🔗︎

Default: -

tag_normaliser (*filter.TagNormaliser, optional) 🔗︎

Default: -

dedot (*filter.DedotFilterConfig, optional) 🔗︎

Default: -

elasticsearch_genid (*filter.ElasticsearchGenId, optional) 🔗︎

Default: -

record_transformer (*filter.RecordTransformer, optional) 🔗︎

Default: -

record_modifier (*filter.RecordModifier, optional) 🔗︎

Default: -

geoip (*filter.GeoIP, optional) 🔗︎

Default: -

concat (*filter.Concat, optional) 🔗︎

Default: -

detectExceptions (*filter.DetectExceptions, optional) 🔗︎

Default: -

grep (*filter.GrepConfig, optional) 🔗︎

Default: -

prometheus (*filter.PrometheusConfig, optional) 🔗︎

Default: -

throttle (*filter.Throttle, optional) 🔗︎

Default: -

sumologic (*filter.SumoLogic, optional) 🔗︎

Default: -

enhanceK8s (*filter.EnhanceK8s, optional) 🔗︎

Default: -

kube_events_timestamp (*filter.KubeEventsTimestampConfig, optional) 🔗︎

Default: -

FlowStatus 🔗︎

FlowStatus defines the observed state of Flow

active (*bool, optional) 🔗︎

Default: -

problems ([]string, optional) 🔗︎

Default: -

problemsCount (int, optional) 🔗︎

Default: -

Flow 🔗︎

Flow Kubernetes object

(metav1.TypeMeta, required) 🔗︎

Default: -

metadata (metav1.ObjectMeta, optional) 🔗︎

Default: -

spec (FlowSpec, optional) 🔗︎

Default: -

status (FlowStatus, optional) 🔗︎

Default: -

FlowList 🔗︎

FlowList contains a list of Flow

(metav1.TypeMeta, required) 🔗︎

Default: -

metadata (metav1.ListMeta, optional) 🔗︎

Default: -

items ([]Flow, required) 🔗︎

Default: -