<?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: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321530#M163483</link>
    <description>&lt;P&gt;You can overwrite existing csv lookup using &lt;CODE&gt;|outputlookup&lt;/CODE&gt; command or you can append lookup using &lt;CODE&gt;append=t&lt;/CODE&gt; stanza but you can not update  part of the data in  csv lookup .for updating part of data you need to use KVStore lookup&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jan 2018 08:26:36 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-01-21T08:26:36Z</dc:date>
    <item>
      <title>I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321523#M163476</link>
      <description>&lt;P&gt;I need a handle a years data in splunk and looking for suggestions to split the dataset and then populate the dashboard&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 23:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321523#M163476</guid>
      <dc:creator>priyanka0309</dc:creator>
      <dc:date>2018-01-19T23:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321524#M163477</link>
      <description>&lt;P&gt;can you please elaborate on what you are trying to accomplish?&lt;BR /&gt;
how do you imagine your final result to look like?&lt;BR /&gt;
as for the header, a lookup based on a month, you can run a search periodically to populate a lookup with the outputslookup command.&lt;/P&gt;

&lt;P&gt;hope its a start&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 03:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321524#M163477</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-01-20T03:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321525#M163478</link>
      <description>&lt;P&gt;Hi Adonio ,&lt;/P&gt;

&lt;P&gt;I am handling a very large dataset to develop Splunk dashboards. The dataset has data for every month for a year. I created a saved search to add data on day to day basis.(the csv has already a years data) .I wanted to know if we can create a saved search and dynamically populate a lookup like if the month = September .. data needs to be saved In September csv&lt;BR /&gt;
Or do we have a functionality in splunk where we can delete old records from the existing lookup.&lt;/P&gt;

&lt;P&gt;How can we handle this scenario to improve the performance of dashboard.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 03:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321525#M163478</guid>
      <dc:creator>priyanka0309</dc:creator>
      <dc:date>2018-01-21T03:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321526#M163479</link>
      <description>&lt;P&gt;hi @ priyanka0309,&lt;BR /&gt;
You can create one scheduled saved search which will run every month and delete last 13th month data . to retain 12 months data.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 06:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321526#M163479</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-21T06:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321527#M163480</link>
      <description>&lt;P&gt;Thanks for the reply. Can you let me know the code for that ?&lt;/P&gt;

&lt;P&gt;Can we write a query and output it to a csv based on a condition?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 07:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321527#M163480</guid>
      <dc:creator>priyanka0309</dc:creator>
      <dc:date>2018-01-21T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321528#M163481</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;|inputlookup lookupname.csv| eval Time=strftime(now()," %b")|where month!=Time |outputlookup  lookupname.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here suppose you have month field in lookup which stores Abbreviated month name (like Jan, Feb, etc.) which will match the month when it will run  and exclude that month by where clause and it will store remaining months in your lookup..&lt;BR /&gt;
schedule this search to run every first day of month.&lt;BR /&gt;
let me know if this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 07:46:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321528#M163481</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-21T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321529#M163482</link>
      <description>&lt;P&gt;Thanks ...I am just starting off with Splunk and your inputs are valuable. Also, i would want to know if we can overwrite an existing lookup (only a part of the data) with new data using saved search.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 08:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321529#M163482</guid>
      <dc:creator>priyanka0309</dc:creator>
      <dc:date>2018-01-21T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a functionality we can create csv look ups based on Month in splunk. Is this possible. Is it possible to delete data based on a certain conditions in lookup ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321530#M163483</link>
      <description>&lt;P&gt;You can overwrite existing csv lookup using &lt;CODE&gt;|outputlookup&lt;/CODE&gt; command or you can append lookup using &lt;CODE&gt;append=t&lt;/CODE&gt; stanza but you can not update  part of the data in  csv lookup .for updating part of data you need to use KVStore lookup&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 08:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-am-looking-for-a-functionality-we-can-create-csv-look-ups/m-p/321530#M163483</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-21T08:26:36Z</dc:date>
    </item>
  </channel>
</rss>

