need to insert json object to an index.i know it is a silly question but not able to get rid of that.sample json data:
{"test":[
{
"sourceNumber": 6,
"sourceName": "Trade Days",
"result": "false"
},
{
"sourceNumber": 6,
"sourceName": "Period Start",
"result": "true"
}
]}
I have tried using curl but it is not working. Thanking you in advance.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.