<?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 to filter out any Meraki access point messages from being indexed in Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-any-Meraki-access-point-messages-from-being/m-p/181545#M36405</link>
    <description>&lt;P&gt;This is rather old, have you got it figured out? If not ...&lt;/P&gt;

&lt;P&gt;For your sourcetype, try this:&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
    [your_sourcetype]&lt;BR /&gt;
    TRANSFORMS-filter_dorm = filter_dorm&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
    [filter_dorm]&lt;BR /&gt;
    REGEX = 0.0\s+Dorm&lt;BR /&gt;
    DEST_KEY = queue&lt;BR /&gt;
    FORMAT = nullQueue&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:35:37 GMT</pubDate>
    <dc:creator>richard_g_curry</dc:creator>
    <dc:date>2020-09-28T18:35:37Z</dc:date>
    <item>
      <title>How to filter out any Meraki access point messages from being indexed in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-any-Meraki-access-point-messages-from-being/m-p/181544#M36404</link>
      <description>&lt;P&gt;Hello everyone.  I am new to SPlunk and syslog in general, but have gotten pretty far in the past week.  I've got a Barracuda web filter and a Meraki MX90 sending data to Splunk with many reports and search built, so much that it has eliminated my need for the Barracuda admin panel.&lt;/P&gt;

&lt;P&gt;My only problem is the Meraki MX90 sends two log entries for every URL accessed.  This is because our wireless AP's are on the same system as the MX90, so I get two entries for every URL access as shown here:&lt;/P&gt;

&lt;P&gt;Oct 23 08:58:13 xxx.xxx.xxx.xxx 1 1414069093.265104392 &lt;STRONG&gt;&lt;EM&gt;TBC_MX90&lt;/EM&gt;&lt;/STRONG&gt; urls src=10.9.21.180:54043 dst=23.66.230.128:80 mac=xx:xx:xx:xx:xx:xx request: GET &lt;A href="http://photos-b.ak.instagram.com/hphotos-ak-xaf1/10731741_xyz049522392569_653661020_n.jpg" target="_blank"&gt;http://photos-b.ak.instagram.com/hphotos-ak-xaf1/10731741_xyz049522392569_653661020_n.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Oct 23 08:58:13 xxx.xxx.xxx.xxx 1 0.0 &lt;STRONG&gt;&lt;EM&gt;Dorm_21_East_Repeater&lt;/EM&gt;&lt;/STRONG&gt; urls src=10.9.21.180:54043 dst=23.66.230.128:80 mac=xx:xx:xx:xx:xx:xx request: GET &lt;A href="http://photos-b.ak.instagram.com/hphotos-ak-xaf1/10731741_xyz049522392569_653661020_n.jpg" target="_blank"&gt;http://photos-b.ak.instagram.com/hphotos-ak-xaf1/10731741_xyz049522392569_653661020_n.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We've got a ton of syslog data coming in, and there is absolutely no reason to keep the data from the access points in our database.  Because I don't know exactly how to modify the various files, can someone please walk a dummy through preventing any message from my Meraki AP's from being indexed?&lt;/P&gt;

&lt;P&gt;I figured the common phrase to look for in the raw event data to filter out ALL the AP's be "0.0 Dorm" since all the AP's are named similarly. Dorm_21_East_Repeater, Dorm_22_West_Gateway, Dorm_17_North_Repeater, etc...&lt;/P&gt;

&lt;P&gt;This is the last hurdle I have with using Splunk effectively right now.  It's been seven days, and four days I've reached the free trial license limits, and it's because of the extreme amount of data duplication.  I've no doubt I will push to purchase a license, but our server space is at a premium.  Thanks so much in advance for any help.&lt;/P&gt;

&lt;P&gt;Rob Novak&lt;BR /&gt;
The Crown College&lt;BR /&gt;
Powell, TN&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-any-Meraki-access-point-messages-from-being/m-p/181544#M36404</guid>
      <dc:creator>CrownIT</dc:creator>
      <dc:date>2020-09-28T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out any Meraki access point messages from being indexed in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-any-Meraki-access-point-messages-from-being/m-p/181545#M36405</link>
      <description>&lt;P&gt;This is rather old, have you got it figured out? If not ...&lt;/P&gt;

&lt;P&gt;For your sourcetype, try this:&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
    [your_sourcetype]&lt;BR /&gt;
    TRANSFORMS-filter_dorm = filter_dorm&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
    [filter_dorm]&lt;BR /&gt;
    REGEX = 0.0\s+Dorm&lt;BR /&gt;
    DEST_KEY = queue&lt;BR /&gt;
    FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:35:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-any-Meraki-access-point-messages-from-being/m-p/181545#M36405</guid>
      <dc:creator>richard_g_curry</dc:creator>
      <dc:date>2020-09-28T18:35:37Z</dc:date>
    </item>
  </channel>
</rss>

