We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad1c3 commit 5106f3aCopy full SHA for 5106f3a
e2e/e2e.rb
@@ -62,7 +62,7 @@ def run_logstash
62
63
File.write(@output_file, "")
64
File.write(@input_file, "")
65
- spawn("C:\\Users\\asafmahlev\\logstash-fun\\logstash-7.10.0\\bin\\logstash -f logstash.conf")
+ spawn("/usr/share/logstash/bin/logstash -f logstash.conf")
66
sleep(60)
67
data = File.read(@csv_file)
68
f = File.open(@input_file, "a")
0 commit comments