Skip to content

Vector stops reading logs from EKS with AL2023 based AMIs #24121

@mscanlon72

Description

@mscanlon72

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Vector stops reading logs from EKS worker nodes with AL2023 based AMIs. New worker nodes with AL2023 backed AMI were rolled out for the EKS clusters. Some hours later, Vector pods stop collecting logs. Using vector tap we cannot see any events in the output of the kubernetes_logs source.

Configuration

customConfig:
    data_dir: /var/lib/vector
    api:
      enabled: true
      address: 127.0.0.1:8686
      playground: true
    # sources -- Sources for Vector to pull data
    ##
    ##
    sources:
      # Internal logs for Vector
      internal_logs:
        type: internal_logs
      # Internal metrics for Vector
      internal_metrics:
        type: internal_metrics
        scrape_interval_secs: 10
      # Kubernetes logs
      k8s_logs:
        type: kubernetes_logs
        glob_minimum_cooldown_ms: 500
        max_read_bytes: 2097152

Version

0.48.0, 0.49.0, 0.50.0 -distroless

Debug Output


Example Data

No response

Additional Context

Rollback to AL2 backed AMIs resolves the issue. AL2 is end of life in Nov '25.

References

No response

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions