elastic / elastic/endpoint-package

[Terminal Output] process.io.text (wildcard) field seems to be set to only index values < 1024 chars

Open
#304 0 comments 0 reactions 1 assignee Claimed by @mitodrummer View on GitHub
bug
Dominant language
Python
Stars
33
Forks
20
Avg merge
2d 16h
Merged PRs (30d)
5

Description

![Image](https://user-images.githubusercontent.com/16198204/194180358-66cff343-0e4b-43c3-83df-61739485127d.png)

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.