Steven Fitzpatrick 8ad827159a Remove Minio Components from airship-core lma
Work on this minio chart has been halted, so we need an alternative
S3 provider in the long term (#111). Removing references to this function
and associated CRs from airship-core deployments and the lma-configs
composite

Also, taking the opportunity to move our cluster flow & output
definitions out of the logging-operator-logging HelmRelease and
into proper CR documents

Relates-To: #111
Relates-To: #150
Change-Id: Id4b4b8d07fb6b38ba033e76a015d8703efca727a
2021-05-27 21:34:23 +00:00

21 lines
464 B
YAML

apiVersion: logging.banzaicloud.io/v1beta1
kind: ClusterFlow
metadata:
name: all-pods
spec:
match:
- select: {}
filters:
- enhanceK8s: {}
- tag_normaliser:
format: ${namespace_name}.${pod_name}.${container_name}
- parser:
reserve_data: true
parse:
type: multi-format
patterns:
- format: nginx
- format: json
- format: multiline
globalOutputRefs: elasticsearch