<?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 Creating a lookup file to provide data to a dashboard search with time stamps in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386299#M112743</link>
    <description>&lt;P&gt;I have an application that generates a value that I pull the highest value for each day.&lt;BR /&gt;
Right now the entire app log is in my indexer, but I only need to store the highest app value and the date stamp for that date. I'd like to do this to save space on my indexer since I have limited resources to use.&lt;BR /&gt;
I initially created a csv based lookup file with a search that pulled the _time and app values I need, but I then realized I cannot properly address the time field in a search that uses the lookup file.&lt;BR /&gt;
Here is an example of how that data looks:&lt;BR /&gt;
_time          app_value&lt;BR /&gt;
2019-02-26  783&lt;BR /&gt;
2019-02-27  16091&lt;BR /&gt;
2019-02-28  11870&lt;BR /&gt;
2019-03-01  1575&lt;BR /&gt;
2019-03-02  433&lt;BR /&gt;
2019-03-03  224&lt;BR /&gt;
2019-03-04  1893&lt;BR /&gt;
2019-03-05  10223&lt;BR /&gt;
2019-03-06  11116&lt;BR /&gt;
2019-03-07  12822&lt;BR /&gt;
2019-03-08  1835&lt;BR /&gt;
2019-03-09  44&lt;/P&gt;

&lt;P&gt;I need to either configure this lookup file or possibly a KV store in order for me to be able to pull the app values in a search by a given hour period, day, week, month, year to date, current year, previous year, etc. I have access to over two years worth of data in my indexer to build the initial lookup file. I plan on appending the lookup file each data with the new value.&lt;/P&gt;

&lt;P&gt;It would be a bonus if I could use the time picker to choose my date ranges. I have tried a few searches with date references in the search but those did not work. I no longer have those failed test searches.&lt;/P&gt;

&lt;P&gt;I have IMO spent too much time trying to get this to work on my own, so I am reaching out to the community for help.&lt;BR /&gt;
Thank You!!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:17:57 GMT</pubDate>
    <dc:creator>arrcee</dc:creator>
    <dc:date>2020-09-30T01:17:57Z</dc:date>
    <item>
      <title>Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386299#M112743</link>
      <description>&lt;P&gt;I have an application that generates a value that I pull the highest value for each day.&lt;BR /&gt;
Right now the entire app log is in my indexer, but I only need to store the highest app value and the date stamp for that date. I'd like to do this to save space on my indexer since I have limited resources to use.&lt;BR /&gt;
I initially created a csv based lookup file with a search that pulled the _time and app values I need, but I then realized I cannot properly address the time field in a search that uses the lookup file.&lt;BR /&gt;
Here is an example of how that data looks:&lt;BR /&gt;
_time          app_value&lt;BR /&gt;
2019-02-26  783&lt;BR /&gt;
2019-02-27  16091&lt;BR /&gt;
2019-02-28  11870&lt;BR /&gt;
2019-03-01  1575&lt;BR /&gt;
2019-03-02  433&lt;BR /&gt;
2019-03-03  224&lt;BR /&gt;
2019-03-04  1893&lt;BR /&gt;
2019-03-05  10223&lt;BR /&gt;
2019-03-06  11116&lt;BR /&gt;
2019-03-07  12822&lt;BR /&gt;
2019-03-08  1835&lt;BR /&gt;
2019-03-09  44&lt;/P&gt;

&lt;P&gt;I need to either configure this lookup file or possibly a KV store in order for me to be able to pull the app values in a search by a given hour period, day, week, month, year to date, current year, previous year, etc. I have access to over two years worth of data in my indexer to build the initial lookup file. I plan on appending the lookup file each data with the new value.&lt;/P&gt;

&lt;P&gt;It would be a bonus if I could use the time picker to choose my date ranges. I have tried a few searches with date references in the search but those did not work. I no longer have those failed test searches.&lt;/P&gt;

&lt;P&gt;I have IMO spent too much time trying to get this to work on my own, so I am reaching out to the community for help.&lt;BR /&gt;
Thank You!!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386299#M112743</guid>
      <dc:creator>arrcee</dc:creator>
      <dc:date>2020-09-30T01:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386300#M112744</link>
      <description>&lt;P&gt;Hi arrcee,&lt;BR /&gt;
have you ever thought of using a Summary Index instead of a lookup?&lt;BR /&gt;
You could schedule a daily search (for example at 1.00) a daily search obtaining a result every day with all the information you need and then save this result in a Summary Index, consuming a really negligible amount of disk space and having the info that you they serve.&lt;BR /&gt;
You can do this using the collect command (see &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Collect"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Collect&lt;/A&gt;).&lt;BR /&gt;
Then you can have these information searching on this Summary index.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 12:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386300#M112744</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-07-12T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386301#M112745</link>
      <description>&lt;P&gt;I have not. Thank you for the suggestion. I'll look into that.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 22:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386301#M112745</guid>
      <dc:creator>arrcee</dc:creator>
      <dc:date>2019-07-12T22:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386302#M112746</link>
      <description>&lt;P&gt;You are mistaken; you can do a &lt;CODE&gt;time-based lookup&lt;/CODE&gt; and that is exactly what you should do:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Defineatime-basedlookupinSplunkWeb"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Defineatime-basedlookupinSplunkWeb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 03:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386302#M112746</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-15T03:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386303#M112747</link>
      <description>&lt;P&gt;I will look into this option as well. Thank You!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 23:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386303#M112747</guid>
      <dc:creator>arrcee</dc:creator>
      <dc:date>2019-07-15T23:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a lookup file to provide data to a dashboard search with time stamps</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386304#M112748</link>
      <description>&lt;P&gt;Be sure to come back here and let us know what you ended up doing and close out the question.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 23:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-a-lookup-file-to-provide-data-to-a-dashboard-search/m-p/386304#M112748</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-15T23:10:12Z</dc:date>
    </item>
  </channel>
</rss>

