Skip to content

Commit

Permalink
fix no=>not typo (#32463)
Browse files Browse the repository at this point in the history
Found a tiny typo while reading the docs
  • Loading branch information
colmose authored and colings86 committed Jul 31, 2018
1 parent c165542 commit d7bad6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ GET /_search
// CONSOLE

In the above example, buckets will be created for all the tags that has the word `sport` in them, except those starting
with `water_` (so the tag `water_sports` will no be aggregated). The `include` regular expression will determine what
with `water_` (so the tag `water_sports` will not be aggregated). The `include` regular expression will determine what
values are "allowed" to be aggregated, while the `exclude` determines the values that should not be aggregated. When
both are defined, the `exclude` has precedence, meaning, the `include` is evaluated first and only then the `exclude`.

Expand Down

0 comments on commit d7bad6f

Please sign in to comment.