<?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: change table view in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565333#M196966</link>
    <description>&lt;P&gt;i will try to make some order&lt;/P&gt;&lt;P&gt;i have 3 queries:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Silverpop:


sourcetype="Silverpop-Transactional-*" Message="Message was successfully sent to *"| top limit=500 "AdditionalData.additionalData.AdditionalParameters.MailingID"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Salesforce channel:
sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforceEmail| top limit=500 "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Salesforce Priority channel:
sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforcePriorityEmail| top limit=500 "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;P&gt;i want to sum together the 2 priority queries and show the table in a way that the headers will be Priority and SilverPop as in the picture i added earlier&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2021 13:43:15 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2021-08-31T13:43:15Z</dc:date>
    <item>
      <title>change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565215#M196914</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;i have a table that looks like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarit_s_0-1630314874591.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15785iE4A0742A7952F2A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarit_s_0-1630314874591.png" alt="sarit_s_0-1630314874591.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and i want it to look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarit_s_1-1630314923987.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15786iCA026811AB06847B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarit_s_1-1630314923987.png" alt="sarit_s_1-1630314923987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the type values will be the header&amp;nbsp;&lt;BR /&gt;what should i do ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 09:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565215#M196914</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-30T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565216#M196915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe your request?&lt;/P&gt;&lt;P&gt;because I don't see any relation between the first and the second table: the fields are all different and the fields of screen 2 aren't the values of type in screen 1!&lt;/P&gt;&lt;P&gt;Then, could you share the search you used for the first visualization?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 09:28:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565216#M196915</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-30T09:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565218#M196916</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;i need the the type values (in screenshot 1) will be the headers of the table&lt;/P&gt;&lt;P&gt;this is my query :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforceEmail| top limit=500 "AdditionalData.Meta.NotificationType" |eval type="Priority " |append [search sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforcePriorityEmail| top limit=500 "AdditionalData.Meta.NotificationType" |eval type="Priority "] |append [search sourcetype="Silverpop-Transactional-*" Message="Message was successfully sent to *"| top limit=500 "AdditionalData.additionalData.AdditionalParameters.MailingID" |eval type="Silverpop "]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, i have 2 parts the the type is "Priority" so i also want to sum them together so in the End i will have 1 column "Priority" and one column "SilverPop"&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 10:31:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565218#M196916</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-30T10:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565219#M196917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok, now is more clear, please try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" ("ContextData.ChannelName"=SalesforceEmail OR "ContextData.ChannelName"=SalesforcePriorityEmail)) OR (sourcetype="eToro-Silverpop-Transactional-*" Message="Message was successfully sent to *")
| stats count(eval(sourcetype="kube:container:notificationsservice-workerservice")) AS Priority count(eval(sourcetype="eToro-Silverpop-Transactional-*")) AS Silverpop BY "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;P&gt;In this way you haven't the limit of 50,000 results in subsearches.&lt;/P&gt;&lt;P&gt;Only one hint: use always the indication of the index, you'll have faster searches!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 09:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565219#M196917</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-30T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565251#M196932</link>
      <description>&lt;P&gt;thanks but for some reason the results of "SilverPOP" are all 0 and its incorrect&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 18:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565251#M196932</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-30T18:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565288#M196946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;check the results of the last search&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="eToro-Silverpop-Transactional-*"&lt;/LI-CODE&gt;&lt;P&gt;if it's correct.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 07:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565288#M196946</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-31T07:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565316#M196957</link>
      <description>&lt;P&gt;yes, its correct&lt;/P&gt;&lt;P&gt;there are results&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565316#M196957</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-31T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565319#M196959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok, you have to modify your search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" ("ContextData.ChannelName"=SalesforceEmail OR "ContextData.ChannelName"=SalesforcePriorityEmail)) OR (sourcetype="eToro-Silverpop-Transactional-*" Message="Message was successfully sent to *")
| eval Type=if(sourcetype="kube:container:notificationsservice-workerservice","Priority","Silverpop")
| stats count(eval(Type="Priority")) AS Priority count(eval(Type="Silverpop")) AS Silverpop BY "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565319#M196959</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-31T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565320#M196960</link>
      <description>&lt;P&gt;its still returns 0&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565320#M196960</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-31T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565322#M196961</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in the first search you use the top command for the field "AdditionalData.Meta.NotificationType"&lt;/LI&gt;&lt;LI&gt;in the second search you use the top command for the field&amp;nbsp;"AdditionalData.AdditionalData.AdditionalParameters.Meta.MailingID"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Have they the same values?&lt;/P&gt;&lt;P&gt;if they have the same values, you have only to rename the second field as the first in the search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" ("ContextData.ChannelName"=SalesforceEmail OR "ContextData.ChannelName"=SalesforcePriorityEmail)) OR (sourcetype="eToro-Silverpop-Transactional-*" Message="Message was successfully sent to *")
| eval Type=if(sourcetype="kube:container:notificationsservice-workerservice","Priority","Silverpop")
| rename "AdditionalData.AdditionalData.AdditionalParameters.Meta.NotificationType" AS "AdditionalData.Meta.NotificationType"
| stats count(eval(Type="Priority")) AS Priority count(eval(Type="Silverpop")) AS Silverpop BY "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;P&gt;Please check the names of the fields.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565322#M196961</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-31T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565325#M196962</link>
      <description>&lt;P&gt;no, they don't have the same values.&lt;/P&gt;&lt;P&gt;the query you added returns no results at all &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:15:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565325#M196962</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-31T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565327#M196964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand:&amp;nbsp;if the values in fields&amp;nbsp;"AdditionalData.Meta.NotificationType" and&amp;nbsp; "AdditionalData.AdditionalData.AdditionalParameters.Meta.MailingID" are different, how can you think to group them and present in the same table?&lt;/P&gt;&lt;P&gt;You can have all results in one table but in some rows you'll have zero in the first column and in some others, you'll have zero in the other columns, in other words, you cannot group them.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565327#M196964</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-31T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565333#M196966</link>
      <description>&lt;P&gt;i will try to make some order&lt;/P&gt;&lt;P&gt;i have 3 queries:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Silverpop:


sourcetype="Silverpop-Transactional-*" Message="Message was successfully sent to *"| top limit=500 "AdditionalData.additionalData.AdditionalParameters.MailingID"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Salesforce channel:
sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforceEmail| top limit=500 "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Salesforce Priority channel:
sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" "ContextData.ChannelName"=SalesforcePriorityEmail| top limit=500 "AdditionalData.Meta.NotificationType"&lt;/LI-CODE&gt;&lt;P&gt;i want to sum together the 2 priority queries and show the table in a way that the headers will be Priority and SilverPop as in the picture i added earlier&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565333#M196966</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-31T13:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565338#M196970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok this means that there isn't any correlation between the two searches and you want only to display results in one table, putting:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in the first column the values of&amp;nbsp;&lt;SPAN&gt;fields&amp;nbsp;"AdditionalData.Meta.NotificationType" and&amp;nbsp; "AdditionalData.AdditionalData.AdditionalParameters.Meta.MailingID",&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;in the second column the count of Priority (the first two searches), present only in the rows where the first columns are the values of&amp;nbsp;"AdditionalData.Meta.NotificationType",&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;in the third column the count of Silverpop (the third search), present only in the rows where the first columns are the values of &amp;nbsp;"AdditionalData.AdditionalData.AdditionalParameters.Meta.MailingID".&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;in this case, please, try something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="kube:container:notificationsservice-workerservice" Message="Filtered channel context" ("ContextData.ChannelName"=SalesforceEmail OR "ContextData.ChannelName"=SalesforcePriorityEmail)
| stats count AS Priority BY "AdditionalData.Meta.NotificationType"
| rename "AdditionalData.Meta.NotificationType" As Column
| append [ search 
     sourcetype="Silverpop-Transactional-*" Message="Message was successfully sent to *"
     | stats count AS Silverpop BY "AdditionalData.additionalData.AdditionalParameters.MailingID"
     | rename "AdditionalData.additionalData.AdditionalParameters.MailingID" AS Column
     ]&lt;/LI-CODE&gt;&lt;P&gt;I Called "Column" the first column, because it isn't possible to leave blank a column name.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 14:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565338#M196970</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-31T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565364#M196985</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;the count is for the last 2 queries&lt;/P&gt;&lt;P&gt;and also in your query i see only 2 columns : "column" and "Priority" so i think something is missing there&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 17:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565364#M196985</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-08-31T17:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565483#M197032</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I fixed it by adding "|fields"&lt;/P&gt;&lt;P&gt;last question, is&amp;nbsp; it possible to sort by the values in silverpop or priority so the highest will be first regardless if its silverpop or priority ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565483#M197032</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-09-01T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: change table view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565669#M197105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes: put at the end of the search a sort command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| sort Silverpop&lt;/LI-CODE&gt;&lt;P&gt;If this answer solves your need, please accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 12:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/change-table-view/m-p/565669#M197105</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-02T12:24:27Z</dc:date>
    </item>
  </channel>
</rss>

