if i do client.send({});
content of the objects is appended to field called message in elastic how do i create new fields
egg: if my object contains {name:"name", age: "29"} in elastic it must create a doc with new fields name and age
how to do this ??