Hello!
We are reciving the following error:
The number of nested documents has exceeded the allowed limit of [10000]. This limit can be set by changing the [index.mapping.nested_objects.limit] index level setting.
We have changed the limit as follow:
PUT metricbeat/_settings
{
"index.mapping.nested_objects.limit": 150000
}
result:
"index" : {
"mapping" : {
"nested_objects" : {
"limit" : "150000"
},
"total_fields" : {
"limit" : "10000"
}
}
But the error stills.
We have three logstash being monitor but this one in concrete throw this error due to logstash-xpack module.
Could someone help us?
Thank you so much in advanced!