You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processor_content_modifier: skip GROUP_START markers during metadata/body processing
Skip GROUP_START markers when the processor is operating on log metadata
or body contexts. This prevents the processor from attempting to process
group markers as regular log records, which would cause errors since
group markers have a different structure than normal log events.
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments