HTTPS with XPUT

Just starting out with elastic. I can't seem to get this json endpoint to go into elastic.

curl -XPUT 'https://fluidsealdev.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/ProductSet?$select=adx_brand,adx_modelnumber,Name' -d '

Is that an Elasticsearch instance?

Nah, that is a rest endpoint sitting over at Microsoft Dynamics CRM online. I need to get the json data into elastic.

Then you need to extract it from there and then push it to ES, you cannot do that in one curl request.

Thanks for getting back to me so quickly. I figured it would come down to that. Curl will handle https though, right?

I am working with Firebase - I would like to send some data over to ES through REST. I am thinking it is probably best to use the javascript library to do it.

What do you think would be the best way?

Thanks again,

Brock

Yes curl does https.

Entirely up to you, but using one of our clients would be recommend :slight_smile: