Skip to content

Commit

Permalink
Merge pull request #1610 from jrha/fix_beats_schema
Browse files Browse the repository at this point in the history
ncm-metaconfig: beats: Remove trailing comma in choice
  • Loading branch information
jrha committed Aug 3, 2023
2 parents 87a1091 + 88a758b commit 1ab0ccb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -194,7 +194,7 @@ type beats_filebeat_input = {
'utf-16be',
'utf-16be-bom',
'utf-16le',
'utf-8',
'utf-8'
)
'type' ? choice('log', 'stdin')
'exclude_lines' ? string_trimmed[]
Expand Down

0 comments on commit 1ab0ccb

Please sign in to comment.