Skip to content

Commit

Permalink
reduce example size to make it easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 2, 2021
1 parent 636fc6b commit 3b5ee46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/operators/uri_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Configuration:
{
"timestamp": "",
"record": {
"message": "https://dev:securepass@www.google.com/v1/app?user_id=2&uuid=57b4dad2-063c-4965-941c-adfd4098face"
"message": "https://dev:pass@google.com/app?user_id=2&token=001"
}
}
```
Expand All @@ -71,13 +71,13 @@ Configuration:
"timestamp": "",
"record": {
"host": "google.com",
"path": "/v1/app",
"path": "/app",
"query": {
"user_id": [
"2"
],
"uuid": [
"57b4dad2-063c-4965-941c-adfd4098face"
"token": [
"001"
]
},
"scheme": "https",
Expand Down

0 comments on commit 3b5ee46

Please sign in to comment.