You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cluster-logging-operator keeps on logging the following event: _message":"Unable to generate log configuration","_error":{"msg":"No recognized input types: []"}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I followed the documentation to install the cluster-logging-operator (https://docs.okd.io/latest/logging/cluster-logging-external.html). The goal is to only forward application logs to an external ElasticSearch cluster via the clusterLogForwarder.
The cluster-logging-operator keeps on logging the following event: _message":"Unable to generate log configuration","_error":{"msg":"No recognized input types: []"}}
My configuration for the logging operator:
apiVersion: "logging.openshift.io/v1"
kind: "ClusterLogging"
metadata:
name: "instance"
namespace: "openshift-logging"
spec:
managementState: "Managed"
collection:
logs:
type: "fluentd"
fluentd: {}
My configuration for the ClusterLogForwarder:
apiVersion: "logging.openshift.io/v1"
kind: ClusterLogForwarder
metadata:
name: instance
namespace: openshift-logging
spec:
outputs:
type: "elasticsearch"
url: https://xxxxxxxxx:9200
secret:
name: elasticsearch
pipelines:
inputRefs:
outputRefs:
All help really appreciated.
Peter
Beta Was this translation helpful? Give feedback.
All reactions