Skip to content

Commit

Permalink
Predefining available input groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 8, 2021
1 parent 82be362 commit 3f94e1f
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions versions/1/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,36 +169,6 @@ spec:
description: Kibana versions compatible with this package.
examples:
- ">=7.9.0"
input_groups:
description: List of input groups offered by this package.
type: array
items:
type: object
additionalProperties: false
properties:
name:
description: Name of input group.
type: string
pattern: '[a-z][a-z_]+'
examples:
- logs
- metrics
title:
description: Title of input group.
type: string
examples:
- Access Logs
- Health Metrics
description:
description: Longer description of the input group.
type: string
examples:
- Collect logs from AWS service
- Collect metrics from AWS service
required:
- name
- title
- description
policy_templates:
description: List of policy templates offered by this package.
type: array
Expand Down Expand Up @@ -262,8 +232,7 @@ spec:
input_group:
description: Name of the input group
type: string
pattern: '[a-z][a-z_]+'
examples:
enum:
- logs
- metrics
multi:
Expand Down

0 comments on commit 3f94e1f

Please sign in to comment.