-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libbeat] Support custom analyzers in fields.yml #28540
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Open questions:
Examples:
|
To address the issue of name collisions, I think that collisions should error out and that packages that define a single location analyzer should namespace the analyzer by their package, essentially as we have here. For the example, The docs should probably also advertise any custom analyzer so that users can use them for extending. |
Describe the enhancement:
Fields.yml fields currently support using the built-in analyzers on
text
fields. But it's not possible to declare a custom analyzer in fields.yml and have it installed as part of the index settings in the index template.Describe a specific use case for the enhancement or feature:
Using a custom
analyzer
orsearch_analzyer
fortext
fields in fields.yml. This will give users a better experience when searching data indexed by Beats.The text was updated successfully, but these errors were encountered: