Skip to content

Commit

Permalink
[ATMOSPHERE-103] fix: allow out-of-order logs explicitly in vector (#…
Browse files Browse the repository at this point in the history
…1846)

Co-authored-by: okozachenko1203 <[email protected]>
  • Loading branch information
okozachenko1203 and okozachenko1203 authored Sep 1, 2024
1 parent 7c30f26 commit fc6e799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/vector/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ _vector_helm_values:
type: kubernetes_logs
sinks:
loki_kubernetes_logs:
out_of_order_action: accept
type: loki
endpoint: http://loki-gateway
inputs: [kubernetes_logs]
Expand All @@ -45,6 +46,7 @@ _vector_helm_values:
container_image: '{% raw %}{{ print "{{ kubernetes.container_image }}" }}{% endraw %}'
stream: '{% raw %}{{ print "{{ kubernetes.stream }}" }}{% endraw %}'
loki_journald:
out_of_order_action: accept
type: loki
endpoint: http://loki-gateway
inputs: [journald]
Expand Down

0 comments on commit fc6e799

Please sign in to comment.