!QMMeAXdkLarsXxuGRg:matrix.org

Logging Operator

184 Members
6 Servers

Load older messages


SenderMessageTime
5 Jan 2024
@_discord_505787041024442369:t2bot.iosg2566 changed their display name from Sg to sg2566.21:19:55
6 Jan 2024
@_discord_271774181295652864:t2bot.ioquantumcat40 Thank you sg2566 . I think I get the idea sort of. What type of parser would the first one be? Do you know if there is a more complete example somewhere? Would it be the fluentd documentation? Sorry really new to this stuff 00:08:27
@_discord_484298787846881280:t2bot.iopepov Thank you @sg . I think I get the idea 07:42:28
7 Jan 2024
@_discord_1193488560242823219:t2bot.iobusyboy_75400 joined the room.09:37:58
@_discord_1193488560242823219:t2bot.iobusyboy_75400 hi, I am trying to SyslogNGClusterOutput to Loki, but I dont see the CRDs include any option for Loki 09:39:32
@_discord_1193488560242823219:t2bot.iobusyboy_75400
root@devops248:~/logging# for i in $(k get crds|awk '/banzai/ { print $1 }'); do echo $i; kubectl describe crds $i|egrep -i Loki; done
clusterflows.logging.banzaicloud.io
clusteroutputs.logging.banzaicloud.io
              Loki:
              Loki:
eventtailers.logging-extensions.banzaicloud.io
flows.logging.banzaicloud.io
fluentbitagents.logging.banzaicloud.io
hosttailers.logging-extensions.banzaicloud.io
loggings.logging.banzaicloud.io
nodeagents.logging.banzaicloud.io
outputs.logging.banzaicloud.io
              Loki:
              Loki:
syslogngclusterflows.logging.banzaicloud.io
syslogngclusteroutputs.logging.banzaicloud.io
syslogngflows.logging.banzaicloud.io
syslogngoutputs.logging.banzaicloud.io
root@devops248:~/logging#
09:39:35
@_discord_1193488560242823219:t2bot.iobusyboy_75400 only clusteroutputs and output are showing it 09:39:50
@_discord_1193488560242823219:t2bot.iobusyboy_75400 root@devops248:~/logging# k apply -f syslogng-cluster-output.yaml
Error from server (BadRequest): error when creating "syslogng-cluster-output.yaml": SyslogNGClusterOutput in version "v1beta1" cannot be handled as a SyslogNGClusterOutput: strict decoding error: unknown field "spec.loki"
root@devops248:~/logging#
09:40:28
@_discord_1193488560242823219:t2bot.iobusyboy_75400 * ```
root@devops248:~/logging# k apply -f syslogng-cluster-output.yaml
Error from server (BadRequest): error when creating "syslogng-cluster-output.yaml": SyslogNGClusterOutput in version "v1beta1" cannot be handled as a SyslogNGClusterOutput: strict decoding error: unknown field "spec.loki"
root@devops248:~/logging#
09:40:43
@_discord_1193488560242823219:t2bot.iobusyboy_75400 *
root@devops248:~/logging# k apply -f syslogng-cluster-output.yaml
Error from server (BadRequest): error when creating "syslogng-cluster-output.yaml": SyslogNGClusterOutput in version "v1beta1" cannot be handled as a SyslogNGClusterOutput: strict decoding error: unknown field "spec.loki"
root@devops248:~/logging#
09:40:57
@_discord_1193488560242823219:t2bot.iobusyboy_75400
root@devops248:~/logging# cat syslogng-cluster-output.yaml
apiVersion: logging.banzaicloud.io/v1beta1
kind: SyslogNGClusterOutput
metadata:
 name: loki-output
 namespace: logging
spec:
  loki:
    url: "https://devops249.ef.com/"
    labels:
      "app_kubernetes_io_name": "${json#kubernetes#labels#app.kubernetes.io/name}"
      "app_kubernetes_io_instance": "${json#kubernetes#labels#app.kubernetes.io/instance}"
      "app_kubernetes_io_component": "${json#kubernetes#labels#app.kubernetes.io/component}"
      "namespace_name": ${json#kubernetes#namespace_name}
      "pod_name": ${json#kubernetes#pod_name}
    timestamp: "msg"
    template: "$ISODATE $HOST $MSGHDR$MSG"
    auth:
      insecure: {}
    buffer:
      timekey: 1m
      timekey_wait: 30s
      timekey_use_utc: true

root@devops248:~/logging#
09:41:19
@_discord_1085140704721895444:t2bot.iofekete77.robert Hi, see https://axoflow.com/send-logs-to-grafana-loki-with-syslog-ng-and-logging-operator/ and https://kube-logging.dev/docs/configuration/plugins/syslog-ng-outputs/loki/ for examples 13:09:15
8 Jan 2024
@_discord_306521119928877056:t2bot.iooverorion Missing Loki SyslogNGClusterOutput 07:40:21
@_discord_1077596677457850429:t2bot.iopepov0731 joined the room.08:34:35
@_discord_349665824086294539:t2bot.ioplaymtl Hey, i found a diff between docs & image tagging:
https://kube-logging.dev/docs/image-versions/
Version 4.5.0 -> ghcr.io/kube-logging/eventrouter tag: v0.4.0
the tag for the released image is only 0.4.0

is this intended, otherwiese i would like to open a pr for this 🙂
13:10:46
@_discord_484298787846881280:t2bot.iopepov you are absolutely right, thanks! 17:13:03
@_discord_349665824086294539:t2bot.ioplaymtl i will pr this 😄 17:17:33
9 Jan 2024
@_discord_271774181295652864:t2bot.ioquantumcat40 Is it possible to output logging operator data to influxdb? 00:02:10
@_discord_349665824086294539:t2bot.ioplaymtl I never heard of storing logs in influxdb, only metrics 06:47:52
@_discord_1174767437229596706:t2bot.iojwitrick_91242 Hi all. I have a quick question. I am trying to use fluentbitagent. I have added it to my cluster, but so far no fluentbit pods.

My setup is:
logging-operator 4.5.0

Only thing i see in my logging-operator logs that could* be related is: processing NodeAgent CRDs is explicitly disabled (enable: ENABLE_NODEAGENT_CRD=1) but im not sure if thats the issue or not.
12:03:36
@_discord_1174767437229596706:t2bot.iojwitrick_91242 12:03:36
@_discord_484298787846881280:t2bot.iopepov Hi all. I have a quick question. I am 13:49:10
@_discord_1194339285592191068:t2bot.iovignan_21028 joined the room.17:58:14
@_discord_1194369828354527292:t2bot.ioneilb_85217 joined the room.19:59:47
@_discord_1194339285592191068:t2bot.iovignan_21028 Hi all, I need help in setting the file tailer webhook to work so that i can send the log file inside my pods to splunk. 20:11:23
@_discord_1194339285592191068:t2bot.iovignan_21028 Iam using 4.2.2 logging operator 20:11:33
@_discord_1194339285592191068:t2bot.iovignan_21028 I have gone through this document https://kube-logging.dev/docs/configuration/extensions/tailer-webhook/ 20:12:18
@_discord_1194339285592191068:t2bot.iovignan_21028 did complete the setup but when i annotate my pod do not see side container being started up 20:12:37
10 Jan 2024
@_discord_306521119928877056:t2bot.iooverorion File tailer webhook 07:24:34
@_discord_690176260885970978:t2bot.iooshri7737 joined the room.09:47:47

Show newer messages


Back to Room ListRoom Version: 10