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
For index patterns with lots of fields, it is possible for the "fields" property on the index_pattern type to be over 32k in size. ES will prevent it from being indexed.
I don't think it needs to be indexed so it should probably be marked as "index": false. You could also set the ignore_above flag instead.
The text was updated successfully, but these errors were encountered:
For index patterns with lots of fields, it is possible for the "fields" property on the index_pattern type to be over 32k in size. ES will prevent it from being indexed.
I don't think it needs to be indexed so it should probably be marked as "index": false. You could also set the ignore_above flag instead.
The text was updated successfully, but these errors were encountered: