-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interval is needed as config option #32
Comments
+1 vote |
+1 |
@JathinSanghvi @CraigFoote We don't' have a voting system, and a +1 comment doesn't provide enough details about what you are asking -- can you be specific? If you want to contribute a |
In terms of solving this, Elasticsearch already has facilities for searching on date ranges based on 'now' -- Check out these docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html#ranges-on-dates |
I believe it is similar to what I need:
That doesn't solve the issue of running query periodically. |
I would also need this feature to periodically query data from on index, modifying it and writing it to a different index. In general, I think it would make sense, that all input plugins that are not processing 'unlimited' streams should have unified scheduling options. Current situation is quite different, e.g.: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-exec.html
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-http_poller.html
|
+1 |
Some unified scheduling option would be great. |
scheduling by @davidecavestro (pr #81) has been merged into master and released in version 4.2.0 of this plugin |
Hi there,
I want to query periodically using date range like (now-1h, now)
I saw the code simply, but this plugin excute query once.
Is there plan to add interval option?
The text was updated successfully, but these errors were encountered: