Skip to content

Commit

Permalink
Removed username, password from url.dictionary and deleted sample fro…
Browse files Browse the repository at this point in the history
…m cli

Signed-off-by: Daniel Dong <danieldong51@amazon.com>
  • Loading branch information
Daniel Dong committed Aug 2, 2023
1 parent 8c5ef08 commit 3c1dd05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
32 changes: 0 additions & 32 deletions cli/sample

This file was deleted.

24 changes: 0 additions & 24 deletions schema/observability/logs/url.dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -83,37 +83,13 @@
"object_name": "query",
"object_type": "keyword"
},
"url.extension": {
"category": "url",
"component": "extension",
"description": "The field contains the file extension from the original request url, excluding the leading dot.\nThe file extension is only set if it exists, as not every url has a file extension.\nThe leading period must not be included. For example, the value must be \"png\", not \".png\".\nNote that when the file name has multiple extensions (example.tar.gz), only the last one should be captured (\"gz\", not \"tar.gz\").\n",
"examples": "png",
"object_name": "extension",
"object_type": "keyword"
},
"url.fragment": {
"category": "url",
"component": "fragment",
"description": "Portion of the url after the `#`, such as \"top\".\nThe `#` is not part of the fragment.\n",
"examples": null,
"object_name": "fragment",
"object_type": "keyword"
},
"url.username": {
"category": "url",
"component": "username",
"description": "Username of the request.\n",
"examples": null,
"object_name": "username",
"object_type": "keyword"
},
"url.password": {
"category": "url",
"component": "password",
"description": "Password of the request.\n",
"examples": null,
"object_name": "password",
"object_type": "keyword"
}
}
]
Expand Down

0 comments on commit 3c1dd05

Please sign in to comment.