-
Notifications
You must be signed in to change notification settings - Fork 67
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
Remove requirement for streams definition in dataset manifest #483
Conversation
Previously streams definition in the dataset manifest was required. This led to the problem that for example the endpoint package specified an input there even though it is not used: https://github.com/elastic/package-storage/blob/master/packages/endpoint/0.1.0/dataset/events/manifest.yml This removes the requirement for the streams definition and adds a package for testing it.
|
||
|
||
## [Unreleased](https://github.com/elastic/package-registry/compare/v0.2.0...v0.3.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found this issue while updating the changelog.
@@ -17,6 +17,7 @@ | |||
91348 example-0.0.2/kibana/index-pattern/filebeat.json | |||
0 example-0.0.2/kibana/infrastructure-ui-source/ | |||
797 example-0.0.2/kibana/infrastructure-ui-source/default.json | |||
0 example-0.0.2/kibana/search/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mtojek Kind of suprised about this change. Lets see what CI thinks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out I had locally still an empty directory probably which is not checked into git. Cleaning up the testdata directory and checking it out again solved this issue (I hope).
@jonathan-buttner Could you try to to update the endpoint package on the above? |
Previously streams definition in the dataset manifest was required. This led to the problem that for example the endpoint package specified an input there even though it is not used: https://github.com/elastic/package-storage/blob/master/packages/endpoint/0.1.0/dataset/events/manifest.yml This removes the requirement for the streams definition and adds a package for testing it.