Registry / logging / logstash-mixin-scheduler

logstash-mixin-scheduler

JSON →
library1.0.1-javarbrubygemsunverified

Scheduler mixin for Logstash plugins to manage periodic tasks.

gem install logstash-mixin-scheduler
INSTALL
IMPORT
SIG · LOGSTASH-MIXIN-SCH
L
logstash-mixin-scheduler
loggingrubyv1.0.1-java
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogStash::Mixin::Scheduler
require 'logstash/mixin/scheduler'

Include scheduler mixin in a Logstash plugin

require 'logstash/mixin/scheduler' class MyPlugin < LogStash::Inputs::Base include LogStash::Mixin::Scheduler def run(queue) schedule_every('5s') { puts 'tick' } end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1-javalatest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
logstash-mixin-scheduler — gem install logstash-mixin-scheduler · libregistry