Hi Team,
I am trying to pushing the json array of data to Elasticsearch but its showing as error
How to push below json array to Elasticsearch:-
[
{
"operation": "create",
"senderid": "jmbaxi001",
"values": [
{
"VENDOR_ID": "9",
"VENDOR_SERVICE_ID": 15,
"IS_ACTIVE": 1
},
{
"VENDOR_ID": "8",
"VENDOR_SERVICE_ID": 17,
"IS_ACTIVE": 1
}
]
}
]