Search API of elasticsearch not working

Hi All,

I am trying to use elasticsearch from SOAP ui.

DELETE and POST are working fine, however, GET is throwing error.

Can someone please suggest

POST http://ip:9200/test_token/_doc/TestService
{
"ServiceName" : "TestService",
"accessToken" : "accessToken",
"refreshToken" : "refreshToken",
"idToken" : "idToken",
"insertTime":"",
"validity":"30"
}

Fetch
GET http://ip:9200/test_token/_search?q=ServiceName:TestService

Delete
DELETE http://ip:9200/test_token/_doc/TestService

What error?

Hi @warkolm : I am getting connection reset error from soap ui.

I have also tried it using curl and I am getting below error

curl: (56) Recv failure: Connection was reset

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.