<?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 Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684122#M233718</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I need to extract the values of the fields where it has multiple values. So, I used commands like&amp;nbsp;mvzip, mvexpand, mvindex and eval. However the output of my spl query is not matching with the count of the interesting field. Could you please assist on this? Here is my SPL query and output screenshots below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="xxx" sourcetype="xxx" source=xxx events{}.application="xxx" userExperienceScore=FRUSTRATED
| rename userActions{}.application as Application, userActions{}.name as Action, userActions{}.targetUrl as Target_URL, userActions{}.duration as Duration, userActions{}.type as User_Action_Type, userActions{}.apdexCategory as useractions_experience_score
| eval x=mvzip(mvzip(Application,Action),Target_URL), y=mvzip(mvzip(Duration,User_Action_Type),useractions_experience_score)
| mvexpand x
| mvexpand y
| dedup x
| eval x=split(x,","), y=split(y,",")
| eval Application=mvindex(x,0), Action=mvindex(x,1), Target_URL=mvindex(x,2), Duration=mvindex(y,0), User_Action_Type=mvindex(y,1), useractions_experience_score=mvindex(y,2)
| eval Duration_in_Mins=Duration/60000
| eval Duration_in_Mins=round(Duration_in_Mins,2)
| table _time, Application, Action, Target_URL,Duration_in_Mins,User_Action_Type,useractions_experience_score
| sort - _time
| search useractions_experience_score=FRUSTRATED
| search Application="*"
| search Action="*"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;Query Output with the statistics count:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_2-1712983152463.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30392i5FEC5B7C21093C3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_2-1712983152463.png" alt="SureshkumarD_2-1712983152463.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Expected Count:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_1-1712982996608.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30391i11CB5E14A6BC09B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_1-1712982996608.png" alt="SureshkumarD_1-1712982996608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Apr 2024 08:11:41 GMT</pubDate>
    <dc:creator>SureshkumarD</dc:creator>
    <dc:date>2024-04-13T08:11:41Z</dc:date>
    <item>
      <title>Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684122#M233718</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I need to extract the values of the fields where it has multiple values. So, I used commands like&amp;nbsp;mvzip, mvexpand, mvindex and eval. However the output of my spl query is not matching with the count of the interesting field. Could you please assist on this? Here is my SPL query and output screenshots below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="xxx" sourcetype="xxx" source=xxx events{}.application="xxx" userExperienceScore=FRUSTRATED
| rename userActions{}.application as Application, userActions{}.name as Action, userActions{}.targetUrl as Target_URL, userActions{}.duration as Duration, userActions{}.type as User_Action_Type, userActions{}.apdexCategory as useractions_experience_score
| eval x=mvzip(mvzip(Application,Action),Target_URL), y=mvzip(mvzip(Duration,User_Action_Type),useractions_experience_score)
| mvexpand x
| mvexpand y
| dedup x
| eval x=split(x,","), y=split(y,",")
| eval Application=mvindex(x,0), Action=mvindex(x,1), Target_URL=mvindex(x,2), Duration=mvindex(y,0), User_Action_Type=mvindex(y,1), useractions_experience_score=mvindex(y,2)
| eval Duration_in_Mins=Duration/60000
| eval Duration_in_Mins=round(Duration_in_Mins,2)
| table _time, Application, Action, Target_URL,Duration_in_Mins,User_Action_Type,useractions_experience_score
| sort - _time
| search useractions_experience_score=FRUSTRATED
| search Application="*"
| search Action="*"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;Query Output with the statistics count:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_2-1712983152463.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30392i5FEC5B7C21093C3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_2-1712983152463.png" alt="SureshkumarD_2-1712983152463.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Expected Count:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_1-1712982996608.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30391i11CB5E14A6BC09B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_1-1712982996608.png" alt="SureshkumarD_1-1712982996608.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 08:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684122#M233718</guid>
      <dc:creator>SureshkumarD</dc:creator>
      <dc:date>2024-04-13T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684328#M233719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266401"&gt;@SureshkumarD&lt;/a&gt;&amp;nbsp;would it be possible to provide some sample data to go with the search?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 05:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684328#M233719</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-04-16T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684332#M233720</link>
      <description>&lt;P&gt;You are deduping 'x' so you need to understand the consequences of that.&lt;/P&gt;&lt;P&gt;Your search is not doing any aggregations, so without knowing what combinations of Application, Action and Target_URL you have, it's impossible to know what's going on here.&lt;/P&gt;&lt;P&gt;These 3 lines are most likely the source of your problem&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mvexpand x
| mvexpand y
| dedup x&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 07:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684332#M233720</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-04-16T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684705#M233721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/121137"&gt;@KendallW&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can I share you the raw data to go with the search? Please let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 19:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684705#M233721</guid>
      <dc:creator>SureshkumarD</dc:creator>
      <dc:date>2024-04-18T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684709#M233722</link>
      <description>&lt;P&gt;OK. First things first.&lt;/P&gt;&lt;P&gt;As &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt; already pointed out - you're using dedup. This is a very tricky command. It leaves you with just the first event having a unique value of given field (or set of fields). You lose all information about data in all other fields if they differ in multiple events.&lt;/P&gt;&lt;P&gt;A simple run-anywhere example&lt;/P&gt;&lt;PRE&gt;| makeresults count=10&lt;BR /&gt;| eval constant="b"&lt;BR /&gt;| eval random=random()&lt;BR /&gt;| eventstats values(random) as all_values&lt;BR /&gt;| dedup constant&lt;/PRE&gt;&lt;P&gt;Here we explicitly created a summarized field called&amp;nbsp;&lt;EM&gt; all_values&lt;/EM&gt; so that we can in the end see what events were generated but as we do the dedup command we're left with just one result having just one value in the &lt;EM&gt;random&lt;/EM&gt; field.&lt;/P&gt;&lt;P&gt;That's one thing that definitely affects your results.&lt;/P&gt;&lt;P&gt;Another thing is that multivalued fields can be a bit unintuitive sometimes.&lt;/P&gt;&lt;P&gt;Another run-anywhere example&lt;/P&gt;&lt;PRE&gt;| makeresults count=10 &lt;BR /&gt;| eval a=split("a,b,c,d",",")&lt;BR /&gt;| stats count count(a)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Since each of generated result rows has a multivalued field &lt;EM&gt;a&lt;/EM&gt; with four separate values, the overall count which returns just count of results will return 10 but count(a) which will count values in the &lt;EM&gt;a&lt;/EM&gt; field will return 40 because there are 40 separate values in that field.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:30:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684709#M233722</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-18T20:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684719#M233723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure If I explained my requirements in a right way. I would like to expand the multiple values present in the each row to separate rows which is having only the "Frustated" related details like the below expected output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_0-1713473183933.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30478iE37DA7E25AB90F0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_0-1713473183933.png" alt="SureshkumarD_0-1713473183933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected output&lt;/P&gt;&lt;TABLE width="309"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="117"&gt;URL&lt;/TD&gt;&lt;TD width="64"&gt;Duration&amp;nbsp;&lt;/TD&gt;&lt;TD width="64"&gt;Type&lt;/TD&gt;&lt;TD width="64"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;A href="http://www.cde.com" target="_blank"&gt;www.cde.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;88647&lt;/TD&gt;&lt;TD&gt;Load&lt;/TD&gt;&lt;TD&gt;Frustated&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;A href="http://www.fge.com" target="_blank"&gt;www.fge.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;6265&lt;/TD&gt;&lt;TD&gt;Load&lt;/TD&gt;&lt;TD&gt;Frustated&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;A href="http://www.abc.com" target="_blank"&gt;www.abc.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;Load&lt;/TD&gt;&lt;TD&gt;Frustated&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684719#M233723</guid>
      <dc:creator>SureshkumarD</dc:creator>
      <dc:date>2024-04-18T20:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684727#M233724</link>
      <description>&lt;P&gt;We don't know your raw data but the main question is why do you go to all this trouble of mvzipping and joining all those values into a multivalued field when next you want to do is mvexpand.&lt;/P&gt;&lt;P&gt;Why not just filter on raw data in the initial search?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 22:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684727#M233724</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-18T22:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684731#M233725</link>
      <description>&lt;P&gt;Judging from the SPL, where you have two searches for FRUSTRATED, it seems like you have data where multiple userExperienceScores can exist for the same event, hence all the mvexpanding out.&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;points out, it's quite tricky to deal with multivalue fields, particularly when you have 6 MV fields that you are zipping up into 2 pairs (x and y). I assume you are using 2 pairs as there is not a 1:1 correlation between the MV's in each of the pairs.&lt;/P&gt;&lt;P&gt;What I would suggest is to find a reasonably complex SINGLE (or two) event where you can exhibit the problem. This will make it much easier to diagnose the issue. Then we can help explain what is going on.&lt;/P&gt;&lt;P&gt;If you are able to share an example of the raw data (sanitised and preferably NOT a screen image - so we can produce a working example of a solution) that would be good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 00:30:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684731#M233725</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-04-19T00:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684744#M233728</link>
      <description>&lt;P&gt;&lt;SPAN&gt;mvzip, mvexpand and mvindex are simply wrong tools for your data structure. (Well, mvexpand will be needed, but only &lt;EM&gt;after&lt;/EM&gt; you &lt;STRONG&gt;properly&lt;/STRONG&gt; handle the array in your data.) &amp;nbsp;As everybody in this post has pointed out: You need to post sample or precise mock data to reveal the structure. (In text, never screenshot.) This is extremely important when asking question about data analytics in a forum. &amp;nbsp;When you force volunteers to read your mind, not only will they get FRUSTRATED, but even if they are willing, most of the time their mind reading will be incorrect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This said, based on your code, I kind of picture together a rough structure of your data. &amp;nbsp;I will use JSON to illustrate. &amp;nbsp;Something like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "userActions": [
    {
      "application": "app1",
      "name": "action1",
      "targetUrl": "url1",
      "duration": 1234,
      "type": "actiontype1",
      "apdexCategory": "SATISFIED"
    },
    {
      "application": "app1",
      "name": "action2",
      "targetUrl": "url1",
      "duration": 2345,
      "type": "actiontype1",
      "apdexCategory": "DISATISFIED"
    },
    {
      "application": "app1",
      "name": "action3",
      "targetUrl": "url2",
      "duration": 3456,
      "type": "actiontype2",
      "apdexCategory": "FRUSTRATED"
    }
  ],
  "userExperienceScore": "FRUSTRATED",
  "events": [
    {"application": "xxx", "irrelevant": "aaa"},
    {"application": "yyy", "irrelevant": "bbb"}
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your event could be in JSON or it could be in XML, but it contains at least two arrays, events[] and userActions[]. &amp;nbsp;Is this correct? &amp;nbsp;The array events[] is not what frustrates you because its elements and components are no longer needed after initial search. &amp;nbsp;Your end goal from the above three elements of userActions[] is to pick out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    {
      "application": "app1",
      "name": "action3",
      "targetUrl": "url2",
      "duration": 3456,
      "type": "actiontype2",
      "apdexCategory": "FRUSTRATED"
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and display it in this format:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_time&lt;/TD&gt;&lt;TD&gt;Application&lt;/TD&gt;&lt;TD&gt;Action&lt;/TD&gt;&lt;TD&gt;Target_URL&lt;/TD&gt;&lt;TD&gt;Duration_in_Mins&lt;/TD&gt;&lt;TD&gt;User_Action_Type&lt;/TD&gt;&lt;TD&gt;useractions_experience_score&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2024-04-18 22:45:22&lt;/TD&gt;&lt;TD&gt;app1&lt;/TD&gt;&lt;TD&gt;action3&lt;/TD&gt;&lt;TD&gt;url2&lt;/TD&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;TD&gt;actiontype2&lt;/TD&gt;&lt;TD&gt;FRUSTRATED&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;If the above looks close, the first thing you need to do is to forget all about Splunk's flattened fields userActions{}.*; in fact, discard them all. &amp;nbsp;Use spath to reach elements of this array, then mvexpand over the elements, no funny mvzip business. &amp;nbsp;After that, everything becomes trivial.&lt;/P&gt;&lt;P&gt;Using my speculated data, I can reconstruct your SPL into the following to obtain my illustrated output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="xxx" sourcetype="xxx" source=xxx
 events{}.application="xxx" userExperienceScore=FRUSTRATED

| fields - userActions{}.*
| spath path=userActions{}
| mvexpand userActions{}
| spath input=userActions{}
| dedup application name targetUrl
| search apdexCategory = FRUSTRATED application = * name = *
| sort - _time
| rename application as Application, name as Action, targetUrl as Target_URL,
  type as User_Action_Type, apdexCategory as useractions_experience_score
| eval Duration_in_Mins = round(duration / 60000, 2)
| table _time, Application, Action, Target_URL,Duration_in_Mins,User_Action_Type,useractions_experience_score&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Here is an emulation of my speculated data.&amp;nbsp; Play with it and compare with real data&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw = "{
  \"userActions\": [
    {
      \"application\": \"app1\",
      \"name\": \"action1\",
      \"targetUrl\": \"url1\",
      \"duration\": 1234,
      \"type\": \"actiontype1\",
      \"apdexCategory\": \"SATISFIED\"
    },
    {
      \"application\": \"app1\",
      \"name\": \"action2\",
      \"targetUrl\": \"url1\",
      \"duration\": 2345,
      \"type\": \"actiontype1\",
      \"apdexCategory\": \"DISATISFIED\"
    },
    {
      \"application\": \"app1\",
      \"name\": \"action3\",
      \"targetUrl\": \"url2\",
      \"duration\": 3456,
      \"type\": \"actiontype2\",
      \"apdexCategory\": \"FRUSTRATED\"
    }
  ],
  \"userExperienceScore\": \"FRUSTRATED\",
  \"events\": [
    {\"application\": \"xxx\", \"irrelevant\": \"aaa\"},
    {\"application\": \"yyy\", \"irrelevant\": \"bbb\"}
  ]
}"
| spath
``` data speculation for
index="xxx" sourcetype="xxx" source=xxx events{}.application="xxx" userExperienceScore=FRUSTRATED
```&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:07:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684744#M233728</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-04-19T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684831#M233740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks much for your response. I tried the SPL query which you shared. If I dedup only application, name and target url, then I could see duplicates in _time field (Refer screenshot 1) and here is the real data's timestamp in screenshot 2 which inturn gives us the incorrect count between the query output (count &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and the real data logs (count 12)&lt;/P&gt;&lt;P&gt;Screenshot1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_0-1713562402473.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30498i30DB49E9E5C5C3FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_0-1713562402473.png" alt="SureshkumarD_0-1713562402473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_1-1713562703227.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30499i5223717CB9E4EE6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_1-1713562703227.png" alt="SureshkumarD_1-1713562703227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 21:41:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684831#M233740</guid>
      <dc:creator>SureshkumarD</dc:creator>
      <dc:date>2024-04-19T21:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684838#M233742</link>
      <description>&lt;P&gt;You are avoiding answer the question everybody asks: What is your actual data structure? &amp;nbsp;Is it close to what I speculated? &amp;nbsp;Further, you have never illustrated what is expected output. &amp;nbsp;So, the two screenshots with only timestamps means nothing to volunteers. &amp;nbsp;How can we help further?&lt;/P&gt;&lt;P&gt;Specifically,&amp;nbsp;&amp;nbsp;WHY should the output NOT have multiple timestamps after deduping&amp;nbsp;&lt;SPAN&gt;application, name and target url? &amp;nbsp;In your original SPL, the only dedup is on x, which is&amp;nbsp;Application+Action+Target_URL. &amp;nbsp;How is this different? &amp;nbsp;Anything after mvexpand in my search is based on my reading of your intent based only on that complex SPL sample. &amp;nbsp;Instead of making volunteers to read your mind, how about expressing the actual dataset, the result you are trying to get from the data, and the logic to derive the desired result and dataset in plain language (without SPL)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 01:26:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/684838#M233742</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-04-20T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count is getting mismatched for the fields after using the mvzip, mvexpand and mvindex commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/685482#M233892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are my responses below. Please let me know if I missed anything.&lt;/P&gt;
&lt;P&gt;1) What is your actual data structure? - &lt;FONT color="#0000FF"&gt;It is in JSON format.&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;userActions: [ [-]
{ [-]
apdexCategory: FRUSTRATED
application: xxx
cdnBusyTime: null
cdnResources: 0
cumulativeLayoutShift: 0.0006
customErrorCount: 0
dateProperties: [ [+]
]
documentInteractiveTime: 13175
domCompleteTime: 15421
domContentLoadedTime: 14261
domain: xxx
doubleProperties: [ [+]
]
duration: 15430
endTime: 1714043044710
firstInputDelay: 1
firstPartyBusyTime: null
firstPartyResources: 0
frontendTime: 14578
internalApplicationId: APPLICATION-B9BADE8D75A35E32
internalKeyUserActionId: APPLICATION_METHOD-E3EF5284923A6BA3
javascriptErrorCount: 0
keyUserAction: true
largestContentfulPaint: 15423
loadEventEnd: 15430
loadEventStart: 15430
longProperties: [ [+]
]
matchingConversionGoals: [ [+]
]
name: loading of page /home
navigationStart: 1714043029280
networkTime: 804
requestErrorCount: 0
requestStart: 630
responseEnd: 852
responseStart: 678
serverTime: 48
speedIndex: 13866
startTime: 1714043029280
stringProperties: [ [+]
]
targetUrl: xxx
thirdPartyBusyTime: null
thirdPartyResources: 0
totalBlockingTime: null
type: Load
userActionPropertyCount: 0
visuallyCompleteTime: 15416
}
]&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;2) Is it close to what I speculated? Further, you have never illustrated what is expected output. So, the two screenshots with only timestamps means nothing to volunteers. How can we help further? -Y&lt;FONT color="#0000FF"&gt;es correct, it is relevant to the data what you predicted and here is the expected output&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;_time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Application&amp;nbsp; &amp;nbsp; &amp;nbsp; Action&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Target_URL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Duration&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;User_Action_Type&lt;BR /&gt;2024-04-25 07:39:53&amp;nbsp; &amp;nbsp; &amp;nbsp;xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loading /home&amp;nbsp; &amp;nbsp; &lt;A href="http://www.abc.com" target="_blank" rel="noopener"&gt;www.abc.com&lt;/A&gt;&amp;nbsp; &amp;nbsp; 0.26&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Load&lt;BR /&gt;2024-04-25 06:25:50&amp;nbsp; &amp;nbsp; &amp;nbsp;abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loading /wcc/ui/ &lt;A href="http://www.xyz.com" target="_blank" rel="noopener"&gt;www.xyz.com&amp;nbsp;&lt;/A&gt;&amp;nbsp; 3.00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Load&lt;BR /&gt;2024-04-24 19:00:57&amp;nbsp; &amp;nbsp; &amp;nbsp;xyz&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;keypress&amp;nbsp; policy&amp;nbsp; &amp;nbsp;&lt;A href="http://www.bdc.com" target="_blank" rel="noopener"&gt;www.bdc.com&amp;nbsp;&lt;/A&gt; 3.00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Load&lt;BR /&gt;2024-04-24 17:05:11&amp;nbsp; &amp;nbsp; &amp;nbsp;abc&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loading /home&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="http://www.xyz.com" target="_blank" rel="noopener"&gt;www.xyz.com&amp;nbsp;&lt;/A&gt;&amp;nbsp; 0.53&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Xhr&lt;BR /&gt;2024-04-24 10:14:47&amp;nbsp; &amp;nbsp; &amp;nbsp;bcd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loading /prod&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="http://www.rst.com" target="_blank" rel="noopener"&gt;www.rst.com&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; 0.02&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Load&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;3) Specifically, WHY should the output NOT have multiple timestamps after deduping application, name and target url? - I could see multiple timesteps after dedup the application, name and target url. &lt;FONT color="#0000FF"&gt;Here is the screenshot below and see the yellow highlighted.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SureshkumarD_1-1714053761416.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30568i54CF4320EF4BA491/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SureshkumarD_1-1714053761416.png" alt="SureshkumarD_1-1714053761416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) In your original SPL, the only dedup is on x, which is Application+Action+Target_URL. How is this different?. &lt;FONT color="#0000FF"&gt;My bad, here is the below correct SPL query that I tried.&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="dynatrace" sourcetype="dynatrace:usersession" source=saas_prod events{}.application="participantmanagement.thehartford.com" userExperienceScore=FRUSTRATED
| rename userActions{}.application as Application, userActions{}.name as Action, userActions{}.targetUrl as Target_URL, userActions{}.duration as Duration, userActions{}.type as User_Action_Type, userActions{}.apdexCategory as useractions_experience_score
| eval x=mvzip(mvzip(Application,Action),Target_URL), y=mvzip(mvzip(Duration,User_Action_Type),useractions_experience_score)
| mvexpand x
| mvexpand y
| eval x=split(x,","), y=split(y,",")
| eval Application=mvindex(x,0), Action=mvindex(x,1), Target_URL=mvindex(x,2), Duration=mvindex(y,0), User_Action_Type=mvindex(y,1), useractions_experience_score=mvindex(y,2)
| eval Duration_in_Mins=Duration/60000
| eval Duration_in_Mins=round(Duration_in_Mins,2)
| table _time, Application, Action, Target_URL,Duration_in_Mins,User_Action_Type,useractions_experience_score
| search useractions_experience_score=FRUSTRATED
| sort - _time
| dedup _time
| search Application="*"
| search Action="*"
| fields - useractions_experience_score&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;5) Anything after mvexpand in my search is based on my reading of your intent based only on that complex SPL sample. Instead of making volunteers to read your mind, how about expressing the actual dataset, the result you are trying to get from the data, and the logic to derive the desired result and dataset in plain language (without SPL)? &lt;FONT color="#0000FF"&gt;Here is the actual dataset below.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;4/25/24&lt;BR /&gt;7:39:53.000 AM&lt;BR /&gt;{ [-]&lt;BR /&gt;applicationType: WEB_APPLICATION&lt;BR /&gt;bounce: true&lt;BR /&gt;browserFamily: Microsoft Edge&lt;BR /&gt;browserMajorVersion: Microsoft Edge 122&lt;BR /&gt;browserType: Desktop Browser&lt;BR /&gt;clientType: Desktop Browser&lt;BR /&gt;connectionType: UNKNOWN&lt;BR /&gt;dateProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;displayResolution: HD&lt;BR /&gt;doubleProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;duration: 15430&lt;BR /&gt;endReason: TIMEOUT&lt;BR /&gt;endTime: 1714043044710&lt;BR /&gt;errors: [ [+]&lt;BR /&gt;]&lt;BR /&gt;events: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;application: xxx&lt;BR /&gt;internalApplicationId: APPLICATION-B9BADE8D75A35E32&lt;BR /&gt;name: Page change&lt;BR /&gt;page: /index.html&lt;BR /&gt;pageGroup: /index.html&lt;BR /&gt;startTime: 1714043029280&lt;BR /&gt;type: PageChange&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;application: xxx&lt;BR /&gt;internalApplicationId: APPLICATION-B9BADE8D75A35E32&lt;BR /&gt;name: Page change&lt;BR /&gt;page: /home&lt;BR /&gt;pageGroup: /home&lt;BR /&gt;pageReferrer: /index.html&lt;BR /&gt;pageReferrerGroup: /index.html&lt;BR /&gt;startTime: 1714043043405&lt;BR /&gt;type: PageChange&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;application: xxx&lt;BR /&gt;internalApplicationId: APPLICATION-B9BADE8D75A35E32&lt;BR /&gt;name: Page change&lt;BR /&gt;page: /employee/details&lt;BR /&gt;pageGroup: /employee/details&lt;BR /&gt;pageReferrer: /employee/coverage-list&lt;BR /&gt;pageReferrerGroup: /employee/coverage-list&lt;BR /&gt;startTime: 1714043088821&lt;BR /&gt;type: PageChange&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;application: xxx&lt;BR /&gt;internalApplicationId: APPLICATION-B9BADE8D75A35E32&lt;BR /&gt;name: Page change&lt;BR /&gt;page: /employee/coverage-list&lt;BR /&gt;pageGroup: /employee/coverage-list&lt;BR /&gt;pageReferrer: /employee/details&lt;BR /&gt;pageReferrerGroup: /employee/details&lt;BR /&gt;startTime: 1714043403199&lt;BR /&gt;type: PageChange&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;hasCrash: false&lt;BR /&gt;hasError: false&lt;BR /&gt;hasSessionReplay: false&lt;BR /&gt;internalUserId: 17140430425327CQRENIQATV2OT5DV5BTJ2UB3MQF2ALH&lt;BR /&gt;ip: 10.215.67.0&lt;BR /&gt;longProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;matchingConversionGoals: [ [+]&lt;BR /&gt;]&lt;BR /&gt;matchingConversionGoalsCount: 0&lt;BR /&gt;newUser: true&lt;BR /&gt;numberOfRageClicks: 0&lt;BR /&gt;numberOfRageTaps: 0&lt;BR /&gt;osFamily: Windows&lt;BR /&gt;osVersion: Windows 10&lt;BR /&gt;partNumber: 0&lt;BR /&gt;screenHeight: 720&lt;BR /&gt;screenOrientation: LANDSCAPE&lt;BR /&gt;screenWidth: 1280&lt;BR /&gt;startTime: 1714043029280&lt;BR /&gt;stringProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;syntheticEvents: [ [+]&lt;BR /&gt;]&lt;BR /&gt;tenantId: vhz76055&lt;BR /&gt;totalErrorCount: 0&lt;BR /&gt;totalLicenseCreditCount: 0&lt;BR /&gt;userActionCount: 1&lt;BR /&gt;userActions: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;apdexCategory: FRUSTRATED&lt;BR /&gt;application: xxx&lt;BR /&gt;cdnBusyTime: null&lt;BR /&gt;cdnResources: 0&lt;BR /&gt;cumulativeLayoutShift: 0.0006&lt;BR /&gt;customErrorCount: 0&lt;BR /&gt;dateProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;documentInteractiveTime: 13175&lt;BR /&gt;domCompleteTime: 15421&lt;BR /&gt;domContentLoadedTime: 14261&lt;BR /&gt;domain: xxx&lt;BR /&gt;doubleProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;duration: 15430&lt;BR /&gt;endTime: 1714043044710&lt;BR /&gt;firstInputDelay: 1&lt;BR /&gt;firstPartyBusyTime: null&lt;BR /&gt;firstPartyResources: 0&lt;BR /&gt;frontendTime: 14578&lt;BR /&gt;internalApplicationId: APPLICATION-B9BADE8D75A35E32&lt;BR /&gt;internalKeyUserActionId: APPLICATION_METHOD-E3EF5284923A6BA3&lt;BR /&gt;javascriptErrorCount: 0&lt;BR /&gt;keyUserAction: true&lt;BR /&gt;largestContentfulPaint: 15423&lt;BR /&gt;loadEventEnd: 15430&lt;BR /&gt;loadEventStart: 15430&lt;BR /&gt;longProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;matchingConversionGoals: [ [+]&lt;BR /&gt;]&lt;BR /&gt;name: loading of page /home&lt;BR /&gt;navigationStart: 1714043029280&lt;BR /&gt;networkTime: 804&lt;BR /&gt;requestErrorCount: 0&lt;BR /&gt;requestStart: 630&lt;BR /&gt;responseEnd: 852&lt;BR /&gt;responseStart: 678&lt;BR /&gt;serverTime: 48&lt;BR /&gt;speedIndex: 13866&lt;BR /&gt;startTime: 1714043029280&lt;BR /&gt;stringProperties: [ [+]&lt;BR /&gt;]&lt;BR /&gt;targetUrl: xxx&lt;BR /&gt;thirdPartyBusyTime: null&lt;BR /&gt;thirdPartyResources: 0&lt;BR /&gt;totalBlockingTime: null&lt;BR /&gt;type: Load&lt;BR /&gt;userActionPropertyCount: 0&lt;BR /&gt;visuallyCompleteTime: 15416&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;userExperienceScore: FRUSTRATED&lt;BR /&gt;userSessionId: UEFUBRDAPRDHURTCPUKFKKPJVORTPPJA-0&lt;BR /&gt;userType: REAL_USER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 14:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-is-getting-mismatched-for-the-fields-after-using-the-mvzip/m-p/685482#M233892</guid>
      <dc:creator>SureshkumarD</dc:creator>
      <dc:date>2024-04-25T14:08:59Z</dc:date>
    </item>
  </channel>
</rss>

