<?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 Error when trying to search Network Traffic data model with tstats in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521127#M146819</link>
    <description>&lt;P&gt;I am trying to search the Network Traffic data model, specifically blocked traffic, as follows:&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true allow_old_summaries=true count from datamodel="Network_Traffic"."All_Traffic"."Traffic_By_Action"."Blocked_Traffic"&lt;/P&gt;&lt;P&gt;and I get the following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error in 'DataModelCache': Invalid or unaccelerable root object for datamodel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I not chaining the child objects correctly in the search?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thx&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 18:24:57 GMT</pubDate>
    <dc:creator>jwalzerpitt</dc:creator>
    <dc:date>2020-09-23T18:24:57Z</dc:date>
    <item>
      <title>Error when trying to search Network Traffic data model with tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521127#M146819</link>
      <description>&lt;P&gt;I am trying to search the Network Traffic data model, specifically blocked traffic, as follows:&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true allow_old_summaries=true count from datamodel="Network_Traffic"."All_Traffic"."Traffic_By_Action"."Blocked_Traffic"&lt;/P&gt;&lt;P&gt;and I get the following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error in 'DataModelCache': Invalid or unaccelerable root object for datamodel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I not chaining the child objects correctly in the search?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 18:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521127#M146819</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-23T18:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to search Network Traffic data model with tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521151#M146824</link>
      <description>&lt;P&gt;The datamodel keyword takes only the root datamodel name.&amp;nbsp; To specify a dataset within the DM, use the nodename option.&amp;nbsp; See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchReference/Tstats#:~:text=indicating,model" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchReference/Tstats#:~:text=indicating,model&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats summariesonly=true allow_old_summaries=true count from datamodel="Network_Traffic" where nodename="All_Traffic"."Traffic_By_Action"."Blocked_Traffic"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521151#M146824</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-23T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to search Network Traffic data model with tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521270#M146875</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thx for the reply and the info.&lt;/P&gt;&lt;P&gt;When I ran the query&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats summariesonly=true allow_old_summaries=true count from datamodel="Network_Traffic" WHERE nodename="All_Traffic"."Traffic_By_Action"."Blocked_Traffic"&lt;/LI-CODE&gt;&lt;P&gt;I got the following error:&amp;nbsp;&lt;SPAN&gt;Error in 'TsidxStats': WHERE clause is not an exact query&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521270#M146875</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-24T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to search Network Traffic data model with tstats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521300#M146883</link>
      <description>&lt;P&gt;Figured out the issue after banging away for a little - I had to drop the quotes from the nodenames&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats summariesonly=true allow_old_summaries=true count from datamodel="Network_Traffic" WHERE nodename=All_Traffic.Traffic_By_Action.Blocked_Traffic BY _time span=1h&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 15:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-when-trying-to-search-Network-Traffic-data-model-with/m-p/521300#M146883</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-24T15:05:46Z</dc:date>
    </item>
  </channel>
</rss>

