Skip to content
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

There should be a provision to define delay #1175

Closed
mohitarora opened this issue Apr 22, 2014 · 1 comment
Closed

There should be a provision to define delay #1175

mohitarora opened this issue Apr 22, 2014 · 1 comment

Comments

@mohitarora
Copy link

As of now, user can select time from top drop down e.g. Last 5 minutes, Last 15 minutes which creates a corresponding filter from now -5m to now, now -15m to now etc. There should be a provision to define delay so that filter created is now-5m to now-delay

This will make sure that data is visible only in Kibana once it is completely pushed in elastic search.

What is happening as of now for a real time system, partial data is plotted in Kibana first because all data is not pushed to Elastic search yet (because push is also a real time process) and then when Kibana refreshes itself and gets the complete data and data point changes. Delay will help us completely filter the data and data will only be plotted when it is completely available.

@rashidkpc
Copy link
Contributor

We've considered this issue several times and ultimately we've decided not to implement it. While the partial data looks a bit odd it really is what is there. For now we're going to keep the current behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@rashidkpc @mohitarora and others