Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
],
"response_format": "scalar",
"sort": {
"count": 100,
"count": 10,
"order_by": [
{
"type": "formula",
Expand Down
19 changes: 19 additions & 0 deletions contrast_security_adr/assets/logs/contrast-security-adr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
id: contrast-security-adr
# See app_id in your integration's manifest.json file to learn more:
# https://docs.datadoghq.com/developers/integrations/check_references/#manifest-file
metric_id: contrast-security-adr
# If for some reason id must be different than app_id, add the app_id in this field instead.
# If id and app_id already match, this field can be left blank.
backend_only: false
facets:
- groups:
Expand Down Expand Up @@ -42,6 +46,11 @@ facets:
name: Event Name
path: evt.name
source: log
- groups:
- Web Access
name: OS
path: http.useragent_details.os.family
source: log
- description: ""
facetType: list
groups:
Expand Down Expand Up @@ -276,6 +285,16 @@ pipeline:
targetType: attribute
preserveSource: true
overrideOnConflict: false
- type: attribute-remapper
name: Map `host.operatingSystem` to `http.useragent_details.os.family`
enabled: true
sources:
- host.operatingSystem
sourceType: attribute
target: http.useragent_details.os.family
targetType: attribute
preserveSource: true
overrideOnConflict: false
- type: status-remapper
name: " Map `severity` to `status`"
enabled: true
Expand Down
Loading
Loading