<?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 remove some extra options from a custom time picker? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420016#M167740</link>
    <description>&lt;P&gt;Thanks, Actually I have removed the entries from and it worked.&lt;/P&gt;

&lt;P&gt;splunk/etc/system/default/times.conf&lt;/P&gt;</description>
    <pubDate>Thu, 23 Aug 2018 16:22:46 GMT</pubDate>
    <dc:creator>AKG1_old1</dc:creator>
    <dc:date>2018-08-23T16:22:46Z</dc:date>
    <item>
      <title>How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420011#M167735</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am looking to remove some extra options from Time picker. I have disabled them through GUI (User Interface &amp;gt;&amp;gt; Time ranges).&lt;/P&gt;

&lt;P&gt;When I check using CLI it shows these are disabled but those options are still present. (I have checked by removing brower caching) &lt;/P&gt;

&lt;P&gt;PS: I don't have times.conf for App specific. My app using default one.&lt;/P&gt;

&lt;P&gt;Please advice if I am missing something.&lt;/P&gt;

&lt;P&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/5615i6E66E3265D2BB148/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&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/5616i279EC1CE5805C581/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&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/5617iCC93C92CB3583F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 09:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420011#M167735</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420012#M167736</link>
      <description>&lt;P&gt;Hey @agoyal,&lt;/P&gt;

&lt;P&gt;Refer this answer:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/222650/limit-choices-in-default-timepicker.html"&gt;https://answers.splunk.com/answers/222650/limit-choices-in-default-timepicker.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if this helps!!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 10:33:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420012#M167736</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-08-23T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420013#M167737</link>
      <description>&lt;P&gt;Thanks. it's useful but doen't sovle my problem.&lt;/P&gt;

&lt;P&gt;The other post is to hide the full sections like it I want to remove full section out of Presents, Relative, Date range etc. My requirement is to remove some options from Presents section. (Attached screenshot in main question)&lt;/P&gt;

&lt;P&gt;Ex. this code worked for remove full real-time section.&lt;BR /&gt;
    div[data-test-panel-id^='real'] {&lt;BR /&gt;
    display: none !important;&lt;BR /&gt;
    }&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 12:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420013#M167737</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420014#M167738</link>
      <description>&lt;P&gt;You can try this option of creating CSS:&lt;BR /&gt;
&lt;A href="https://simonduff.net/splunk_restrict_time_range_picker/"&gt;https://simonduff.net/splunk_restrict_time_range_picker/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 14:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420014#M167738</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-08-23T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420015#M167739</link>
      <description>&lt;P&gt;Thanks, I think it's for older Splunk versions. I have latest Splunk v7.x.&lt;/P&gt;

&lt;P&gt;Like&lt;BR /&gt;
Old version&lt;BR /&gt;
div[id^='realtime_view']&lt;/P&gt;

&lt;P&gt;New Version&lt;BR /&gt;
div[data-test-panel-id^='real']&lt;/P&gt;

&lt;P&gt;Not sure about sytax for individal item in newer version &lt;/P&gt;

&lt;P&gt;Old Version&lt;BR /&gt;
a[data-earliest="@d"][data-latest="now"]&lt;/P&gt;

&lt;P&gt;New &lt;BR /&gt;
??&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 16:11:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420015#M167739</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T16:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420016#M167740</link>
      <description>&lt;P&gt;Thanks, Actually I have removed the entries from and it worked.&lt;/P&gt;

&lt;P&gt;splunk/etc/system/default/times.conf&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 16:22:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420016#M167740</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420017#M167741</link>
      <description>&lt;P&gt;Thanks, Actually I have removed the entries from and it worked.&lt;/P&gt;

&lt;P&gt;splunk/etc/system/default/times.conf&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 16:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420017#M167741</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove some extra options from a custom time picker?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420018#M167742</link>
      <description>&lt;P&gt;Not sure why disable doesn't work but removing entries from below file worked for me. &lt;BR /&gt;
splunk/etc/system/default/times.conf&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 16:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-some-extra-options-from-a-custom-time-picker/m-p/420018#M167742</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2018-08-23T16:24:03Z</dc:date>
    </item>
  </channel>
</rss>

