<?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: Does Splunk support fields with whitespace from custom drill-down in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298695#M43178</link>
    <description>&lt;P&gt;Try with just $row.Network Location$&lt;BR /&gt;
I have a similar issue, with needing the passed variable to appear in the new search as "just like this" and not just like this.&lt;BR /&gt;
If that makes sense.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 23:49:29 GMT</pubDate>
    <dc:creator>mrgibbon</dc:creator>
    <dc:date>2017-07-19T23:49:29Z</dc:date>
    <item>
      <title>Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298690#M43173</link>
      <description>&lt;P&gt;I have a statistic table with some of the field names contained whitespace, and I created a custom drill-down for each field and pass the parameters to another dashboard when clicked on the field.  Here is the sample codes from the statistic table:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
&amp;lt;option name="count"&amp;gt;5&amp;lt;/option&amp;gt;
&amp;lt;drilldown&amp;gt;
   &amp;lt;link field="status"&amp;gt;
       /app/my_app/details_dashboard?form.http_status=$row.status$
   &amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The code showed above only works if the field  doesn't contain a whitespace.  For the fields with whitespace, I defined as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
&amp;lt;drilldown&amp;gt;
   &amp;lt;link field="Network Location"&amp;gt;
      /app/my_app/details_dashboard?form.location=$row.\"Network Location\"$
   &amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, it doesn't work at all.  I would like to find out if Splunk supports fields with whitespace from custom drill-down.  If any, what is the correct way to handle it?  Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298690#M43173</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2017-02-14T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298691#M43174</link>
      <description>&lt;P&gt;You can work-around this my using the replace function. | replace "" with "*" | &lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298691#M43174</guid>
      <dc:creator>nravichandran</dc:creator>
      <dc:date>2017-02-14T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298692#M43175</link>
      <description>&lt;P&gt;Hi nravichandran, I am not clear what you meant.  Could you please explain more?  thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:09:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298692#M43175</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2017-02-14T20:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298693#M43176</link>
      <description>&lt;P&gt;If you know the fields before-hand then you can rename the fields.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298693#M43176</guid>
      <dc:creator>nravichandran</dc:creator>
      <dc:date>2017-02-14T20:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298694#M43177</link>
      <description>&lt;P&gt;Well, the end-users request the field names with whitespace ... &lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298694#M43177</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2017-02-14T21:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298695#M43178</link>
      <description>&lt;P&gt;Try with just $row.Network Location$&lt;BR /&gt;
I have a similar issue, with needing the passed variable to appear in the new search as "just like this" and not just like this.&lt;BR /&gt;
If that makes sense.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 23:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/298695#M43178</guid>
      <dc:creator>mrgibbon</dc:creator>
      <dc:date>2017-07-19T23:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support fields with whitespace from custom drill-down</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/597166#M48960</link>
      <description>&lt;P&gt;This works, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 13:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-fields-with-whitespace-from-custom-drill/m-p/597166#M48960</guid>
      <dc:creator>duartet</dc:creator>
      <dc:date>2022-05-10T13:34:45Z</dc:date>
    </item>
  </channel>
</rss>

