elasticsearch - Stop processing nested elements and treat as string or raw -


good afternoon,

looking way elasticsearch stop processing further fields , instead treat string or raw. keep in mind newbie elk stack. have similar following:

{   "_index" : "logstash-2016.04.21",   "level1" : {     "level2" : {       "1" : "somevalue",       "2" : "somevalue2"     }   } } 

what have happen contents of level2 treated string , not create nested fields of 1 , 2. hope makes sense.

thank you, mike

changing field in template enable : false did trick. thank @vipw


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -