mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -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/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])
|
||||
puts("checkpoint #{cp.toString}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue