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

Skipped event #437

Open
Abigael-JT opened this issue Dec 2, 2024 · 1 comment
Open

Skipped event #437

Abigael-JT opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Abigael-JT
Copy link
Contributor

Describe the bug

The last two queries skips one event:

test 1#: index=xyx sourcetype=abc earliest=2024-11-01T00:00:00+04:00 latest=2024-11-02T00:00:00+02:00 | stats earliest(_time), latest(_time)

timestamp of first event in results: 2024-11-01T01:37:57.386+02:00

test 2#: index=xyx sourcetype=abc earliest=2024-11-01T00:00:00+02:00 latest=2024-11-02T00:00:00+02:00 | stats earliest(_time), latest(_time)

timestamp of first event in results: 2024-11-01T02:12:56.051+02:00

test 3#(no timezones at all): index=xyx sourcetype=abc earliest=2024-11-01T00:00:00 latest=2024-11-02T00:00:00 | stats earliest(_time), latest(_time)

timestamp of first event in results: 2024-11-01T02:12:56.051+02:00

Expected behavior

All the three queries should have the event with timestamp 2024-11-01T01:37:57.386+02:00, but only the first query returns the event
How to reproduce

Screenshots

Software version

pth_10 version: 8.2.1
pth_03 version: 9.2.0

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

@Abigael-JT Abigael-JT added the bug Something isn't working label Dec 2, 2024
@Abigael-JT
Copy link
Contributor Author

fix issue #439 to make it easier to troubleshoot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants