Skip to main content
  • 7,210 Posts
  • 26,540 Replies
7210 Posts
Write to ElasticSearch JSON directly

Hi,I would like to write to elasticsearch, not from a table but from some JSON instead. I have prepared the JSON before hand because it has to be nested.The output format is like so:{    "mappings": {      "storymap": {        "properties": {          "storyname": {            "type": "text"          },          "storyid": {            "type": "integer"          },          "storyjson": {            "type": "text"          },          "categoryname": {            "type": "text"          },          "subcategoryname": {            "type": "text"          },         "regions": {           "type": "nested",           "properties": {             "region_id": {               "type": "integer"             }           }         }        }      }    }} I have managed to

Badge Winners

Show all badges

Community Stats

32,329
Posts
123,141
Replies
40,359
Members