Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message "Event discarded as being older then maxEventAgeSeconds" #196

Open
AlexShemeshWix opened this issue Aug 6, 2024 · 1 comment

Comments

@AlexShemeshWix
Copy link

Hi
Im running version 1.7.
My setup is to dump all incoming events to the disk and ship it to opensearch by fluentbit.
I dont see any CPU load on my pod, no memory usage, no IO heavy usage.
Still i get "Event discarded as being older then maxEventAgeSeconds" all the time when i check logs of the kube-event-exporter pod.
My configuration is

logLevel: info
logFormat: json
maxEventAgeSeconds: 300
route:
  routes:
    - match:
        - receiver: "dump"
receivers:
  - name: "dump"
    file:
      path: "/logs/kube-events.log"
kubeQPS: 100
kubeBurst: 500

please advise.
Thanks

@wangjinxiang0522
Copy link

Hello, I think the issue is that when you get an event, the lastTimestamp field value exceeds maxEventAgeSeconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants