<?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 Provided solution : Tip to reduce large CSV lookups / replication issues in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Provided-solution-Tip-to-reduce-large-CSV-lookups-replication/m-p/602972#M8878</link>
    <description>&lt;P&gt;Find large CSV lookups above 400 mb (500 mb limit) :&lt;/P&gt;
&lt;P&gt;| rest splunk_server=* /servicesNS/-/-/data/transforms/lookups getsize=true f=size f=title f=type f=filename f=eai*|fields splunk_server filename title type size eai:appName&lt;BR /&gt;|where isnotnull(size)|eval KB = round(size / 1024, 2)|fields - size&lt;BR /&gt;| sort - KB&lt;BR /&gt;| search KB&amp;gt;400000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this to reduce CSV lookup (example) :&lt;/P&gt;
&lt;P&gt;| inputlookup file.csv&lt;BR /&gt;| eval time_epoch = strftime(_time,"%s")&lt;BR /&gt;| where time_epoch&amp;gt;relative_time(now(),"-100d@d")&lt;BR /&gt;| outputlookup file.csv append=false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 20:52:51 GMT</pubDate>
    <dc:creator>splunkreal</dc:creator>
    <dc:date>2022-06-23T20:52:51Z</dc:date>
    <item>
      <title>Provided solution : Tip to reduce large CSV lookups / replication issues</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Provided-solution-Tip-to-reduce-large-CSV-lookups-replication/m-p/602972#M8878</link>
      <description>&lt;P&gt;Find large CSV lookups above 400 mb (500 mb limit) :&lt;/P&gt;
&lt;P&gt;| rest splunk_server=* /servicesNS/-/-/data/transforms/lookups getsize=true f=size f=title f=type f=filename f=eai*|fields splunk_server filename title type size eai:appName&lt;BR /&gt;|where isnotnull(size)|eval KB = round(size / 1024, 2)|fields - size&lt;BR /&gt;| sort - KB&lt;BR /&gt;| search KB&amp;gt;400000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this to reduce CSV lookup (example) :&lt;/P&gt;
&lt;P&gt;| inputlookup file.csv&lt;BR /&gt;| eval time_epoch = strftime(_time,"%s")&lt;BR /&gt;| where time_epoch&amp;gt;relative_time(now(),"-100d@d")&lt;BR /&gt;| outputlookup file.csv append=false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 20:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Provided-solution-Tip-to-reduce-large-CSV-lookups-replication/m-p/602972#M8878</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2022-06-23T20:52:51Z</dc:date>
    </item>
  </channel>
</rss>

