<?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: JSON Data issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471957#M81114</link>
    <description>&lt;P&gt;@chiraggl &lt;BR /&gt;
Did that comment by @kamlesh_vaghela help you?  Do you need more assistance?  &lt;/P&gt;

&lt;P&gt;If you have it solved, great! Let us know, or even write up your own answer and mark this question as answered.  And upvote any other things you found handy for that.&lt;/P&gt;

&lt;P&gt;If not, then let us know what else you need and maybe we can help!&lt;/P&gt;

&lt;P&gt;-Rich&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2019 15:20:21 GMT</pubDate>
    <dc:creator>Richfez</dc:creator>
    <dc:date>2019-12-26T15:20:21Z</dc:date>
    <item>
      <title>JSON Data issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471955#M81112</link>
      <description>&lt;P&gt;observations_statistics: { [-]&lt;BR /&gt;
     risk_vectors: { [-]&lt;BR /&gt;
       botnet_infections: { [-]&lt;BR /&gt;
         average_duration_days: 14.2&lt;BR /&gt;
         count: 45&lt;BR /&gt;
         count_period: year&lt;BR /&gt;
       }&lt;BR /&gt;
       malware_servers: { [-]&lt;BR /&gt;
         average_duration_days: 0&lt;BR /&gt;
         count: 0&lt;BR /&gt;
         count_period: year&lt;BR /&gt;
       }&lt;BR /&gt;
       potentially_exploited: { [+]&lt;BR /&gt;
       }&lt;BR /&gt;
       spam_propagation: { [+]&lt;BR /&gt;
       }&lt;BR /&gt;
       unsolicited_comm: { [+]&lt;BR /&gt;
       }&lt;/P&gt;

&lt;P&gt;How can I inherit inner properties and values to get count and count period properties to display a line graph?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471955#M81112</guid>
      <dc:creator>chiraggl</dc:creator>
      <dc:date>2020-09-30T03:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Data issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471956#M81113</link>
      <description>&lt;P&gt;@chiraggl &lt;/P&gt;

&lt;P&gt;If you have valid JSON event then Splunk will extract fields for you. So you can easily get values. Try below search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YOUR_SEARCH | table "observations_statistics.risk_vectors.botnet_infections.count" "observations_statistics.risk_vectors.botnet_infections.count_period" "observations_statistics.risk_vectors.malware_servers.count" "observations_statistics.risk_vectors.malware_servers.count_period"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sample &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval _raw="{\"observations_statistics\": {\"risk_vectors\": {\"botnet_infections\": {\"average_duration_days\": \"14.2\",\"count\": \"45\",\"count_period\": \"year\"},\"malware_servers\": {\"average_duration_days\": \"0\",\"count\": \"0\",\"count_period\": \"year\"}}}}"| extract | table "observations_statistics.risk_vectors.botnet_infections.count" "observations_statistics.risk_vectors.botnet_infections.count_period" "observations_statistics.risk_vectors.malware_servers.count" "observations_statistics.risk_vectors.malware_servers.count_period"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After this If you share some valid JSON event and expect output then it will be very helpful for us.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 16:33:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471956#M81113</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-12-23T16:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Data issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471957#M81114</link>
      <description>&lt;P&gt;@chiraggl &lt;BR /&gt;
Did that comment by @kamlesh_vaghela help you?  Do you need more assistance?  &lt;/P&gt;

&lt;P&gt;If you have it solved, great! Let us know, or even write up your own answer and mark this question as answered.  And upvote any other things you found handy for that.&lt;/P&gt;

&lt;P&gt;If not, then let us know what else you need and maybe we can help!&lt;/P&gt;

&lt;P&gt;-Rich&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 15:20:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-Data-issues/m-p/471957#M81114</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2019-12-26T15:20:21Z</dc:date>
    </item>
  </channel>
</rss>

