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
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
Describe the bug
Cortex Data > Splunk HEC event line breaks missing
Expected behavior
JSON events from Cortex are extracted correctly, broken by line breaks when using the
pan:firewall_cloudsourcetype.Current behavior
JSON events are not line broken, preventing logs from being parsed correctly when using the
pan:firewall_cloudsourcetype.Possible solution
Preferably fix the cortex data lake side to send individual JSON events with proper line breaking as intended.
Or less preferably, update LINE_BREAKER to break out individual JSON events.
Steps to reproduce
Screenshots
Context
This bug effectively breaks all functionality of the Palo Alto add on when using cortex data lake and Splunk HEC collectors.