From 308fab40076bfd376402891363d106738b49e65b Mon Sep 17 00:00:00 2001 From: ruflin Date: Mon, 18 Nov 2019 16:34:51 +0100 Subject: [PATCH] update changelog and assets.md file --- ASSETS.md | 3 +++ CHANGELOG.md | 1 + dev/package-examples/iptables-1.0.4/dataset/log/manifest.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ASSETS.md b/ASSETS.md index eaf0625c5..166667177 100644 --- a/ASSETS.md +++ b/ASSETS.md @@ -276,6 +276,9 @@ type: metric # Each input can be in its own release status release: beta +# If set to true, this will be enabled by default in the input selection +default: true + # Defines variables which are used in the config files and can be configured by the user / replaced by the package manager. vars: - diff --git a/CHANGELOG.md b/CHANGELOG.md index ec56adbfb..a2ce20429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add healthcheck to docker file. [#115](https://github.com/elastic/integrations-registry/pull/115) * Make caching headers configurable per endpoint. [#116](https://github.com/elastic/integrations-registry/pull/116) * Add readme entry to package endpoint. [#128](https://github.com/elastic/integrations-registry/pull/128) +* Add `default` config to dataset manifest. [#148](https://github.com/elastic/integrations-registry/pull/148) ## [0.1.0] diff --git a/dev/package-examples/iptables-1.0.4/dataset/log/manifest.yml b/dev/package-examples/iptables-1.0.4/dataset/log/manifest.yml index f79184681..66787c164 100644 --- a/dev/package-examples/iptables-1.0.4/dataset/log/manifest.yml +++ b/dev/package-examples/iptables-1.0.4/dataset/log/manifest.yml @@ -3,6 +3,8 @@ title: IPTable logs # Needs to describe the type of this input type: logs ingest_pipline: pipeline + +# If set to true, this will be enabled by default in the input selection default: true vars: