Index settings total_fields.limit still exist?

Hello,

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

OpenSearch v2.3

Describe the issue:

I don’t find in the doc how to increase the index.mapping.total_field.limit (as we did in ElasticSearch) so my question is more : Do we still need to worry about the index mapping total field limit ? If yes, a documentation exist about this ? or the ElasticSearch documentation is still valid with OpenSearch 2.3 concerning this ?

Configuration:

“settings” : {
“index” : {
“mapping” : {
“total_fields” : {
“limit” : “1000”
}
},
},
}

Thank you in advance for your help

Hey @Remi,

yes the limit still exists. I can’t find it as well (but currently looking this up on mobile, so who knows), I’ve found this thread talking about the limit:

I have updated my limit for an index as well.
But great question if we would still have to use the Elastic Docs for this

BR, Andreas

1 Like