Skip to content

Commit 0946b26

Browse files
[adyen] remove service filter when @evt.name is filtered (DataDog#22666)
* remove service filter when @evt.name is filtered * Update failed_refund_detected_due_to_a_rejection_by_the_card_scheme.json --------- Co-authored-by: Yao Ding <yaodingyd@users.noreply.github.com>
1 parent 2977a12 commit 0946b26

13 files changed

Lines changed: 87 additions & 97 deletions

adyen/assets/dashboards/adyen_disputes.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"group_by": [],
140140
"search": {
141-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod"
141+
"query": "source:adyen @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod"
142142
},
143143
"storage": "hot"
144144
}
@@ -197,7 +197,7 @@
197197
},
198198
"group_by": [],
199199
"search": {
200-
"query": "source:adyen service:dispute @evt.name:CHARGEBACK $MerchantAccount $PaymentMethod"
200+
"query": "source:adyen @evt.name:CHARGEBACK $MerchantAccount $PaymentMethod"
201201
},
202202
"storage": "hot"
203203
}
@@ -256,7 +256,7 @@
256256
},
257257
"group_by": [],
258258
"search": {
259-
"query": "source:adyen service:dispute @evt.name:SECOND_CHARGEBACK $MerchantAccount $PaymentMethod"
259+
"query": "source:adyen @evt.name:SECOND_CHARGEBACK $MerchantAccount $PaymentMethod"
260260
},
261261
"storage": "hot"
262262
}
@@ -324,7 +324,7 @@
324324
}
325325
],
326326
"search": {
327-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
327+
"query": "source:adyen @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
328328
},
329329
"storage": "hot"
330330
}
@@ -391,7 +391,7 @@
391391
},
392392
"group_by": [],
393393
"search": {
394-
"query": "source:adyen service:dispute @evt.name:PREARBITRATION_LOST $MerchantAccount $PaymentMethod"
394+
"query": "source:adyen @evt.name:PREARBITRATION_LOST $MerchantAccount $PaymentMethod"
395395
},
396396
"storage": "hot"
397397
}
@@ -450,7 +450,7 @@
450450
},
451451
"group_by": [],
452452
"search": {
453-
"query": "source:adyen service:dispute @evt.name:PREARBITRATION_WON $MerchantAccount $PaymentMethod"
453+
"query": "source:adyen @evt.name:PREARBITRATION_WON $MerchantAccount $PaymentMethod"
454454
},
455455
"storage": "hot"
456456
}
@@ -509,7 +509,7 @@
509509
},
510510
"group_by": [],
511511
"search": {
512-
"query": "source:adyen service:dispute @evt.name:REQUEST_FOR_INFORMATION $MerchantAccount $PaymentMethod"
512+
"query": "source:adyen @evt.name:REQUEST_FOR_INFORMATION $MerchantAccount $PaymentMethod"
513513
},
514514
"storage": "hot"
515515
}
@@ -568,7 +568,7 @@
568568
},
569569
"group_by": [],
570570
"search": {
571-
"query": "source:adyen service:dispute @evt.name:CHARGEBACK_REVERSED $MerchantAccount $PaymentMethod"
571+
"query": "source:adyen @evt.name:CHARGEBACK_REVERSED $MerchantAccount $PaymentMethod"
572572
},
573573
"storage": "hot"
574574
}
@@ -636,7 +636,7 @@
636636
}
637637
],
638638
"search": {
639-
"query": "source:adyen service:dispute @evt.name:SECOND_CHARGEBACK $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
639+
"query": "source:adyen @evt.name:SECOND_CHARGEBACK $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
640640
},
641641
"storage": "hot"
642642
}
@@ -717,7 +717,7 @@
717717
}
718718
],
719719
"search": {
720-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod"
720+
"query": "source:adyen @evt.name:NOTIFICATION_OF_CHARGEBACK $MerchantAccount $PaymentMethod"
721721
},
722722
"storage": "hot"
723723
}
@@ -790,7 +790,7 @@
790790
},
791791
"group_by": [],
792792
"search": {
793-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod"
793+
"query": "source:adyen @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod"
794794
},
795795
"storage": "hot"
796796
}
@@ -863,7 +863,7 @@
863863
}
864864
],
865865
"search": {
866-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod"
866+
"query": "source:adyen @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod"
867867
},
868868
"storage": "hot"
869869
}
@@ -927,7 +927,7 @@
927927
}
928928
],
929929
"search": {
930-
"query": "source:adyen service:dispute @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
930+
"query": "source:adyen @evt.name:NOTIFICATION_OF_FRAUD $MerchantAccount $PaymentMethod -@notificationItems.NotificationRequestItem.reason:\"\""
931931
},
932932
"storage": "hot"
933933
}
@@ -1109,4 +1109,4 @@
11091109
"layout_type": "ordered",
11101110
"notify_list": [],
11111111
"reflow_type": "fixed"
1112-
}
1112+
}

adyen/assets/dashboards/adyen_payouts.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"group_by": [],
140140
"search": {
141-
"query": "source:adyen service:payout @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:true $MerchantAccount $Currency"
141+
"query": "source:adyen @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:true $MerchantAccount $Currency"
142142
},
143143
"storage": "hot"
144144
}
@@ -193,7 +193,7 @@
193193
},
194194
"group_by": [],
195195
"search": {
196-
"query": "source:adyen service:payout @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:false $MerchantAccount $Currency"
196+
"query": "source:adyen @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:false $MerchantAccount $Currency"
197197
},
198198
"storage": "hot"
199199
}
@@ -255,7 +255,7 @@
255255
},
256256
"group_by": [],
257257
"search": {
258-
"query": "source:adyen service:payout @evt.name:PAYOUT_EXPIRE $MerchantAccount $Currency"
258+
"query": "source:adyen @evt.name:PAYOUT_EXPIRE $MerchantAccount $Currency"
259259
},
260260
"storage": "hot"
261261
}
@@ -314,7 +314,7 @@
314314
},
315315
"group_by": [],
316316
"search": {
317-
"query": "source:adyen service:payout @evt.name:PAYOUT_DECLINE $MerchantAccount $Currency"
317+
"query": "source:adyen @evt.name:PAYOUT_DECLINE $MerchantAccount $Currency"
318318
},
319319
"storage": "hot"
320320
}
@@ -373,7 +373,7 @@
373373
},
374374
"group_by": [],
375375
"search": {
376-
"query": "source:adyen service:payout @evt.name:PAIDOUT_REVERSED $MerchantAccount $Currency"
376+
"query": "source:adyen @evt.name:PAIDOUT_REVERSED $MerchantAccount $Currency"
377377
},
378378
"storage": "hot"
379379
}
@@ -459,7 +459,7 @@
459459
}
460460
],
461461
"search": {
462-
"query": "source:adyen service:payout @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:false -@notificationItems.NotificationRequestItem.reason:\"\" $MerchantAccount $Currency"
462+
"query": "source:adyen @evt.name:PAYOUT_THIRDPARTY @notificationItems.NotificationRequestItem.success:false -@notificationItems.NotificationRequestItem.reason:\"\" $MerchantAccount $Currency"
463463
},
464464
"storage": "hot"
465465
}
@@ -539,7 +539,7 @@
539539
}
540540
],
541541
"search": {
542-
"query": "source:adyen service:payout @evt.name:PAYOUT_THIRDPARTY $MerchantAccount $Currency"
542+
"query": "source:adyen @evt.name:PAYOUT_THIRDPARTY $MerchantAccount $Currency"
543543
},
544544
"storage": "hot"
545545
}
@@ -707,4 +707,4 @@
707707
"layout_type": "ordered",
708708
"notify_list": [],
709709
"reflow_type": "fixed"
710-
}
710+
}

0 commit comments

Comments
 (0)