-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
False
-
NEW
-
OBSDA-108 - Distribute an alternate Vector Log Collector
-
VERIFIED
-
-
Logging (Core) - Sprint 214
Create a CLF instances with:
apiVersion: logging.openshift.io/v1
kind: ClusterLogForwarder
metadata:
name: instance
namespace: openshift-logging
spec:
inputs:
- name: my-app
application:
namespaces: [chat]
outputs:
- name: kafka
type: kafka
url: tcp://my-cluster-kafka-bootstrap.kafka.svc.cluster.local:9093/my-topic
pipelines:
- inputRefs: [my-app]
outputRefs: [kafka]
The vector collector crash loops (fails to start) with:
Feb 16 21:41:14.935 INFO vector::app: Log level is enabled. level="debug" Feb 16 21:41:14.935 INFO vector::sources::host_metrics: PROCFS_ROOT is unset. Using default '/proc' for procfs root. Feb 16 21:41:14.935 INFO vector::sources::host_metrics: SYSFS_ROOT is unset. Using default '/sys' for sysfs root. Feb 16 21:41:14.935 INFO vector::app: Loading configs. path=[("/etc/vector/vector.toml", Some(Toml))] Feb 16 21:41:14.938 ERROR vector::cli: Configuration error. error=Input "my-app" for transform "pipeline_0_" doesn't exist.
- relates to
-
LOG-2014 Support user defined application inputs
- Closed
- links to
- mentioned on
(5 mentioned on)