powershell
powershell copied to clipboard
How to authenticate SSL enabled ES with certificate and credentials?
How to authenticate SSL enabled ES with certificate and credentials?
You can pass in credentials like:
Invoke-Elasticsearch -Method GET https://yourelasticurl.domain -User username -Password password
Or an auth token in the headers.