<?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: ignore all static content files from indexing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151966#M30923</link>
    <description>&lt;P&gt;Thanks i find that out and changed it on the forwarder configs but still did not work.
Now I try same config on the indexer configs.
Waiting for result restart takes time too big. &amp;gt; 50TB.&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2014 08:40:37 GMT</pubDate>
    <dc:creator>safe_splunk</dc:creator>
    <dc:date>2014-05-05T08:40:37Z</dc:date>
    <item>
      <title>ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151964#M30921</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I tried props.conf and transforms.conf solution but it did not work. &lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[access_combined]
pulldown_type = true
maxDist = 28
MAX_TIMESTAMP_LOOKAHEAD = 128
REPORT-access = access-extractions
SHOULD_LINEMERGE = False
TIME_PREFIX = \[
TRANSFORMS-set= strip_images_header
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[strip_images_header]
REGEX = *.jpg*
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But .jpg files are still indexing on access_combined sourcetype logs. What do i do wrong?&lt;BR /&gt;
Please Help&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 07:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151964#M30921</guid>
      <dc:creator>safe_splunk</dc:creator>
      <dc:date>2014-05-05T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151965#M30922</link>
      <description>&lt;P&gt;Your regex is syntactically incorrect. You can verify here for instance: &lt;A href="http://regexpal.com/"&gt;http://regexpal.com/&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;You probably want something like &lt;CODE&gt;REGEX = \.jpg$&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;More information about regular expressions: &lt;A href="http://www.regular-expressions.info/"&gt;http://www.regular-expressions.info/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 08:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151965#M30922</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-05-05T08:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151966#M30923</link>
      <description>&lt;P&gt;Thanks i find that out and changed it on the forwarder configs but still did not work.
Now I try same config on the indexer configs.
Waiting for result restart takes time too big. &amp;gt; 50TB.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 08:40:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151966#M30923</guid>
      <dc:creator>safe_splunk</dc:creator>
      <dc:date>2014-05-05T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151967#M30924</link>
      <description>&lt;P&gt;If you're putting this config onto a universal forwarder then nothing's going to happen because the UF doesn't parse the input data. You need to configure this on the indexers or heavy forwarders.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 10:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151967#M30924</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-05T10:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151968#M30925</link>
      <description>&lt;P&gt;All set thanks for help friends. &lt;BR /&gt;
Last question is can i write multiple entries in one regexp line?&lt;/P&gt;

&lt;P&gt;such as &lt;/P&gt;

&lt;P&gt;REGEXP .jpg|.png|.gif&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 10:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151968#M30925</guid>
      <dc:creator>safe_splunk</dc:creator>
      <dc:date>2014-05-05T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151969#M30926</link>
      <description>&lt;P&gt;Sure, from a regex point of view that's still one expression, only slightly more complex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;REGEX = \.(jpg|png|gif)$
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 May 2014 10:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151969#M30926</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-05T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: ignore all static content files from indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151970#M30927</link>
      <description>&lt;P&gt;REGEX = (.jpg|.png|.gif|.xml|.ico|.css|.js)&lt;/P&gt;

&lt;P&gt;ok all set thanks friends.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 10:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-all-static-content-files-from-indexing/m-p/151970#M30927</guid>
      <dc:creator>safe_splunk</dc:creator>
      <dc:date>2014-05-05T10:36:24Z</dc:date>
    </item>
  </channel>
</rss>

