Skip to content

Commit

Permalink
Fix smart-descriptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vg-svitla committed Dec 2, 2024
1 parent 5dd9ece commit 243d7ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Infoblox/ddi/_meta/smart-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,19 @@
]
},
{
"value": "Query on {source.ip}",
"value": "Query from {source.ip}",
"conditions": [
{
"field": "source.ip"
}
]
},
{
"value": "Query to {destination.ip}",
"conditions": [
{
"field": "destination.ip"
}
]
}
]

0 comments on commit 243d7ed

Please sign in to comment.