Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Dec 31, 2024
1 parent 728e22b commit 82830cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions filebeat/input/filestream/metrics_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ func TestFilestreamMetrics(t *testing.T) {

testlogName := "test.log"
inp := env.mustCreateInput(map[string]interface{}{
<<<<<<< HEAD
"id": "fake-ID",
"paths": []string{env.abspath(testlogName)},
"prospector.scanner.check_interval": "24h",
"close.on_state_change.check_interval": "100ms",
"close.on_state_change.inactive": "2s",
=======
"id": "fake-ID",
"paths": []string{env.abspath(testlogName)},
"prospector.scanner.check_interval": "24h",
Expand All @@ -60,7 +53,6 @@ func TestFilestreamMetrics(t *testing.T) {
},
},
},
>>>>>>> 7806f1a2c (filebeat/inputs/filestream: add metric for messages truncated (#41667))
})

testlines := []byte("first line\nsecond line\nthird line\nthis is a very long line exceeding message_max_bytes\nmultiline first line\nmultiline second line\n")
Expand Down

0 comments on commit 82830cb

Please sign in to comment.