Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Replace reference to quick values with aggregate. (#979) (#980)
Browse files Browse the repository at this point in the history
This change is replacing the reference to the `quick values` function
which does not exist in 3.2+ to the `aggregate` function.

Co-authored-by: Dennis Oelkers <dennis@graylog.com>
  • Loading branch information
kmerz and dennisoelkers committed Nov 2, 2020
1 parent 13d1648 commit 889ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ These are a few example use cases for streams:

* Forward a subset of messages to other data analysis or BI systems to reduce their license costs.
* Monitor exception or error rates in your whole environment and broken down per subsystem.
* Get a list of all failed SSH logins and use *quick values* to analyze which user names where affected.
* Get a list of all failed SSH logins and use *aggregate* on the *username* field to analyze which user names where affected.
* Catch all HTTP POST requests to ``/login`` that were answered with a HTTP 302 and route them into a stream called
*Successful user logins*. Now get a chart of when users logged in and use *quick values* to get a list of users that performed
the most logins in the search time frame.
Expand Down

0 comments on commit 889ce76

Please sign in to comment.