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 has been archived by the owner on Dec 14, 2024. It is now read-only.
I believe this has always been the case, our Obs team has been trying to get to the bottom of this since the integration was originally set up and have had an ongoing case raised with Splunk on this issue.
My fix for this is a bit hacky, I've cloned the sourcetype and set the following: LINE_BREAKER: \}\}() TRUNCATE: 999999
For reference the installed version on our Splunk cloud environment is currently v8.1.0
I've identified another issue which is impacting the ability to perform field extractions and normalization. similar to #325. This could be due to the events being sent to the incorrect HTTP endpoint (as there are several to choose from in the Splunk dev docs covering HTTP inputs).
What should happen is that the top level key/value pairs in the JSON sent to Splunk should be interpreted as internal fields (.e.g. host, source, time), and the nested JSON under the event key interpreted as the actual event and displayed accordingly.
What is actually happening is the following, the Palo event data lives under the event key at the top level and therefore all of the Palo knowledge objects are not being applied as the fields are extracted as event.<field_name>.
Example of a correctly interpreted event sent to the https://http-inputs.splunkcloud.com/services/collector/event endpoint. Note that the JSON displayed is the nested JSON from the top level event key, this was sent to the HTTP input endpoint as follows:
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_cloud
sourcetype.Current behavior
JSON events are not line broken, preventing logs from being parsed correctly when using the
pan:firewall_cloud
sourcetype.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.
The text was updated successfully, but these errors were encountered: