<?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: Network data statics dashboard in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Network-data-statics-dashboard/m-p/481943#M7772</link>
    <description>&lt;P&gt;Certain things are a little unclear.&lt;BR /&gt;&lt;BR /&gt;
1) how much data do you want?&lt;BR /&gt;
2) how much data is on the underlying indexes?&lt;BR /&gt;
3) how much data is the data model set to retain?&lt;BR /&gt;
4) have you verified that the data model is fully up to date and there are no skipped searches?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 22:51:18 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2020-04-23T22:51:18Z</dc:date>
    <item>
      <title>Network data statics dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Network-data-statics-dashboard/m-p/481942#M7771</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I have request to collect all network data based allowed denyed and dropped traffic info from various network feeds.&lt;BR /&gt;
Unfortunately my network data model is not set only 15 days worth of data so i have to run manual searches  to collect data so any &lt;BR /&gt;
help will be much appreciated .&lt;BR /&gt;
I have tried with below one but not showing all data  and any help will be much appreciated &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats summariesonly=t allow_old_summaries=f count
 FROM datamodel=Network_Traffic.All_Traffic 
 WHERE index=* BY sourcetype All_Traffic.action _time span=1h 
 | rename All_Traffic.* AS * 
 | stats count As total_connections count(eval(action=="allowed")) AS allowed count(eval(action=="blocked" OR action=="dropped")) AS blocked BY _time, sourcetype 
 | eval pct_blocked = 100 * blocked / total_connections
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Network-data-statics-dashboard/m-p/481942#M7771</guid>
      <dc:creator>Splunk_rocks</dc:creator>
      <dc:date>2020-04-22T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Network data statics dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Network-data-statics-dashboard/m-p/481943#M7772</link>
      <description>&lt;P&gt;Certain things are a little unclear.&lt;BR /&gt;&lt;BR /&gt;
1) how much data do you want?&lt;BR /&gt;
2) how much data is on the underlying indexes?&lt;BR /&gt;
3) how much data is the data model set to retain?&lt;BR /&gt;
4) have you verified that the data model is fully up to date and there are no skipped searches?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 22:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Network-data-statics-dashboard/m-p/481943#M7772</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2020-04-23T22:51:18Z</dc:date>
    </item>
  </channel>
</rss>

