elastic / elastic/logstash

We need a general purpose way for plugins to store state (on disk, es.. )

Open
#1,980 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

A few plugins need to keep information about the current state of the plugin, like `what is the lastest file I have read`,`which ID`, each plugins implement their own datastore and often use the current file system. (ref https://github.com/elasticsearch/logstash/blob/master/lib/logstash/inputs/s3.rb#L257)

Logstash should provide a pluggable backend for plugins developers to store this kind of information. A simple persistent key=value store would cover most cases.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.