<?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 do I disable drill down (completely) for certain columns in a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413043#M119090</link>
    <description>&lt;P&gt;Disabling drilldown on selected columns only is not configurable in Simple XML. You'll have to resort to JS. You could use a custom table cell renderer to do that without a lot of work though. See &lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEUB"&gt;these docs&lt;/A&gt; and &lt;A href="https://answers.splunk.com/answers/588394/change-the-color-of-rows-in-a-table-based-on-text-1.html"&gt;this more in-depth answer&lt;/A&gt; by @niketnilay to see how to implement custom table cell renderers. &lt;/P&gt;

&lt;P&gt;Once you have a cell renderer up and running for your table is checking that you enable drill down in Simple XML while making the custom renderer only apply to those columns you want to disable the drilldown for (using the function &lt;CODE&gt;canRender()&lt;/CODE&gt;). If your renderer only outputs plain text, they should not have any drill down function and appear as simple text. Unfortunately, I can't try this right now so I can't give you a working example. But feel free to come back with any trouble you might encounter.&lt;/P&gt;

&lt;P&gt;By the way, based on your other questions, you should also check out the &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Dashboard Examples App&lt;/A&gt; and also the app &lt;A href="https://splunkbase.splunk.com/app/4104/"&gt;Splunk Dev For All&lt;/A&gt;, they feature a lot of good examples and content to help you develop dashboards and other cool stuff.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 07:04:30 GMT</pubDate>
    <dc:creator>jeffland</dc:creator>
    <dc:date>2018-10-10T07:04:30Z</dc:date>
    <item>
      <title>How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413042#M119089</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I need to disable drilldown on certain columns. Unlike the answer given here...&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/11486/disable-drilldown-on-specific-cell-in-simpleresultstable.html"&gt;https://answers.splunk.com/answers/11486/disable-drilldown-on-specific-cell-in-simpleresultstable.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;...disabling actually means disabling. I need the non-drilldown columns to not have blue text and instead look like if you did &lt;CODE&gt;&amp;lt;drilldown&amp;gt;none&amp;lt;/drilldown&amp;gt;&lt;/CODE&gt; for the whole table&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 22:29:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413042#M119089</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2018-10-09T22:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413043#M119090</link>
      <description>&lt;P&gt;Disabling drilldown on selected columns only is not configurable in Simple XML. You'll have to resort to JS. You could use a custom table cell renderer to do that without a lot of work though. See &lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEUB"&gt;these docs&lt;/A&gt; and &lt;A href="https://answers.splunk.com/answers/588394/change-the-color-of-rows-in-a-table-based-on-text-1.html"&gt;this more in-depth answer&lt;/A&gt; by @niketnilay to see how to implement custom table cell renderers. &lt;/P&gt;

&lt;P&gt;Once you have a cell renderer up and running for your table is checking that you enable drill down in Simple XML while making the custom renderer only apply to those columns you want to disable the drilldown for (using the function &lt;CODE&gt;canRender()&lt;/CODE&gt;). If your renderer only outputs plain text, they should not have any drill down function and appear as simple text. Unfortunately, I can't try this right now so I can't give you a working example. But feel free to come back with any trouble you might encounter.&lt;/P&gt;

&lt;P&gt;By the way, based on your other questions, you should also check out the &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Dashboard Examples App&lt;/A&gt; and also the app &lt;A href="https://splunkbase.splunk.com/app/4104/"&gt;Splunk Dev For All&lt;/A&gt;, they feature a lot of good examples and content to help you develop dashboards and other cool stuff.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 07:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413043#M119090</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2018-10-10T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413044#M119091</link>
      <description>&lt;P&gt;hi @nick405060 &lt;/P&gt;

&lt;P&gt;Did the answer below solve your problem? If so, please resolve this post by approving it! &lt;BR /&gt;
If your problem is still not solved, keep us updated so that someone else can help ya. Thanks for posting!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 22:47:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413044#M119091</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-10-10T22:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413045#M119092</link>
      <description>&lt;P&gt;Does not work&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2019 23:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413045#M119092</guid>
      <dc:creator>helge</dc:creator>
      <dc:date>2019-04-13T23:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413046#M119093</link>
      <description>&lt;P&gt;@helge what is your use case for disabling the drilldown? Have you posted your question on Splunk Answers since this is already accepted answer? If you have table for drilldown which fields are for drilldown and which fields are not?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 05:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413046#M119093</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-04-14T05:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413047#M119094</link>
      <description>&lt;P&gt;I am using two columns (containing process IDs) for in-page drilldown. The other columns contain various process properties and cannot be used to select a drilldown item. That is why I want to disable the drilldown capability on them.&lt;BR /&gt;
What I have done now is to switch the mouse cursor back to the default with this CSS: &lt;CODE&gt;cursor: default;&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 12:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413047#M119094</guid>
      <dc:creator>helge</dc:creator>
      <dc:date>2019-04-14T12:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413048#M119095</link>
      <description>&lt;P&gt;@helge refer to one of my older answers. &lt;A href="https://answers.splunk.com/answers/661140/how-can-i-use-drilldown-in-one-cell-and-hide-the-m.html"&gt;https://answers.splunk.com/answers/661140/how-can-i-use-drilldown-in-one-cell-and-hide-the-m.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Besides CSS you will have to disable drilldown for fields other that process ID field. You can use the following apporach (since you have not provided any details of your existing fields table drilldown it is based on assumptions)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;drilldown&amp;gt;
     &amp;lt;condition field="processIDFieldName"&amp;gt;
        &amp;lt;yourDrilldownCodeGoesHere&amp;gt;
     &amp;lt;/condition&amp;gt;
     &amp;lt;condition&amp;gt;
          &amp;lt;!-- NO DRILLDOWN FOR OTHER FIELDS --&amp;gt;
     &amp;lt;/condition&amp;gt;
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 14 Apr 2019 13:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413048#M119095</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-04-14T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413049#M119096</link>
      <description>&lt;P&gt;@niketnilay Thanks, I had already done the disabling, but I wanted the disabled fields to look that way, too. The following two CSS properties from the answer you linked to proved to be useful: &lt;CODE&gt;cursor: default; color: black !important;&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 14:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413049#M119096</guid>
      <dc:creator>helge</dc:creator>
      <dc:date>2019-04-14T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable drill down (completely) for certain columns in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413050#M119097</link>
      <description>&lt;P&gt;@helge I am glad the solution worked. If you have multiple fields for drilldown you will have to apply CSS accordingly. Let me know if you still need more help!&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 14:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-disable-drill-down-completely-for-certain-columns-in-a/m-p/413050#M119097</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-04-14T14:27:59Z</dc:date>
    </item>
  </channel>
</rss>

