Disclaimer: I am very new to Elasticsearch.
I read through the documentation and I still can't find a way to run this example:
POST /testOne/testTwo/testThree
{
"testingOne" : {
"testingTwo" : {
"testingThree" : 3438
}
}
}
I am using a Mac (and Terminal). So far, I have found that I can use -XPUT, but I can't seem to get -XPOST. As far as nesting, I am still unsure, based the documentation, if I can do all of this in one command or if it needs to be split into several commands run sequentially. Any help is appreciated!