<?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: Remove some options from splunk default time in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344525#M22424</link>
    <description>&lt;P&gt;Adding one more setting to reduce the height of time picker dialog:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        .shared-timerangepicker-dialog {
            height: 300px !important;
        }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Feb 2018 12:49:47 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-02-02T12:49:47Z</dc:date>
    <item>
      <title>Remove some options from splunk default time</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344523#M22422</link>
      <description>&lt;P&gt;I want to remove Date Range and Date &amp;amp; Time Range options from the time selection box. I have tried using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;div[id^='daterange_view']
 div[id^='dateandtimerange_view']
  {
     display: none;
 }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have highlighted the part I want to remove:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4264iA3B6A0CA6DA0B5D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
but no use on it.&lt;BR /&gt;
Can anyone please help me to do it.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344523#M22422</guid>
      <dc:creator>karthi25</dc:creator>
      <dc:date>2018-02-02T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove some options from splunk default time</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344524#M22423</link>
      <description>&lt;P&gt;@karthi25, try the following CSS Override.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;html depends="$alwaysHideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;style&amp;gt;
        div[id^="daterange_view"],div[id^="dateandtimerange_view"]{
          visibility:hidden !important;
        }
      &amp;lt;/style&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344524#M22423</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-02-02T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove some options from splunk default time</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344525#M22424</link>
      <description>&lt;P&gt;Adding one more setting to reduce the height of time picker dialog:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        .shared-timerangepicker-dialog {
            height: 300px !important;
        }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-some-options-from-splunk-default-time/m-p/344525#M22424</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-02-02T12:49:47Z</dc:date>
    </item>
  </channel>
</rss>

