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
It should be documented what implicit variables are available to handlebar templates for input packages. Input packages appear to be able to reference an {{data_stream.dataset}} despite it not being declared within any manifest. We should document this so that developers can discover its existence through the package-spec. For example:
It should be documented what implicit variables are available to handlebar templates for input packages. Input packages appear to be able to reference an
{{data_stream.dataset}}
despite it not being declared within any manifest. We should document this so that developers can discover its existence through the package-spec. For example:package-spec/test/packages/custom_logs/agent/input/input.yml.hbs
Line 18 in 4846157
https://github.com/elastic/integrations/blob/80579aa022841f78d5020a274ef103249f6af810/packages/sql_input/agent/input/input.yml.hbs#L14-L15
It should be noted that some input packages do explicitly declare the variable (maybe they shouldn't be doing this?).
The text was updated successfully, but these errors were encountered: