Skip to main content

hello,
Using REST Collector source and putting multiple URLs in the collect URL field, is there a way to mark the each event from which URL it was retrieved

Could you please elaborate a bit? A single REST Collector supports only one URL at a time as far as I am aware. A collector run adds multiple internal fields that you can use to identify different details. Please see the screenshot attached.
 For example the URL that was used to retrieve an event is available in __collectStats.url

442_fb027820680c4dca89140fa639804275.png

i am trying to create one REST collector to collect REST data from 2 endpoints:

  1. https://x/public/api/admin/users/
  2. https://y/public/api/admin/users/

So i created a REST Collector with configuration as attached.
However, the field __collectStats.url seems to be not existing (attached).

442_01383705675b43d9b544cab068f9910a.png442_10821386b4a3484f85c2d418de93c16e.png

I am pretty sure that you will need 2 collectors. One for each URL. Happy to test that later.


You can use the discover option, choose list

442_29d081c372ad40da84f23cfa527893c4.png

the id will be available in the event as __collectible.id


Reply