| 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. |