Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Oct 15, 2023
1 parent 7763f31 commit 730a1f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3149,12 +3149,7 @@ Example::
{
"name": "default",
"operation-type": "esql",
"commands": [
"FROM logs-*",
"STATS count=count(*) BY agent.hostname",
"SORT count DESC",
"LIMIT 20"
],
"query": "FROM logs-* | STATS count=count(*) BY agent.hostname | SORT count DESC | LIMIT 20",
"filter": {
"range": {
"timestamp": {
Expand Down

0 comments on commit 730a1f2

Please sign in to comment.