<?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: Issue with a log JSON in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146453#M29832</link>
    <description>&lt;P&gt;Hi somesoni2, Your example worked fine. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2014 18:20:28 GMT</pubDate>
    <dc:creator>rafamss</dc:creator>
    <dc:date>2014-02-11T18:20:28Z</dc:date>
    <item>
      <title>Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146447#M29826</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I'm having a issues with a log data file in the following format (JSON):&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;{"widget": {&lt;BR /&gt;
    "debug": "on",&lt;BR /&gt;
    "window": {&lt;BR /&gt;
        "title": "Sample Konfabulator Widget",&lt;BR /&gt;
        "name": "main_window",&lt;BR /&gt;
        "width": 500,&lt;BR /&gt;
        "height": 500&lt;BR /&gt;
    },&lt;BR /&gt;
    "image": { &lt;BR /&gt;
        "src": "Images/Sun.png",&lt;BR /&gt;
        "name": "sun1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 250,&lt;BR /&gt;
        "alignment": "center"&lt;BR /&gt;
    },&lt;BR /&gt;
    "text": {&lt;BR /&gt;
        "data": "Click Here",&lt;BR /&gt;
        "size": 36,&lt;BR /&gt;
        "style": "bold",&lt;BR /&gt;
        "name": "text1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 100,&lt;BR /&gt;
        "alignment": "center",&lt;BR /&gt;
        "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"&lt;BR /&gt;
    }&lt;BR /&gt;
}}&lt;BR /&gt;
{"widget": {&lt;BR /&gt;
    "debug": "on",&lt;BR /&gt;
    "window": {&lt;BR /&gt;
        "title": "Sample Konfabulator Widget",&lt;BR /&gt;
        "name": "main_window",&lt;BR /&gt;
        "width": 500,&lt;BR /&gt;
        "height": 500&lt;BR /&gt;
    },&lt;BR /&gt;
    "image": { &lt;BR /&gt;
        "src": "Images/Sun.png",&lt;BR /&gt;
        "name": "sun1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 250,&lt;BR /&gt;
        "alignment": "center"&lt;BR /&gt;
    },&lt;BR /&gt;
    "text": {&lt;BR /&gt;
        "data": "Click Here",&lt;BR /&gt;
        "size": 36,&lt;BR /&gt;
        "style": "bold",&lt;BR /&gt;
        "name": "text1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 700,&lt;BR /&gt;
        "alignment": "center",&lt;BR /&gt;
        "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"&lt;BR /&gt;
    }&lt;BR /&gt;
}}&lt;BR /&gt;
{"widget": {&lt;BR /&gt;
    "debug": "on",&lt;BR /&gt;
    "window": {&lt;BR /&gt;
        "title": "Sample Konfabulator Widget",&lt;BR /&gt;
        "name": "main_window",&lt;BR /&gt;
        "width": 500,&lt;BR /&gt;
        "height": 500&lt;BR /&gt;
    },&lt;BR /&gt;
    "image": { &lt;BR /&gt;
        "src": "Images/Sun.png",&lt;BR /&gt;
        "name": "sun1",&lt;BR /&gt;
        "hOffset": 240,&lt;BR /&gt;
        "vOffset": 250,&lt;BR /&gt;
        "alignment": "center"&lt;BR /&gt;
    },&lt;BR /&gt;
    "text": {&lt;BR /&gt;
        "data": "Click Here",&lt;BR /&gt;
        "size": 36,&lt;BR /&gt;
        "style": "bold",&lt;BR /&gt;
        "name": "text1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 100,&lt;BR /&gt;
        "alignment": "center",&lt;BR /&gt;
        "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"&lt;BR /&gt;
    }&lt;BR /&gt;
}}&lt;BR /&gt;
{"widget": {&lt;BR /&gt;
    "debug": "on",&lt;BR /&gt;
    "window": {&lt;BR /&gt;
        "title": "Sample Konfabulator Widget",&lt;BR /&gt;
        "name": "main_window",&lt;BR /&gt;
        "width": 600,&lt;BR /&gt;
        "height": 500&lt;BR /&gt;
    },&lt;BR /&gt;
    "image": { &lt;BR /&gt;
        "src": "Images/Sun.png",&lt;BR /&gt;
        "name": "sun1",&lt;BR /&gt;
        "hOffset": 950,&lt;BR /&gt;
        "vOffset": 250,&lt;BR /&gt;
        "alignment": "center"&lt;BR /&gt;
    },&lt;BR /&gt;
    "text": {&lt;BR /&gt;
        "data": "Click Here",&lt;BR /&gt;
        "size": 36,&lt;BR /&gt;
        "style": "bold",&lt;BR /&gt;
        "name": "text1",&lt;BR /&gt;
        "hOffset": 250,&lt;BR /&gt;
        "vOffset": 190,&lt;BR /&gt;
        "alignment": "center",&lt;BR /&gt;
        "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"&lt;BR /&gt;
    }&lt;BR /&gt;
}}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The Splunk only recognizes the file as a unique line. What do I do ?&lt;/P&gt;

&lt;P&gt;Rafael Martins&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146447#M29826</guid>
      <dc:creator>rafamss</dc:creator>
      <dc:date>2014-02-11T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146448#M29827</link>
      <description>&lt;P&gt;You've create data input from Splunk Web or directly from props.conf?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146448#M29827</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-11T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146449#M29828</link>
      <description>&lt;P&gt;I created through Splunk Web.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146449#M29828</guid>
      <dc:creator>rafamss</dc:creator>
      <dc:date>2014-02-11T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146450#M29829</link>
      <description>&lt;P&gt;did you configure the event breaking or your just went ahead with default values?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146450#M29829</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-11T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146451#M29830</link>
      <description>&lt;P&gt;I created a new source type and inserted the data log file into directory that was already previously configured. I consider this is the simplest way to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:39:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146451#M29830</guid>
      <dc:creator>rafamss</dc:creator>
      <dc:date>2014-02-11T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146452#M29831</link>
      <description>&lt;P&gt;Since your data don't have timestamp (for each event), SPlunk is considering whole file content as one event. When seeing the preview of the log file during import, click on 'adjust timestamp and event break settings' link (in top section). Then in 'Event breaks' tab, select option "specify patter..." and provide this value {"widget"     . Click on apply and continue with other things that your were doing so far.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 17:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146452#M29831</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-11T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146453#M29832</link>
      <description>&lt;P&gt;Hi somesoni2, Your example worked fine. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146453#M29832</guid>
      <dc:creator>rafamss</dc:creator>
      <dc:date>2014-02-11T18:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with a log JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146454#M29833</link>
      <description>&lt;P&gt;Hi somesoni2, Your example worked fine. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-a-log-JSON/m-p/146454#M29833</guid>
      <dc:creator>rafamss</dc:creator>
      <dc:date>2014-02-11T18:22:01Z</dc:date>
    </item>
  </channel>
</rss>

