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!

Upcoming Webinar: Unmasking Insider Threats with Slunk Enterprise Security’s UEBA

Join us on Wed, Dec 10. at 10AM PST / 1PM EST for a live webinar and demo with Splunk experts! Discover how ...

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...