Skip to content

Commit

Permalink
reset id
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jun 24, 2020
1 parent 0cd02dc commit f6a03cd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"datasets": [
{
"type": "logs",
"name": "example.foo",
"name": "bar.noo",
"title": "Foo",
"release": "experimental",
"ingest_pipeline": "pipeline-entry",
Expand Down
2 changes: 1 addition & 1 deletion testdata/package/example/1.0.0/dataset/foo/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This dataset has a different id then the path
id: bar
name: bar.noo

title: Foo

Expand Down
17 changes: 17 additions & 0 deletions testdata/public/package/example/1.0.0/dataset/foo/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This dataset has a different id then the path
name: bar.noo

title: Foo

# Needs to describe the type of this input
type: logs
ingest_pipeline: pipeline-entry

streams:
- input: foo
vars:
- name: paths
required: true
description: Path to log files to be collected
type: text
multi: true

0 comments on commit f6a03cd

Please sign in to comment.