<?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 set a token in XML which is not displayed on table ?? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266362#M16793</link>
    <description>&lt;P&gt;Thanks bruceclarke , it works fine, It was really appreciated.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Nagee&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2016 14:56:55 GMT</pubDate>
    <dc:creator>nagendra008</dc:creator>
    <dc:date>2016-03-31T14:56:55Z</dc:date>
    <item>
      <title>How to set a token in XML which is not displayed on table ??</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266360#M16791</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;

&lt;P&gt;I wan't to set a token in xml which is not displayed on table .&lt;BR /&gt;
My requirement :&lt;/P&gt;

&lt;P&gt;my_search | ....  | eval key = "12345$" | table index , source&lt;/P&gt;

&lt;P&gt;But i want to set a token in dashboard.xml as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;set token="Key1"&amp;gt;$row.key$&amp;lt;/set&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any way ??&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Nagee.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 12:00:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266360#M16791</guid>
      <dc:creator>nagendra008</dc:creator>
      <dc:date>2016-03-31T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a token in XML which is not displayed on table ??</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266361#M16792</link>
      <description>&lt;P&gt;You can do this using the  &lt;CODE&gt;&amp;lt;fields&amp;gt;&lt;/CODE&gt; XML element. There is an example below. Notice that we have  &lt;CODE&gt;key&lt;/CODE&gt; in the list of fields we table, but leave it out in the  &lt;CODE&gt;&amp;lt;fields&amp;gt;&lt;/CODE&gt; element.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Hide key field, but allow drilldown&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;my_search | ... | eval key = "12345$" | table index , source, key&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="*"&amp;gt;
            &amp;lt;set token="Key1"&amp;gt;$row.key$&amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
        &amp;lt;fields&amp;gt;index, source&amp;lt;/fields&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:47:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266361#M16792</guid>
      <dc:creator>bruceclarke</dc:creator>
      <dc:date>2016-03-31T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a token in XML which is not displayed on table ??</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266362#M16793</link>
      <description>&lt;P&gt;Thanks bruceclarke , it works fine, It was really appreciated.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Nagee&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-a-token-in-XML-which-is-not-displayed-on-table/m-p/266362#M16793</guid>
      <dc:creator>nagendra008</dc:creator>
      <dc:date>2016-03-31T14:56:55Z</dc:date>
    </item>
  </channel>
</rss>

