You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
if i do client.send({});
content of the objects is appended to field called
message
in elastic how do i create new fieldsegg: 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 ??
The text was updated successfully, but these errors were encountered: