Skip to content

Commit

Permalink
fix(ci): fix http pipelines soaks (vectordotdev#15179)
Browse files Browse the repository at this point in the history
checkpoint
  • Loading branch information
arshiyasolei authored Nov 10, 2022
1 parent 616958b commit a1b2590
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion soaks/tests/http_pipelines_blackhole/vector/vector.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ decoding.codec = "bytes"
type = "remap"
inputs = ["logs"]
source = '''
., err = parse_json(.message)
if starts_with(strip_whitespace!(.message), "{") {
custom, err = parse_json(.message)
if (err == null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ acknowledgements = true
type = "remap"
inputs = ["logs"]
source = '''
., err = parse_json(.message)
if starts_with(strip_whitespace!(.message), "{") {
custom, err = parse_json(.message)
if (err == null) {
Expand Down

0 comments on commit a1b2590

Please sign in to comment.