Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Apr 2, 2024
1 parent 76d7c3a commit 19df124
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ loki.source.file "logs_name_jobName" {
min_poll_frequency = "1s"
max_poll_frequency = "5s"
}
legacy_positions_file = "/path/name.yml"
}

loki.write "logs_name" {
Expand Down Expand Up @@ -120,6 +121,7 @@ loki.source.file "logs_name2_jobName" {
min_poll_frequency = "1s"
max_poll_frequency = "5s"
}
legacy_positions_file = "/path/name2.yml"
}

loki.write "logs_name2" {
Expand Down

0 comments on commit 19df124

Please sign in to comment.