-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add details to the reference package discussed in #242
- Loading branch information
Showing
4 changed files
with
101 additions
and
3 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
dev/packages/example/reference-1.0.0/dataset/reference/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Title of the dataset | ||
title: Reference Logs Title | ||
|
||
# Release status of the dataset. | ||
# Allowed values: ga, beta, experimental | ||
release: beta | ||
|
||
# Describes the type of the dataset. | ||
# Allowed values: logs, metrics, events | ||
type: logs | ||
|
||
# This is the ingest pipeline which should be used. If none is define, | ||
# it checks if a default pipeline exists. | ||
#ingest_pipeline: default | ||
|
||
# List of supported streams. There can be multiple stream definitions for different input types. | ||
streams: | ||
- | ||
# This is the input to be used defined on the package level. The names must match. | ||
input: logs | ||
|
||
# Title shown for the stream. If not set, falls back to dataset id | ||
title: Title reference stream | ||
|
||
# Description of the stream. It can contain markdown and should contain more details about the stream. | ||
description: Collecting the nginx access logs from file. | ||
|
||
vars: | ||
- name: paths | ||
required: true | ||
|
||
# Title shown on top of the variable | ||
title: Example variable title | ||
|
||
# More detailed description of the variable, example values, how to use it. Markdown is allowed. | ||
description: > | ||
Description around how a variable should be used, what values it can contain and it can even contain | ||
**Markdown** or links. | ||
# Type to be used for it in the UI. | ||
# Allowed values: text, password, bool, integer | ||
type: text | ||
|
||
# Multi defines if the values is an array and multiple values can be defined | ||
multi: true | ||
|
||
# Default value to be filled in, in the UI. | ||
default: foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Reference package | ||
|
||
This is the standard README.md file for the reference package. | ||
|
||
In here, all the documentation around the package itself and the datasets should be added. This can become pretty long. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters