<?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: how to change the fields in the dashboard for splunk in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525532#M3877</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;..By reordering the fields on table/fields command, can not we re arrange this requirement?!?!&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 08:57:21 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2020-10-20T08:57:21Z</dc:date>
    <item>
      <title>how to change the fields in the dashboard for splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525525#M3873</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="changing fields in dashboards.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11373i9807DFF30C41A061/image-size/large?v=v2&amp;amp;px=999" role="button" title="changing fields in dashboards.PNG" alt="changing fields in dashboards.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this dashboard ,i want the changing fields and coloumn.&lt;/P&gt;&lt;P&gt;For example I want the " planned_AB_ECD1" Beside to&amp;nbsp; "Time spent in Hrs_AE_ECD1 ".pleas&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525525#M3873</guid>
      <dc:creator>ddp2kor</dc:creator>
      <dc:date>2020-10-20T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the fields in the dashboard for splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525529#M3875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226445"&gt;@ddp2kor&lt;/a&gt;&amp;nbsp;may we know your current search query please, so that we can suggest easily.. the statistics table is created generally by "table" or "fields" command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;on these table/fields command, we can just "re-arrange" the order, thats it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;by seeing your screenshot, i assume, your search query is approximately:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Your current search query - 
base search | &amp;lt;some search queries&amp;gt; | table(or Fields) EMPName IT Planned_AB_ECD1 .....source sourcetype spl

modified version:
base search | &amp;lt;some search queries&amp;gt; | table(or Fields) EMPName IT "Planned_AB_ECD1" "Time spent in Hrs_AE_ECD1" .....source sourcetype spl&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525529#M3875</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-20T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the fields in the dashboard for splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525530#M3876</link>
      <description>&lt;LI-CODE lang="markup"&gt;| transpose 0
| eval column=case(column="planned_AB_ECD1","AB_ECD1_A_planned",column="Time spent in Hrs_AB_ECD1","AB_ECD1_B_Hrs_AB_ECD1",true(),column)
| sort column
| eval column=case(column="AB_ECD1_A_planned","planned_AB_ECD1",column="AB_ECD1_B_Hrs_AB_ECD1","Time spent in Hrs_AB_ECD1",true(),column)
| transpose 0 header_field=column
| fields - column&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:47:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525530#M3876</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-20T08:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the fields in the dashboard for splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525532#M3877</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;..By reordering the fields on table/fields command, can not we re arrange this requirement?!?!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525532#M3877</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-20T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the fields in the dashboard for splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525533#M3878</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp; There are many ways to skin a cat!&lt;/P&gt;&lt;P&gt;If you know all the field / column names upfront, using table is one way to go.&lt;/P&gt;&lt;P&gt;If the column names are dependent on the data returned by the search (and these column names look like they might be), using transpose and re-evaluating the column names before sorting and re-evaluating back again provides opportunities to potentially use a more generic renaming scheme. Admittedly, if the column names are known and static, transpose is like using a sledgehammer to crack a nut.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 09:07:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/how-to-change-the-fields-in-the-dashboard-for-splunk/m-p/525533#M3878</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-20T09:07:14Z</dc:date>
    </item>
  </channel>
</rss>

