How to store a list of nested array in elastcisearch

I have json file which is dynamic. So i have to store it using nested type.
data: [
map[name: kish age: 26 ]
map[name: kal age: 26 company: home]
map[msg: hi date: 123456]
]

How to store this data?
And also can you explain about data mapping too

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.