Skip to content

Commit c73f9fe

Browse files
committed
services/nomad/monitoring: Remove loki sink
1 parent ef03c4a commit c73f9fe

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

services/nomad/monitoring/vector.nomad

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,6 @@ job "vector" {
6464
}
6565
}
6666
sinks = {
67-
loki = {
68-
type = "loki"
69-
inputs = ["docker"]
70-
endpoint = "http://loki.service.consul:3100"
71-
encoding = { codec = "text" }
72-
healthcheck = { enabled = false }
73-
out_of_order_action = "drop"
74-
labels = {
75-
nomad_node = "$NOMAD_HOST"
76-
nomad_namespace = "{{ label.\"com.hashicorp.nomad.namespace\" }}"
77-
nomad_job = "{{ label.\"com.hashicorp.nomad.job_name\" }}"
78-
nomad_group = "{{ label.\"com.hashicorp.nomad.task_group_name\" }}"
79-
nomad_task = "{{ label.\"com.hashicorp.nomad.task_name\" }}"
80-
nomad_alloc = "{{ label.\"com.hashicorp.nomad.alloc_id\" }}"
81-
}
82-
}
8367
vlogs = {
8468
type = "elasticsearch"
8569
inputs = ["docker"]

0 commit comments

Comments
 (0)