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
My guess is that wildcard/keyword types will default to this if you don't specify. Ideally we should be able to search through all IO event text. Currently this issue prevents that, as any events that have more than 1024 bytes will not be indexed and as a result not searchable.
My guess is that wildcard/keyword types will default to this if you don't specify. Ideally we should be able to search through all IO event text. Currently this issue prevents that, as any events that have more than 1024 bytes will not be indexed and as a result not searchable.
Looking at the documentation for the field https://www.elastic.co/guide/en/elasticsearch/reference/master/keyword.html#wildcard-field-type, it says that ignore_above should default to 2147483647, so perhaps something going on in endpoint-package tooling.
The text was updated successfully, but these errors were encountered: