Skip to content

Commit

Permalink
deploy(vector): configure vector to be more useful for victorialogs e…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Jul 12, 2024
1 parent 0c70554 commit f956758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/vector/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
'labels_*': "{{`{{ kubernetes.pod_labels }}`}}"
victorialogs:
inputs:
- json_logs
- logs
type: elasticsearch
endpoints:
- "http://victorialogs-victoria-logs-single-server.victorialogs:9428/insert/elasticsearch/"
Expand All @@ -137,4 +137,4 @@ spec:
query:
_msg_field: "message"
_time_field: "timestamp"
_stream_fields: "host,container_name"
_stream_fields: "kubernetes.pod_namespace,kubernetes.container_name"

0 comments on commit f956758

Please sign in to comment.