Skip to content

Commit

Permalink
add search query
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed May 16, 2024
1 parent c61e1ca commit 5b11dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axiom/queries.apl
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@
['clickbench-hits'] | extend eventDate = todatetime(EventDate) | where CounterID == 62 and eventDate >= datetime('2013-07-01') and eventDate <= datetime('2013-07-31') and IsRefresh == 0 and TraficSourceID in (-1, 6) and RefererHash == 3594120000172545465 | summarize PageViews=count() by URLHash, eventDate | order by PageViews desc | skip 100 | take 10
['clickbench-hits'] | extend eventDate = todatetime(EventDate) | where CounterID == 62 and eventDate >= datetime('2013-07-01') and eventDate <= datetime('2013-07-31') and IsRefresh == 0 and DontCountHits == 0 and URLHash == 2868770270353813622 | summarize PageViews=count() by WindowClientWidth, WindowClientHeight | order by PageViews desc | skip 10000 | take 10
['clickbench-hits'] | extend eventDate = todatetime(EventDate) | where CounterID == 62 and eventDate >= datetime('2013-07-14') and eventDate <= datetime('2013-07-15') and IsRefresh == 0 and DontCountHits == 0 | summarize PageViews=count() by M=bin(_time, 1m) | order by M asc | skip 1000 | take 10
['clickbench-hits'] | search "435090932899640449"

0 comments on commit 5b11dc7

Please sign in to comment.