-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
-
1.22.1
We combine filebeat with kubernetes to parse out container logs for the build system.
SInce the plugin uses a unique key value for each build, you can quickly exceed the default 10,000 fields limit for builds.
Filebeat does not currently offer a regex to drop matching fields so we can't drop the single label matching our build label from being parsed.
https://github.com/elastic/beats/issues/12923
Since there is little value in keeping this as a unique key but instead should move to using a single key name with a value.
- causes
-
JENKINS-60537 Exception when using multiple labels on a pod template
- Resolved
- is duplicated by
-
JENKINS-56442 Use agent slave pod label value instead of key
- Closed
- is related to
-
JENKINS-56442 Use agent slave pod label value instead of key
- Closed
- relates to
-
JENKINS-37087 Label expressions and multiple labels per pod aren't handled properly
- Closed
- links to