_source column is getting removed from OpenSearch when a new column is added

13 Views Asked by At

Whenever I add a new column, _source is getting removed and I can't add it back When I remove all the added columns, _source column is automatically added How can I prevent _source column from being removed?

Before adding any column

When a new column is added

_source column should stay with all the other columns added

0

There are 0 best solutions below