Skip to content

Commit

Permalink
Restore missing package prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Apr 12, 2021
1 parent a57160f commit 754d6f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export const getEsPackage = async (
const streams = parseAndVerifyStreams(manifestStreams, dataStreamPath);

dataStreams.push({
package: pkgName,
dataset: dataset || `${pkgName}.${dataStreamPath}`,
ingest_pipeline: ingestPipeline || 'default',
path: dataStreamPath,
Expand Down

0 comments on commit 754d6f9

Please sign in to comment.