Getting Data In

line break NIST CVE json file

DanielASG
Explorer

I trying to break up the nist cve json file into each cve event

Below is a (small) output of the json file

CVE_data_numberOfCVEs" : "1691",
"CVE_data_timestamp" : "2019-03-28T00:00Z",
"CVE_Items" : [ {
"cve" : {
  "data_type" : "CVE",

I would like to line split it so it looks like this

{
"cve" : {
  "data_type" : "CVE",

But only seam to get it to split like this

  "cve" : {
  "data_type" : "CVE",

I have tried the below
Props.conf

BREAK_ONLY_BEFORE =(?m){\s+”cve”

And

BREAK_ONLY_BEFORE =\s{\s+”cve”

With no luck … I have tried lots of other ways but the two above should work (I think)

Can anyone see im doing wrong?
thanks

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...