Skip to content

Commit

Permalink
Fix generated files with stream.yml (#303)
Browse files Browse the repository at this point in the history
It seems when the stream.yml PR was merged, some of the test files were not updated. This PR fixes this.
  • Loading branch information
ruflin authored Mar 25, 2020
1 parent a02aeca commit a92c6c5
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"/package/example-1.0.0/kibana/visualization/7e4084e0-5c99-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/kibana/visualization/80844540-5c97-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/kibana/visualization/ab48c3f0-5ca6-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/dataset/foo/fields/stream.yml",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-entry.json",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-http.json",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-json.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

- name: stream.type
type: constant_keyword
description: >
Stream type
- name: stream.dataset
type: constant_keyword
description: >
Stream dataset.
- name: stream.namespace
type: constant_keyword
description: >
Stream namespace.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

- name: stream.type
type: constant_keyword
description: >
Stream type
- name: stream.dataset
type: constant_keyword
description: >
Stream dataset.
- name: stream.namespace
type: constant_keyword
description: >
Stream namespace.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

- name: stream.type
type: constant_keyword
description: >
Stream type
- name: stream.dataset
type: constant_keyword
description: >
Stream dataset.
- name: stream.namespace
type: constant_keyword
description: >
Stream namespace.
5 changes: 4 additions & 1 deletion testdata/public/package/datasources-1.0.0/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"/package/datasources-1.0.0/docs/README.md",
"/package/datasources-1.0.0/dataset/examplelog1/manifest.yml",
"/package/datasources-1.0.0/dataset/examplelog2/manifest.yml",
"/package/datasources-1.0.0/dataset/examplemetric/manifest.yml"
"/package/datasources-1.0.0/dataset/examplemetric/manifest.yml",
"/package/datasources-1.0.0/dataset/examplelog1/fields/stream.yml",
"/package/datasources-1.0.0/dataset/examplelog2/fields/stream.yml",
"/package/datasources-1.0.0/dataset/examplemetric/fields/stream.yml"
],
"datasets": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

- name: stream.type
type: constant_keyword
description: >
Stream type
- name: stream.dataset
type: constant_keyword
description: >
Stream dataset.
- name: stream.namespace
type: constant_keyword
description: >
Stream namespace.
1 change: 1 addition & 0 deletions testdata/public/package/default-pipeline-0.0.2/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"/package/default-pipeline-0.0.2/manifest.yml",
"/package/default-pipeline-0.0.2/docs/README.md",
"/package/default-pipeline-0.0.2/dataset/foo/manifest.yml",
"/package/default-pipeline-0.0.2/dataset/foo/fields/stream.yml",
"/package/default-pipeline-0.0.2/dataset/foo/elasticsearch/ingest-pipeline/default.json"
],
"datasets": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

- name: stream.type
type: constant_keyword
description: >
Stream type
- name: stream.dataset
type: constant_keyword
description: >
Stream dataset.
- name: stream.namespace
type: constant_keyword
description: >
Stream namespace.
1 change: 1 addition & 0 deletions testdata/public/package/example-1.0.0/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"/package/example-1.0.0/kibana/visualization/7e4084e0-5c99-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/kibana/visualization/80844540-5c97-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/kibana/visualization/ab48c3f0-5ca6-11e9-8477-077ec9664dbd.json",
"/package/example-1.0.0/dataset/foo/fields/stream.yml",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-entry.json",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-http.json",
"/package/example-1.0.0/dataset/foo/elasticsearch/ingest-pipeline/pipeline-json.json",
Expand Down

0 comments on commit a92c6c5

Please sign in to comment.