-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs Explorer] Notify the user about new log entries #164074
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
I quite like this idea and sounds familiar from how other tools deal with updates without interrupting you reading a specific message. Going into tech details: How do you expect the query to look like against Elasticsearch to keep the overhead to a minimum? Would we show users how many new messages are there and keep updating it from time to time? |
I would start with a query that applies the same filters as the "main" query, but use |
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
I started to do some explorations about this issue in this Figma file. To some level, I think this discussion relates to the dataset activity (#171394) |
📓 Summary
Since an auto-refresh is pretty heavy-handed and can disrupt the user experience, we should consider other options of notifying the user about new log entries. This is especially important when the user has just started on-boarding new log entries but configuration rollout and ingest is delayed. Therefore, when the user views log entries in a relative time range that ends
now
, we should notify them about the availability of new log entries without disrupting their current view.✔️ Acceptance criteria
now
, the log explorer regularly checks in the background whether there are newer log entries than the newest one previously fetched. This takes into account the applied filters.💡 Implementation hints
The text was updated successfully, but these errors were encountered: