-
Notifications
You must be signed in to change notification settings - Fork 91
Support ML module Kibana type #152
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
Changes from 3 commits
e89676f
6e4a096
843283b
92fab43
05395ed
58f8cb6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {} | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -74,3 +74,12 @@ | |||||
| type: file | ||||||
| contentMediaType: "application/json" | ||||||
| pattern: '^.+\.json$' | ||||||
| - description: Folder containing ML module assets | ||||||
| type: folder | ||||||
| name: ml_module | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looking at the test package, I assume you want the folder under
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the folder should be under kibana but named
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes this is a mistake. The changes I had made to test elastic/kibana#94950 use |
||||||
| required: false | ||||||
| contents: | ||||||
| - description: An ML module asset file | ||||||
| type: file | ||||||
| contentMediaType: "application/json" | ||||||
| pattern: '^{PACKAGE_NAME}-.+\.json$' | ||||||
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.
Would be nice to have some example content, mostly to see how it will look and as an example.
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.
I've added the NGINX module saved object in 05395ed