-
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
Add 'composed_of' support for template creation with setup commands #29549
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Hi! We're labeling this issue as |
Hello @pierrehilbert |
No just has been stalled for too long. |
Hi! We're labeling this issue as |
Describe the enhancement: Add the ability to attach component templates to the V2 templates create by the various beat setup processes.
Describe a specific use case for the enhancement or feature: I have a lowercasing normalizer I attach to certain fields for winlogbeat, to make searching easier (less case sensitive). I'm working on shifting from legacy to v2 templates, and I'd like to have a way to include certain component templates that I've made to the templates created by the setup process.
I looked at https://github.com/kvch/beats/blob/master/libbeat/template/config.go but there doesn't appear to be support for appending 'composed_of' to templates this way. I've tested a handful of different ways with the existing reference file, but did not have any success, though I apologize if I missed something and this already works.
Ideally it could be something like
setup.template.composed_of: ["component1", "component2"]
For reference, this is the normalizer I have configured:
component template
The text was updated successfully, but these errors were encountered: