diff --git a/versions/1/manifest.spec.yml b/versions/1/manifest.spec.yml index 4bdf6a701..a9b325b8e 100644 --- a/versions/1/manifest.spec.yml +++ b/versions/1/manifest.spec.yml @@ -179,6 +179,7 @@ spec: name: description: Name of input group. type: string + pattern: '[a-z][a-z_]+' examples: - logs - metrics @@ -261,6 +262,7 @@ spec: input_group: description: Name of the input group type: string + pattern: '[a-z][a-z_]+' examples: - logs - metrics