<?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 can I create lookup table file(csv file) automatically? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477239#M133941</link>
    <description>&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-rest-api-is-easy-to-use.html"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-rest-api-is-easy-to-use.html&lt;/A&gt;&lt;BR /&gt;
try and make cron&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 12:44:21 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-04-17T12:44:21Z</dc:date>
    <item>
      <title>How can I create lookup table file(csv file) automatically?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477238#M133940</link>
      <description>&lt;P&gt;I just want to create csv file automatically everyday&lt;/P&gt;

&lt;P&gt;for example, today just is created 20200417.csv&lt;BR /&gt;
tomorrow will be created 20200418.csv ...&lt;/P&gt;

&lt;P&gt;Is it possible??&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 11:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477238#M133940</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-04-17T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create lookup table file(csv file) automatically?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477239#M133941</link>
      <description>&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-rest-api-is-easy-to-use.html"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-rest-api-is-easy-to-use.html&lt;/A&gt;&lt;BR /&gt;
try and make cron&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477239#M133941</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-17T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create lookup table file(csv file) automatically?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477240#M133942</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;map&lt;/CODE&gt; command and get the data in csv using below query. You can &lt;CODE&gt;append&lt;/CODE&gt; OR &lt;CODE&gt;join&lt;/CODE&gt; below query with your main search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval date = strftime(now(), "%Y%m%d") | map search="| inputlookup $date$.csv"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:47:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477240#M133942</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-04-17T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create lookup table file(csv file) automatically?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477241#M133943</link>
      <description>&lt;P&gt;thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477241#M133943</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-04-19T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create lookup table file(csv file) automatically?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477242#M133944</link>
      <description>&lt;P&gt;thanks for your help! &lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-create-lookup-table-file-csv-file-automatically/m-p/477242#M133944</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-04-19T10:21:54Z</dc:date>
    </item>
  </channel>
</rss>

