mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Wrong URL for clients ID in journal section #4217
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#4217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ammnt on GitHub (Feb 4, 2023).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
AMD64
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
0.107.23
Description
Hello,
there is wrong URL for the client ID in journal:

It has to be something concrete:

Because in this case will be filtered queries by the IP/anonymised subnet and not client ID. The queries from another device but from the same subnet will included!
Thank you.
Best regards.
@ainar-g commented on GitHub (Feb 5, 2023):
The query log doesn't really have proper filtering by fields right now, using only one query term. See #1933, #594, and other blocked on #2290.
Or do you mean that the current query log should provide several query term links if there are more than one?
@ammnt commented on GitHub (Feb 5, 2023):
@ainar-g, no. You're right! Thanks for the answer😅