Skip to content

Commit

Permalink
ncm-metaconfig: beats: Remove trailing comma in choice
Browse files Browse the repository at this point in the history
For some reason this is a syntax error with choice.
  • Loading branch information
jrha committed Aug 22, 2023
1 parent 8c02cc3 commit a599c26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 a599c26

Please sign in to comment.