mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 01:37:28 -04:00
reference correct class path
This commit is contained in:
parent
b6ebbb3eed
commit
f3f24dc706
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ require "logstash-core"
|
||||||
require "logstash/environment"
|
require "logstash/environment"
|
||||||
require "logstash/settings"
|
require "logstash/settings"
|
||||||
|
|
||||||
io = Java::OrgLogstashCommonIo::FileCheckpointIO.new(LogStash::SETTINGS.get_value("path.queue"))
|
io = Java::OrgLogstashAckedqueueIo::FileCheckpointIO.new(LogStash::SETTINGS.get_value("path.queue"))
|
||||||
cp = io.read(ARGV[0])
|
cp = io.read(ARGV[0])
|
||||||
puts("checkpoint #{cp.toString}")
|
puts("checkpoint #{cp.toString}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue