Skip to content

Conversation

DonaldChung-HK
Copy link
Contributor

fix #1728

remove deprecated keys: this prevents filebeats starting
added processors: dns, dissect, decode_json_fields, convert;
add docker log support; add secomp config

@DonaldChung-HK DonaldChung-HK force-pushed the 1728_update_filebeat_schema_70 branch from 2d52bb1 to 9360bc4 Compare January 31, 2025 14:38
@jrha jrha added this to the 25.next milestone Jan 31, 2025
@DonaldChung-HK DonaldChung-HK force-pushed the 1728_update_filebeat_schema_70 branch from e1c7688 to 614c9d5 Compare June 10, 2025 14:16
…ys; added processors: dns, dissect, decode_json_fields, convert; add docker log support; add secomp config

fixed max_lines and added annotation
@jrha jrha force-pushed the 1728_update_filebeat_schema_70 branch from 614c9d5 to 951acab Compare September 5, 2025 10:36
'match' ? choice('after', 'before')
'max_lines' ? long(0..)
'timeout' ? long(0..)
'max_lines' ? long(0..)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now a duplicated property (see two lines above)

Suggested change
'max_lines' ? long(0..)

}
type beats_filebeat_input_multiline = {
'pattern' ? string_trimmed
'pattern' ? string #string type to consider for potential whitespaced pattern
Copy link
Member

@jrha jrha Sep 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'pattern' ? string #string type to consider for potential whitespaced pattern
@{ Regular expression to match, may contain leading and/or trailing white space }
'pattern' ? string

@jrha
Copy link
Member

jrha commented Sep 5, 2025

Rebased on main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ncm-metaconfig: fixing filebeat schema 7.0 and adding additional processor
2 participants