<?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: Data can not be inherited ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691415#M235428</link>
    <description>&lt;P&gt;Please provide more specific examples of the events you are dealing with.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 09:08:39 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-06-24T09:08:39Z</dc:date>
    <item>
      <title>Data can not be inherited ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691410#M235425</link>
      <description>&lt;P&gt;Hello everyone, I am a newbie in this field, I am looking forward to your help.&lt;/P&gt;&lt;P&gt;I am using Eventgen to create data samples for Splunk Enterprise.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a datamodel "Test", a dataset "datasetA" in that datamodel, "datasetB" inherited from "datasetA" and "datasetC" inherited from "datasetB".&lt;BR /&gt;&lt;BR /&gt;All the data samples are satisfy with the base search and constraints of all datasets. It means all data samples are the sample in 3 datasets above.&lt;BR /&gt;&lt;BR /&gt;The problem is there are values of datasetA.fieldname, but not for datasetB.fieldname even datasetB is inherited from datasetA.&lt;BR /&gt;&lt;BR /&gt;Is there anyone have the same problem?&lt;/P&gt;&lt;P&gt;More information: Sorry because i do not capture it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;example: |tstats values(datasetA.action) from datamodel=Test -&amp;gt;result: 3 actions&lt;BR /&gt;|stats values(datasetA.datasetB.action) from datamodel=Test -&amp;gt;result: no result found&lt;BR /&gt;&lt;BR /&gt;The data samples in datasetA and datasetB is the same&lt;BR /&gt;&lt;BR /&gt;Thank you for reading &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 10:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691410#M235425</guid>
      <dc:creator>OnePiece</dc:creator>
      <dc:date>2024-06-24T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data can not be inherited ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691415#M235428</link>
      <description>&lt;P&gt;Please provide more specific examples of the events you are dealing with.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 09:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691415#M235428</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-06-24T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data can not be inherited ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691419#M235430</link>
      <description>&lt;P&gt;Thank you for your supporting, i have updated the information, sorry because i did not capture it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 10:29:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691419#M235430</guid>
      <dc:creator>OnePiece</dc:creator>
      <dc:date>2024-06-24T10:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data can not be inherited ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691445#M235442</link>
      <description>&lt;P&gt;The field is available at the level at which it was defined. So if you have - for example - the Network_Traffic datamodel, all fields are defined at the root level - the All_Traffic node. So the proper search would be&lt;/P&gt;&lt;PRE&gt;| tstats count from datamodel=Network_Traffic.All_Traffic&lt;BR /&gt;where nodename=All_Traffic.Traffic_By_Action.Allowed_Traffic&lt;BR /&gt;by All_Traffic.src_ip&lt;/PRE&gt;&lt;P&gt;But as the Performance datamodel has some fields defined at "lower" levels, you can do - for example -&lt;/P&gt;&lt;PRE&gt;| tstats count from datamodel=Performance.All_Performance&lt;BR /&gt;where nodename=All_Performance.OS.Timesync&lt;BR /&gt;by All_Performance.OS.Timesync.action&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 13:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691445#M235442</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-24T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data can not be inherited ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691497#M235454</link>
      <description>&lt;P&gt;Thank you for your supporting,&lt;/P&gt;&lt;P&gt;Hmm, I ensure that all the samples in DatasetA is as the same as DatasetB. Therefore, i do not understand why:&lt;BR /&gt;+DatasetA.action has values&lt;BR /&gt;+DatasetA.DatasetB.action does not have values&lt;/P&gt;&lt;P&gt;Not only for field "action", all the field after ".DatasetB" do not have values. Eventhough DatasetB is inherited from DatasetA ?&lt;BR /&gt;May be something wrong in setting datamodel?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 04:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-can-not-be-inherited/m-p/691497#M235454</guid>
      <dc:creator>OnePiece</dc:creator>
      <dc:date>2024-06-25T04:41:10Z</dc:date>
    </item>
  </channel>
</rss>

