Skip to content

Commit

Permalink
Remove occurrences of -will- in changed doc lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Dec 12, 2024
1 parent f65ce4b commit 42c01a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/configure/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ Possible values for the `unmatched` property are:
- 🚨 Caution: this option could lead to cardinality explosion at the ingester side.
- `wildcard` will set the `http.route` field property to a generic asterisk based `/**` value.
- `heuristic` will automatically derive the `http.route` field property from the path value, based on the following rules:
- Any path components which have numbers or characters outside of the ASCII alphabet (or `-` and `_`), will be replaced by `wildcard_char`.
- Any alphabetical components which don't look like words, will be replaced by `wildcard_char`.
- Any path components which have numbers or characters outside of the ASCII alphabet (or `-` and `_`), are replaced by `wildcard_char`.
- Any alphabetical components which don't look like words, are replaced by `wildcard_char`.

| YAML | Environment variable | Type | Default |
| ----------- | ------- | ------ | ---------- |
Expand All @@ -854,7 +854,7 @@ document/d/CfMkAGbE_aivhFydEpaRafPuGWbmHfG/edit (no numbers in the ID)
document/d/C2fMkAGb3E_aivhFyd5EpaRafP123uGWbmHfG/edit
```

will be converted to a low cardinality route (using the default `wildcard_char`):
are converted to a low cardinality route (using the default `wildcard_char`):

```
document/d/*/edit
Expand Down

0 comments on commit 42c01a6

Please sign in to comment.