<?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 Splunk App For VMware. DCN. avoid collecting some data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498837#M61378</link>
    <description>&lt;P&gt;Is there a way to not collect a whole sourcetype?&lt;BR /&gt;
I do not wish to collect vmware:perf:datastore, vmware:perf:disk maybe more.&lt;BR /&gt;
AFAIK, adding to "VM Metric Blacklist" will only not index specific metrics within a group, but not the whole group.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 20:38:49 GMT</pubDate>
    <dc:creator>splunk0</dc:creator>
    <dc:date>2019-10-07T20:38:49Z</dc:date>
    <item>
      <title>Splunk App For VMware. DCN. avoid collecting some data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498837#M61378</link>
      <description>&lt;P&gt;Is there a way to not collect a whole sourcetype?&lt;BR /&gt;
I do not wish to collect vmware:perf:datastore, vmware:perf:disk maybe more.&lt;BR /&gt;
AFAIK, adding to "VM Metric Blacklist" will only not index specific metrics within a group, but not the whole group.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 20:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498837#M61378</guid>
      <dc:creator>splunk0</dc:creator>
      <dc:date>2019-10-07T20:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App For VMware. DCN. avoid collecting some data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498838#M61379</link>
      <description>&lt;P&gt;While configuring the app, there are some options to blacklist. you can specify them here to be ignored and collect the rest.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 21:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498838#M61379</guid>
      <dc:creator>pruthvikrishnap</dc:creator>
      <dc:date>2019-10-07T21:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App For VMware. DCN. avoid collecting some data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498839#M61380</link>
      <description>&lt;P&gt;As I wrote in the post, the black.white list is for specific counters, not whole type like vmware:perf:disk for host&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 22:14:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498839#M61380</guid>
      <dc:creator>splunk0</dc:creator>
      <dc:date>2019-10-07T22:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App For VMware. DCN. avoid collecting some data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498840#M61381</link>
      <description>&lt;P&gt;I suggest to filter those sourcetype using props and transforms, creating regex expression. Here is link with a sample.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/107605/filtering-events-out-via-props-conf-and-transforms-conf.html" target="_blank"&gt;https://answers.splunk.com/answers/107605/filtering-events-out-via-props-conf-and-transforms-conf.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;it can be something like this:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[type_your_sourcetype_here_for-vmware]&lt;BR /&gt;
 TRANSFORMS-Filterdatastoredisk = FilterVmware&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[FilterVmware]&lt;BR /&gt;
 REGEX =(?msi)vmware:perf\S(datastore|disk)&lt;BR /&gt;
 DEST_KEY = queue&lt;BR /&gt;
 FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;For the regex expression, please validate the code, it can be similar with I did, but you have to check it against your data.&lt;BR /&gt;
For testing the regex expression, this regex on-line tool can be used: &lt;A href="https://regex101.com/" target="_blank"&gt;https://regex101.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/498840#M61381</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2020-09-30T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App For VMware. DCN. avoid collecting some data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/519262#M63425</link>
      <description>&lt;P&gt;you have to specify in your regex expression at tranforms.conf what is the counters you don't want to index, otherwise, it will through away the entire sourcetype. I believe in your case, you have to create more than one regex expression to match the counters you want to drop from indexing.&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;[type&lt;EM&gt;your&lt;/EM&gt;sourcetype&lt;EM&gt;here&lt;/EM&gt;for-vmware]&lt;BR /&gt;TRANSFOMRS-Filterdatacount1=filtercount1&lt;/P&gt;&lt;P&gt;TRANSFOMRS-Filterdatacount1=filtercount2&lt;/P&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;P&gt;[filtercount1]&lt;BR /&gt;REGEX =(?msi)vmware:perf\S(change the regex to match the sourcetype/counter)&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;&lt;P&gt;[filtercount2]&lt;BR /&gt;REGEX =(?msi)vmware:perf\S(change the regex to match the sourcetype/counter)&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 06:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-For-VMware-DCN-avoid-collecting-some-data/m-p/519262#M63425</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2020-09-13T06:41:49Z</dc:date>
    </item>
  </channel>
</rss>

