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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...