Skip to content

Allow multiple template paths#1089

Open
jsoriano wants to merge 4 commits intoelastic:mainfrom
jsoriano:allow-multiple-template-paths
Open

Allow multiple template paths#1089
jsoriano wants to merge 4 commits intoelastic:mainfrom
jsoriano:allow-multiple-template-paths

Conversation

@jsoriano
Copy link
Member

@jsoriano jsoriano commented Feb 16, 2026

What does this PR do?

Add support for multiple template paths in integration packages.

Wherever template_path could be used before, template_paths can be used now, with a list of templates.

Why is it important?

With the composable packages project it is going to be possible to combine integration and input packages. This will be solved in build time, but templates will need to be rendered and merged by Fleet.

Checklist

Related issues

@jsoriano jsoriano self-assigned this Feb 16, 2026
@jsoriano jsoriano requested a review from a team as a code owner February 16, 2026 20:55
@elasticmachine
Copy link

💚 Build Succeeded

cc @jsoriano

Copy link
Contributor

@mrodm mrodm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +74 to +76
### {Data stream name}

The `{data stream name}` data stream provides events from {source} of the following types: {list types}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but in input packages this section would not be needed , would it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Change Proposal] Add support for multiple templates in integration packages

3 participants