<?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: search by range &amp; dashboard help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113887#M30069</link>
    <description>&lt;P&gt;For example, a search sentence can be made in this way. &lt;BR /&gt;
････|eval years=substr(movie_year,1,3) + "0'S"&lt;BR /&gt;
&lt;OUTPUT&gt;&lt;BR /&gt;
movie_year,years,･･･&lt;BR /&gt;
1980,1980'S,･･･&lt;BR /&gt;
1981,1980'S,･･･&lt;BR /&gt;
1992,1990'S,･･･&lt;BR /&gt;
1999,1990'S,･･･&lt;/OUTPUT&gt;&lt;/P&gt;

&lt;P&gt;I do not know that there is no image dashboard.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:39:18 GMT</pubDate>
    <dc:creator>HiroshiSatoh</dc:creator>
    <dc:date>2020-09-28T15:39:18Z</dc:date>
    <item>
      <title>search by range &amp; dashboard help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113886#M30068</link>
      <description>&lt;P&gt;i am trying to search by year&lt;/P&gt;

&lt;P&gt;i have a field like movie_year ( ex: 1991, 1999, 2000)&lt;/P&gt;

&lt;P&gt;and i want make a dashboard which is seperated by 10years&lt;/P&gt;

&lt;P&gt;what can i do ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 00:30:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113886#M30068</guid>
      <dc:creator>changwoo</dc:creator>
      <dc:date>2014-01-15T00:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: search by range &amp; dashboard help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113887#M30069</link>
      <description>&lt;P&gt;For example, a search sentence can be made in this way. &lt;BR /&gt;
････|eval years=substr(movie_year,1,3) + "0'S"&lt;BR /&gt;
&lt;OUTPUT&gt;&lt;BR /&gt;
movie_year,years,･･･&lt;BR /&gt;
1980,1980'S,･･･&lt;BR /&gt;
1981,1980'S,･･･&lt;BR /&gt;
1992,1990'S,･･･&lt;BR /&gt;
1999,1990'S,･･･&lt;/OUTPUT&gt;&lt;/P&gt;

&lt;P&gt;I do not know that there is no image dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113887#M30069</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2020-09-28T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: search by range &amp; dashboard help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113888#M30070</link>
      <description>&lt;P&gt;Are looking to group movies by decade? If yes than try this&lt;/P&gt;

&lt;P&gt;your search | eval decade=floor(movie_year/10)*10 &lt;/P&gt;

&lt;P&gt;This will give values like this&lt;BR /&gt;
movie_year     decade&lt;BR /&gt;
1991         1990&lt;BR /&gt;
1999         1990&lt;BR /&gt;
2000         2000&lt;BR /&gt;
2003         2000&lt;/P&gt;

&lt;P&gt;field value which is 10 year apart.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 01:17:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113888#M30070</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-01-15T01:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: search by range &amp; dashboard help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113889#M30071</link>
      <description>&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 00:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-by-range-dashboard-help/m-p/113889#M30071</guid>
      <dc:creator>changwoo</dc:creator>
      <dc:date>2014-01-16T00:18:32Z</dc:date>
    </item>
  </channel>
</rss>

