<?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: Troubleshooting Data Model Network_Traffic in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234634#M45031</link>
    <description>&lt;P&gt;Assuming the current CIM data models here, do you get search results from the root object of the data model:&lt;BR /&gt;
 (&lt;CODE&gt;cim_Network_Traffic_indexes&lt;/CODE&gt;) tag=network tag=communicate&lt;/P&gt;

&lt;P&gt;If no, have you defined indexes in the cim_Network_Traffic_indexes macro?  Or do you have the index in your default searched indexes?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:37:23 GMT</pubDate>
    <dc:creator>mbenwell</dc:creator>
    <dc:date>2020-09-29T09:37:23Z</dc:date>
    <item>
      <title>Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234633#M45030</link>
      <description>&lt;P&gt;I am trying to set up ES and having some issues with Network_Traffic data model. I am getting logs from the firewalls with tags network and communicate, and I also created field alias for some of the fields. But the Network_Traffic data model still doesn't show any results. Any idea how to troubleshoot the issue? &lt;/P&gt;

&lt;P&gt;I am getting 0 results after executing this command: | datamodel Network_Traffic All_Traffic search&lt;/P&gt;

&lt;P&gt;***I also looked into this document: &lt;A href="http://docs.splunk.com/Documentation/ES/3.1/Install/Networkdashboard" target="_blank"&gt;http://docs.splunk.com/Documentation/ES/3.1/Install/Networkdashboard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234633#M45030</guid>
      <dc:creator>daniel_augustyn</dc:creator>
      <dc:date>2020-09-29T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234634#M45031</link>
      <description>&lt;P&gt;Assuming the current CIM data models here, do you get search results from the root object of the data model:&lt;BR /&gt;
 (&lt;CODE&gt;cim_Network_Traffic_indexes&lt;/CODE&gt;) tag=network tag=communicate&lt;/P&gt;

&lt;P&gt;If no, have you defined indexes in the cim_Network_Traffic_indexes macro?  Or do you have the index in your default searched indexes?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234634#M45031</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2020-09-29T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234635#M45032</link>
      <description>&lt;P&gt;I don't get any results by running this search. How do I define an index in the cim_Network_Traffic_indexes macro for this data model? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234635#M45032</guid>
      <dc:creator>daniel_augustyn</dc:creator>
      <dc:date>2020-09-29T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234636#M45033</link>
      <description>&lt;P&gt;Go to settings&amp;gt;advanced search&amp;gt;search macros. Select 'Splunk Common Information Model' (Splunk_SA_CIM) from the 'app context' menu. It should be listed there. &lt;/P&gt;

&lt;P&gt;do you get anything by searching just the tags:&lt;BR /&gt;
tag=network tag=communicate&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234636#M45033</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2020-09-29T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234637#M45034</link>
      <description>&lt;P&gt;I found these two: &lt;/P&gt;

&lt;P&gt;cim_Network_Traffic_indexes (index="network_summary" OR index="network_summary2" OR index="network_summary3")&lt;/P&gt;

&lt;P&gt;communicate tag=network tag=communicate | tags outputfield=tag | fillnull value=unknown action,dvc,rule,transport,src,dest | &lt;CODE&gt;lower(transport)&lt;/CODE&gt; | fillnull value=0 bytes_in,bytes_out,src_port,dest_port | eval bytes=if(isnull(bytes),bytes_in+bytes_out,bytes) | &lt;CODE&gt;get_vendor_product&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234637#M45034</guid>
      <dc:creator>daniel_augustyn</dc:creator>
      <dc:date>2020-09-29T09:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234638#M45035</link>
      <description>&lt;P&gt;So the macro "cim_Network_Traffic_indexes" contains (index="network_summary" OR index="network_summary2" OR index="network_summary3")"?&lt;/P&gt;

&lt;P&gt;That seems strange, the network_summary* indexes are from ES, not the original data, that could be the issue.  I am not sure why this would be the case, maybe something with your deployment?  The macro "cim_Network_Traffic_indexes" should define the indexes to use in the data model.  These cim_* macros are really to improve performance&lt;/P&gt;

&lt;P&gt;Assuming there is a reason for the network_summary indexes listed in the macro, you could add the real data index to that macro and give it a go, i.e. add " OR index=" in the brackets&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234638#M45035</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2020-09-29T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234639#M45036</link>
      <description>&lt;P&gt;I am having a similar issue with the Network_Traffic data model but mine is stuck on building and has been for a few days. I tried turning off acceleration and turning it back on to see if that would fix it but it still just stays on building.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 16:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234639#M45036</guid>
      <dc:creator>mcxrisley08</dc:creator>
      <dc:date>2018-03-26T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Data Model Network_Traffic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234640#M45037</link>
      <description>&lt;P&gt;Hi @mcxrisley08&lt;/P&gt;

&lt;P&gt;Since this post is almost 2 years old, I'd suggest posting a new question to get visibility for your issue. Peak traffic in the forum is from now until 1-2pm PST, so it would be a good time to post. Just provide as much detail in your content for users in the community to fully understand your problem so they can help you out. What have you done so far, what your current result is, and what you expect to see. &lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 16:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Troubleshooting-Data-Model-Network-Traffic/m-p/234640#M45037</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2018-03-26T16:51:50Z</dc:date>
    </item>
  </channel>
</rss>

