Snowplow mini Collector endpoint not working

Hi,
I have setup snowplow mini, events are triggering fine from the example events page however when I am hitting Collector endpoint url it returning 404 not found - Collector endpoint http://35.154.127.220.

Also I feel its scala stream collector embedded with snow plow mini, Can we push post request as well in this?

Kindly help.

Thanks,
Manish.

1 Like

Hi @manish1 ,

Try http://35.154.127.220/home.

Iā€™m not sure of the security risk associated with having published the address online, but to be safe it might be a good idea to rotate it (stopping the instance then spinning it up again will achieve this).

Let us know how you get on.

1 Like

Thanks Colm,

this is a test setup.

The event url mentioned is like http://######?i/

when I tried same for post request it gives me 404.

Thanks,

Manish.

Hi @manish1,

Imho your collector is working: http://35.154.127.220/health

Thanks for looking into this,
It is working fine for GET request.
I am trying for POST request. I assume it should support for post requests as well?

Thanks,
Manish.

Yes, it does POST to: curl -XPOST http://35.154.127.220/com.snowplowanalytics.snowplow/tp2

Hi , Thanks a lot,
It works now. I was not aware of the url - com.snowplowanalytics.snowplow/tp2

Thanks,
Manish.

@manish1, for GET requests the URI would be in the form http://######/i?... and not http://######?i/ (unless it was a typo).