Skip to content

Commit

Permalink
Support ML module Kibana type
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 18, 2021
1 parent 63e8131 commit e89676f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/packages/good/kibana/ml/good-ml-module-abc-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
9 changes: 9 additions & 0 deletions versions/1/kibana/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@
type: file
contentMediaType: "application/json"
pattern: '^.+\.json$'
- description: Folder containing ML module assets
type: folder
name: ml_module
required: false
contents:
- description: An ML module asset file
type: file
contentMediaType: "application/json"
pattern: '^{PACKAGE_NAME}-.+\.json$'

0 comments on commit e89676f

Please sign in to comment.