8000 Dedup & timechart don't work together · Issue #581 · teragrep/pth_10 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Dedup & timechart don't work together #581

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

Open
ronja-ui opened this issue May 13, 2025 · 1 comment
Open

Dedup & timechart don't work together #581

ronja-ui opened this issue May 13, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ronja-ui
Copy link
Contributor
ronja-ui commented May 13, 2025

Describe the bug
If dedup and timechart are used together, there's only one result returned.

Expected behavior
If dedup and stats are used together, it returns more than one results. The same should happen with timechart.

How to reproduce
These are some queries that were run while the bug were investigated.

The first one originally returned ~600 results:

index=foo
| stats count

<!--- OR -->

index=foo
| timechart span=1d count

The second one originally returned ~350 results:

index=foo
| dedup fooExampleDedup
| stats count

The third one originally returned only one result:

index=foo
| dedup fooExampleDedup
| timechart span=1d count

Screenshots

Software version
pth_10 version: 8.4.2
pth_06 version: 3.3.4
pth_03 version: 9.3.0

Additional context
See also #575.

@ronja-ui ronja-ui added the bug Something isn't working label May 13, 2025
@ronja-ui
Copy link
Contributor Author

verified on our QA that the bug occurs, tho it looks a bit different. first it shows couple rows more results during the run and when the run ends, it truncates it to 3-4 rows for some reason.

@eemhu eemhu self-assigned this May 19, 2025
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
0