<?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: Field missing in dataset in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549416#M155889</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233823"&gt;@Gauresh96&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for the late reply.&lt;/P&gt;&lt;P&gt;I analyzed the tutorial data and purchase is not a field but is a action field value, about your request I suggest to try this search:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; sourcetype=access_combined_wcookie action=purchase | stats count by productId&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;sourcetype=access_combined_wcookie action=purchase | lookup prices productId | stats count(product_name) as products by productId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 07:17:11 GMT</pubDate>
    <dc:creator>aasabatini</dc:creator>
    <dc:date>2021-04-27T07:17:11Z</dc:date>
    <item>
      <title>Field missing in dataset</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549309#M155850</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/115090"&gt;@dilip7504&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/136781"&gt;@renjith_nair&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to solve the below problem on "tutorialsdata.zip" provided in documentation as there is no field named as "purchase".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Client purchase details:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Total purchase split by product ID&lt;/LI&gt;&lt;LI&gt;Total Products&amp;nbsp;split by product ID...&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 26 Apr 2021 08:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549309#M155850</guid>
      <dc:creator>Gauresh96</dc:creator>
      <dc:date>2021-04-26T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field missing in dataset</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549310#M155851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233823"&gt;@Gauresh96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can extract the field with a regex&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.learnsplunk.com/splunk-regex-tutorial.html" target="_blank"&gt;https://www.learnsplunk.com/splunk-regex-tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or you can use an extraction at search time with the rex comand&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Rex" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 08:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549310#M155851</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-26T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field missing in dataset</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549322#M155860</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still not getting the result&lt;/P&gt;&lt;P&gt;&lt;A title="Tutorialsdata.zip " href="https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchTutorial/Systemrequirements#Download_the_tutorial_data_files" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchTutorial/Systemrequirements#Download_the_tutorial_data_files&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the dataset url, can you please check. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 10:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549322#M155860</guid>
      <dc:creator>Gauresh96</dc:creator>
      <dc:date>2021-04-26T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field missing in dataset</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549416#M155889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233823"&gt;@Gauresh96&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for the late reply.&lt;/P&gt;&lt;P&gt;I analyzed the tutorial data and purchase is not a field but is a action field value, about your request I suggest to try this search:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; sourcetype=access_combined_wcookie action=purchase | stats count by productId&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;sourcetype=access_combined_wcookie action=purchase | lookup prices productId | stats count(product_name) as products by productId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 07:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-missing-in-dataset/m-p/549416#M155889</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-27T07:17:11Z</dc:date>
    </item>
  </channel>
</rss>

