I need to update only one element of a list within an object in elasticsearch
Example:
{
name: "anything",
docs: [
{
id: "1",
prop: "test",
prop1: "test1"
},
{
id: "2",
prop: "other",
prop1: "other1"
}]
}
I need to update only the docs element with id 1