Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
rcoh committed Nov 19, 2015
1 parent 75d77ea commit 97c5466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ This will drop any log lines that don't have `server1` as the host.

sumoshell currently supports 3 aggregate operators:

1. `count`. Example queries:
1. `count` Example queries:
```
... | sumo count # number of rows
... | sumo count key # number of rows per key
... | sumo count key value # number of rows per the cartesian product of (key, value)
```

2. `sumosum` Example queries:
2. `sum` Example queries:
```
... | sumo sum k # sum of all k's
... | sumo sum v by k # sum of all v's by k
Expand Down

0 comments on commit 97c5466

Please sign in to comment.