<?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: Does INDEXED_EXTRACTIONS work for Active Directory in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212670#M41813</link>
    <description>&lt;P&gt;Thanks.  The AD feed is pretty busy, and I have a customer who wants to present a dashboard that does about 9 or 10 different panels, with different counts of fields and values.  Unfortunately, the dashboard takes waaay to long, so I'm looking for ways to speed it up.  &lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2016 02:08:30 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2016-11-06T02:08:30Z</dc:date>
    <item>
      <title>Does INDEXED_EXTRACTIONS work for Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212668#M41811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm looking at options for improving some reporting for a heavy feed from AD.  Is INDEXED_EXTRACTIONS supported for AD events?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:09:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212668#M41811</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-11-05T22:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does INDEXED_EXTRACTIONS work for Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212669#M41812</link>
      <description>&lt;P&gt;To my knowledge INDEXED_EXTRACTIONS only works on csv, psv, JSON, or xml data.  It causes the KvP to be indexed which takes up more disk space but can provide a boost in speed at search time. If you're not indexing those types of data however, the setting won't do anything.&lt;/P&gt;

&lt;P&gt;If you do desire to fully index the field however and you're not ingesting such structured data, you can do so with the TRANSFORM-className stanza in props.conf and a corresponding entry in transforms.conf.&lt;/P&gt;

&lt;P&gt;Doing so however would add more "pressure" on the indexing side as it takes longer to write more data and this is probably not the solution you're looking for since you're describing the data as "heavy".  If you're looking for extra bandwidth on the indexing side, let us know and we can offer some solutions.  If you're experiencing slow search across this data, then we can offer other ideas.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 01:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212669#M41812</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-11-06T01:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does INDEXED_EXTRACTIONS work for Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212670#M41813</link>
      <description>&lt;P&gt;Thanks.  The AD feed is pretty busy, and I have a customer who wants to present a dashboard that does about 9 or 10 different panels, with different counts of fields and values.  Unfortunately, the dashboard takes waaay to long, so I'm looking for ways to speed it up.  &lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 02:08:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212670#M41813</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-11-06T02:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does INDEXED_EXTRACTIONS work for Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212671#M41814</link>
      <description>&lt;P&gt;You have many options.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Increase search speed by throwing faster / more disk at it.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Create data models to drive the dashboard&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Create better / optimized searches.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Reduce the panels (I try to forced everyone to put six panels max)&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Create a root dashboard search if applicable.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;"Power" the dashboard with accelerated searches where applicable or scheduled reports.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;"Power" the dashboard with summarized data.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 06 Nov 2016 14:06:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212671#M41814</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-11-06T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does INDEXED_EXTRACTIONS work for Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212672#M41815</link>
      <description>&lt;P&gt;I agree. Esp the data model (accelerated) as well as using post process searches in the dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 16:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-INDEXED-EXTRACTIONS-work-for-Active-Directory/m-p/212672#M41815</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-11-07T16:52:45Z</dc:date>
    </item>
  </channel>
</rss>

