For a discovery item, I have a simple Json similar to this:
The discovery rule use the following macros:
The Json has multiple items and some have the "ARM *" in the name.
I added a filter with the following macro:
The issue is that, when the discovery item runs, it only finds the first occurrence, therefore, only one item is created.
Any thoughts on that?
Code:
[{
"description": "ARM_4.10_1.2",
"id": "7",
"name": "ARM_4.10_1.2",
"url": "/api/v1/kpi/current/sbc/callStats/ipGroup/7"
},
{
"description": "ARM_4.10_3.8",
"id": "8",
"name": "ARM_4.10_3.8",
"url": "/api/v1/kpi/current/sbc/callStats/ipGroup/8"
},
{
"description": "ARM_4.10_2.4",
"id": "9",
"name": "ARM_4.10_2.4",
"url": "/api/v1/kpi/current/sbc/callStats/ipGroup/9"
}]
The Json has multiple items and some have the "ARM *" in the name.
I added a filter with the following macro:
Code:
{$IPGROUP.NAME} = ARM
Any thoughts on that?

Comment