Not able to send logs to multiple outputs(Splunk and Filesystem) #4544
Tamannaverma1912
started this conversation in
General
Replies: 1 comment
-
Can anyone help here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, So we are trying to have multiple outputs, One of which will be splunk and other one will be file system. I can see my logs being sent to file-system after some time but not to splunk. I don't know why this is happening and what am I going wrong in here? Can anyone help with this?
Here is my configmap
`apiVersion: v1
kind: ConfigMap
metadata:
name: fluentd-config
namespace: laser-test1
labels:
log-app: fluentd
data:
fluent.conf: |
log_level trace
and the image I am using here contains custom plugin we had written and splunk support. I tried config map with separate matches one for each splunk and file-system, It was working fine and Here are my fluentd container logs
Beta Was this translation helpful? Give feedback.
All reactions