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

[Logs UI] Log Analysis screen turns "now" date into fixed timestamp #44670

Closed
weltenwort opened this issue Sep 3, 2019 · 1 comment · Fixed by #44706
Closed

[Logs UI] Log Analysis screen turns "now" date into fixed timestamp #44670

weltenwort opened this issue Sep 3, 2019 · 1 comment · Fixed by #44706
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.4.0

Comments

@weltenwort
Copy link
Member

Kibana version: 7.4 (at 69c9ba5)

Original install method: source

Describe the bug:

Selecting the "now" date as either start or end date in the Logs Analysis page's date picker and clicking "Update" turns the "now" into the current timestamp. Reloading the page or clicking the "Refresh" button causes the same time interval to be loaded repeatedly without "now" adjusting to the current time.

grafik

grafik

grafik

Steps to reproduce:

  1. Navigate to the Logs Analysis page.
  2. Select "now" as the end date.
  3. Click "Update".
  4. Observe how the "now" is replaced with a specific timestamp.
  5. Observe how reloading the page or clicking "Refresh" does not advance the end date.

Expected behavior:

The interval boundary selected as "now" adjusts to match the current time on every refresh or page reload.

Any additional context:

The state used to persist the dates is a number. In addition to fixed timestamps relative date math expressions need to be supported.

@weltenwort weltenwort added bug Fixes for quality problems that affect the customer experience [zube]: In Progress Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.4.0 labels Sep 3, 2019
@weltenwort weltenwort self-assigned this Sep 3, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-logs-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.4.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants