<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to configure line breaking for my sample JSON event? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362061#M66031</link>
    <description>&lt;P&gt;yeah you need to install jq on the os. you are working on nix right?&lt;/P&gt;

&lt;P&gt;Its worth it because its less a point solution and more an other spell in the voodoo book&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 15:28:21 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-03-21T15:28:21Z</dc:date>
    <item>
      <title>How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362041#M66011</link>
      <description>&lt;P&gt;I've been through this thread: &lt;A href="https://answers.splunk.com/answers/295142/line-breaker-in-single-line-printed-json-doc.html"&gt;https://answers.splunk.com/answers/295142/line-breaker-in-single-line-printed-json-doc.html&lt;/A&gt; &lt;BR /&gt;
without any success. &lt;/P&gt;

&lt;P&gt;I have JSON data coming in as 1 event, and I need it broken up into the individual events seen on the page.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"id":588699,"name":null,"status":{"id":2963,"name":"Handled"},"priority":{"id":2873,"name":"Urgent"},"queue":{"id":2144,"name":"Default"},"description":null,"assigned_to":{"id":4120,"username":"user4@company.com"},"asset_list":{"id":4777,"name":"Info Security Threat_Splunk"},"advisory":{"id":199003,"advisory_identifier":"SA74447","title":"Blue Coat Security Analytics Multiple Vulnerabilities","released":"2016-12-21T15:24:53Z","modified_date":"2016-12-21T15:24:53Z","criticality":2,"criticality_description":"Highly critical","solution_status":4,"solution_status_description":"Partial Fix","where":1,"where_description":"From remote","cvss_score":10.0,"cvss_vector":"(AV:N/AC:L/Au:N/C:C/I:C/A:C/E:U/RL:TF/RC:C)","type":0,"is_zero_day":false},"created":"2016-12-21T15:33:09Z","pretty_id":79,"custom_score":null,"last_updated":"2016-12-21T15:40:28Z"},{"id":584252,"name":null,"status":{"id":2963,"name":"Handled"},"priority":{"id":2873,"name":"Urgent"},"queue":{"id":2144,"name":"Default"},"description":null,"assigned_to":{"id":4118,"username":"user3@company.com"},"asset_list":{"id":4657,"name":"PSS Middleware Environment"},"advisory":{"id":195840,"advisory_identifier":"SA73221","title":"Oracle Solaris Multiple Third Party Components Multiple Vulnerabilities","released":"2016-10-19T14:20:02Z","modified_date":"2016-12-19T14:42:30Z","criticality":2,"criticality_description":"Highly critical","solution_status":2,"solution_status_description":"Vendor Patched","where":1,"where_description":"From remote","cvss_score":10.0,"cvss_vector":"(AV:N/AC:L/Au:N/C:C/I:C/A:C/E:U/RL:OF/RC:C)","type":0,"is_zero_day":false},"created":"2016-12-20T13:43:24Z","pretty_id":76,"custom_score":null,"last_updated":"2017-01-11T19:47:09Z"},"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So Secunia is dropping a comma in between each event, and I've read that makes Splunk not read the data as _json. Is that accurate?  I've tried regex to use the close bracket, comma and open bracket, without luck. &lt;BR /&gt;
I also need help in getting the timestamp to map to the created timestamp in the event. &lt;BR /&gt;
Any help you can provide will be useful. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362041#M66011</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-20T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362042#M66012</link>
      <description>&lt;P&gt;Splunk is pretty picky about the formatting of the JSON data. For example, if you have one character before or after the beginning and ending curly braces ('{}'), Splunk will not do the JSON formatted output when you search the data. If their JSON strings are not formatted just right, that could be the reason that you are not seeing the results that you would like to see. Give that what I'm seeing is a &lt;CODE&gt;},"&lt;/CODE&gt; at the end of your JSON string, I would think that would be the case here. &lt;A href="http://jsonlint.com"&gt;http://jsonlint.com&lt;/A&gt; shows an error that there are two JSON strings on the line, which doesn't bode well for Splunk to work with either.&lt;/P&gt;

&lt;P&gt;Can you modify the JSON before you bring it into Splunk, or is this data just how it comes from the application and the file being indexed is immutable? Either way, you will probably have to set things up to modify the JSON data so that Splunk can parse it properly and index it as JSON data.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362042#M66012</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-03-20T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362043#M66013</link>
      <description>&lt;P&gt;Yes, I can edit the data, I'm bringing it in via a bash script. Though pulling that comma out via sed might be tricky.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362043#M66013</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-20T19:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362044#M66014</link>
      <description>&lt;P&gt;Will this work for your data (It works for the string you provided)?:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sed -e "s/},{/}+{/" -e "s/}[^}]*$/}/" z.log | tr "+" "\n"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If the rest of your data will work with this, then you should be fine. Without seeing more data it is hard to tell if it will work or not in a more general case. You may have to change the + character to something else if your data may contain a + in it. There are some other ways to do that as well, but this way is pretty clean.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362044#M66014</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-03-20T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362045#M66015</link>
      <description>&lt;P&gt;If the problem is an extra comma between the events, then you just need to adjust your LINE_BREAKER for this sourcetype in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
LINE_BREAKER = }(,){"id":
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 01:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362045#M66015</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T01:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362046#M66016</link>
      <description>&lt;P&gt;I'm going through the Add Data wizard in Splunk, and I'm selecting the _json sourcetype, then adding LINE_BREAKER of what you suggested, but that doesn't break the events up. Do I need to add something additional?  When I try and create a new sourcetype, without using json, I've tried LINE_BREAKER with that value, as well as BREAK_ONLY_BEFORE, which was added when I put that in the REGEX portion of Event Breaks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:16:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362046#M66016</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2020-09-29T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362047#M66017</link>
      <description>&lt;P&gt;The best bet for this topic is to either &lt;/P&gt;

&lt;P&gt;1) use the REST API modular input to call the endpoint and create an event handler to parse this data so that Splunk has a better time ingesting or &lt;/P&gt;

&lt;P&gt;2) preparse with something like jq to split out the one big json blob into smaller pieces so you get the event breaking you want but maintain the json structure - throw ur entire blob in here &lt;A href="https://jqplay.org"&gt;https://jqplay.org&lt;/A&gt; and see if you can break it out the way you want.&lt;/P&gt;

&lt;P&gt;Can you share an entire event on pastebin or Slack? Then we can play with the jq syntax and get it rocking&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362047#M66017</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T13:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362048#M66018</link>
      <description>&lt;P&gt;check out jq then. I have a enhancement request in to see if we can incorporate some of its magic into the json pipeline. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362048#M66018</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362049#M66019</link>
      <description>&lt;P&gt;I've tried the REST API modular input, and I wasn't able to make it split up the events on each page, nor could I bring in the events from all pages (ungood at python), so I made a bash script instead. That's showing problems in this regard, as I can't pull out the comma's. If it's not one thing it's 5.  Here's the pastebin dump, cleaned up and our company data removed: &lt;A href="http://pastebin.com/EJpmwz77"&gt;http://pastebin.com/EJpmwz77&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362049#M66019</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-21T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362050#M66020</link>
      <description>&lt;P&gt;You should need ONLY &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt; and &lt;CODE&gt;SHOULD_LINEMERGE=false&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:27:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362050#M66020</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362051#M66021</link>
      <description>&lt;P&gt;you just want each of these as events, right?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    {
      "id": 592594,
      "name": null,
      "status": {
        "id": 2963,
        "name": "Handled"
      },
      "priority": {
        "id": 2864,
        "name": "Low"
      },
      "queue": {
        "id": 2144,
        "name": "Default"
      },
      "description": null,
      "assigned_to": {
        "id": 2426,
        "username": "user1@company.com"
      },
      "asset_list": null,
      "advisory": {
        "id": 199009,
        "advisory_identifier": "SA74347",
        "title": "VMware ESXi Script Insertion Vulnerability",
        "released": "2016-12-21T22:28:44Z",
        "modified_date": "2016-12-21T22:28:44Z",
        "criticality": 4,
        "criticality_description": "Less critical",
        "solution_status": 2,
        "solution_status_description": "Vendor Patched",
        "where": 1,
        "where_description": "From remote",
        "cvss_score": 4.3,
        "cvss_vector": "(AV:N/AC:M/Au:N/C:N/I:P/A:N/E:U/RL:OF/RC:C)",
        "type": 0,
        "is_zero_day": false
      }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;do you care about this piece?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;{&lt;BR /&gt;
  "count": 66,&lt;BR /&gt;
  "next": "https://api.app.secunia.com/api/tickets/?page=2",&lt;BR /&gt;
  "previous": null,&lt;BR /&gt;
  "results": [&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:41:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362051#M66021</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362052#M66022</link>
      <description>&lt;P&gt;I don't need that in Splunk, no. The rest is what I need.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362052#M66022</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-21T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362053#M66023</link>
      <description>&lt;P&gt;So I created the sourcetype in the GUI w/ those settings, and after searching the data, it all goes into one event. I edit the props.conf and added &lt;CODE&gt;SHOULD_LINEMERGE=false&lt;/CODE&gt; to the stanza, restarted splunk, and the events are still in one event. Editing the sourcetype in the GUI shows SHOULD_LINEMERGE = true, but in props it shows as false. What do?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362053#M66023</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-21T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362054#M66024</link>
      <description>&lt;P&gt;ok cool...so might need to catch you in Slack to give you the full tour (though I am a jq n00b too), but heres what I did. &lt;/P&gt;

&lt;P&gt;I took your json and threw it in jqplay then used its magic syntax, which is like sed/awk for json, and i told it to "unwrap" the results array so that we can get something splunk can eat as single events...&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;.results[]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/clShDXR.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I know, i know..ugh another thing to learn...but this one is worth it, and like you, i no speaka good python, so this is easier for me than learning python to create a handler for the mod input...&lt;/P&gt;

&lt;P&gt;Anwyays, I took the ouput, saved it to file then ran it thru add data wiz...looking good to me...so basically you would just run the api results thru jq as part of your script to ingest...&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/Sp1qAhy.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362054#M66024</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T14:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362055#M66025</link>
      <description>&lt;P&gt;Please open a support case with Secunia encouraging them to adhere to the strict JSON standard. The standard not complicated, and what Splunk parses without issue.&lt;/P&gt;

&lt;P&gt;If more customers complained to their vendors, there'd be less need for workarounds like this.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362055#M66025</guid>
      <dc:creator>nnmiller</dc:creator>
      <dc:date>2017-03-21T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362056#M66026</link>
      <description>&lt;P&gt;Checklist:&lt;BR /&gt;
1) Did you deploy this to all the Indexers (or to the forwarders if &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;)?&lt;BR /&gt;
2) Did you restart splunk after deploying?&lt;BR /&gt;
3) Are you looking at old events (they will stay broken forever; you need to look ONLY at events that were forwarded after steps 1-2)?&lt;BR /&gt;
4) Are you sure that your timestamping is correct (i.e. repaired events may be in a different time window, even in the future, so that you are looking for them but they are somewhere else in the wrong place)?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362056#M66026</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362057#M66027</link>
      <description>&lt;P&gt;@mmodestino; this would make a great blog or conference session.  Is there a way that I can see you run through the whole process start to finish?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:17:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362057#M66027</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T14:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362058#M66028</link>
      <description>&lt;P&gt;I'm doing this on a test splunk install, so all on one box. Restarted Splunk. Looks like I needed to re-index the data, that worked. Unfortunately, it didn't prettify some of the events, specifically the events at the beginning of a page. They stay in the faux json, I suppose because the additional count and page lines.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:24:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362058#M66028</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-21T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362059#M66029</link>
      <description>&lt;P&gt;Yes, this. I'm not sure if I just add &lt;CODE&gt;jq .results[]&lt;/CODE&gt; to my bash script or what exactly. Thanks for everyones help so far.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:25:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362059#M66029</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2017-03-21T14:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure line breaking for my sample JSON event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362060#M66030</link>
      <description>&lt;P&gt;I could gladly help with notes on the learning curve the from the perspective of someone who knows just enough to get into trouble &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I think I know a few splunkers that could so something like that justice...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-line-breaking-for-my-sample-JSON-event/m-p/362060#M66030</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T14:57:55Z</dc:date>
    </item>
  </channel>
</rss>

