Syslog ingest pipeline causes Null Pointer Exception #14112
-
Version2.4.110 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU12 RAM48G Storage for /72G Storage for /nsm137G Network Traffic Collectiontap Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailSO 2.4.110, no changes made to ingest pipelines While testing syslog data ingestion, I encountered a Null Pointer Exception in the Syslog pipeline. This seems to be caused by a missing Null check in the 'global@custom' pipeline which is called by the 'common' pipeline which is called by the 'syslog' pipeline. To reproduce, go to Kibana > Stack Management > Ingest Pipelines > search for and edit the "syslog" pipeline > "Test pipeline: Add documents" > Entirely copy and paste this test data and run:
Expected behavior: Actual behavior:
Fix:
and replaced it with
i.e., I added a null check for Let me know if you have any questions or require further information. Thank you and kind regards. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the suggestion! Went ahead and created #14117 for this issue |
Beta Was this translation helpful? Give feedback.
Thanks for the suggestion! Went ahead and created #14117 for this issue