<?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: Splunk Add-on for Ruckus Wireless - Fields not Extracted in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/533342#M64451</link>
    <description>&lt;P&gt;Hi. Where can I downloaded the add-on for Ruckus?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2020 16:00:01 GMT</pubDate>
    <dc:creator>neoslaughter</dc:creator>
    <dc:date>2020-12-16T16:00:01Z</dc:date>
    <item>
      <title>Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253555#M29132</link>
      <description>&lt;P&gt;Hi, I've recently installed the add-on and can not get the field extraction working. I have edited the props/transforms to change the sourcetype of the incoming syslog data from my ruckus host to ruckus:log (see below), but beyond that I'm not sure what I have to do. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[host::(xxx.xxx.xxx.xxx)]&lt;BR /&gt;
TRANSFORMS-set_sourcetype = ruckus_log_sourcetype&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[ruckus_log_sourcetype]&lt;BR /&gt;
REGEX=(.*)&lt;BR /&gt;
FORMAT = sourcetype::ruckus:log&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253555#M29132</guid>
      <dc:creator>asofo</dc:creator>
      <dc:date>2020-09-29T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253556#M29133</link>
      <description>&lt;P&gt;It is easier to set the sourcetype to ruckus:log during the inputs.conf phase, due to how the sourcetype pipelines work in the TA. I would first try this approach to validate the logs are being transformed into the different sourcetypes that ship with the TA: &lt;BR /&gt;
-ruckus:core:reconnect, ruckus:core:disconnect, etc.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/syslog-ng/ruckus_log/127.0.0.1/2016-03-16/messages.log]
index = network
sourcetype = ruckus:log
host_segment = 5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;alternatively:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://xxx.xxx.xxx.xxx:514]
index = network
sourcetype = ruckus:log
connection_host = ip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253556#M29133</guid>
      <dc:creator>atellez_splunk</dc:creator>
      <dc:date>2016-03-17T14:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253557#M29134</link>
      <description>&lt;P&gt;Thanks for the reply. A have a few questions&lt;/P&gt;

&lt;P&gt;1) Which inputs file am I adjusting? C:\Program Files\Splunk\etc\system\local?&lt;BR /&gt;
2) I have 13 hosts does that mean I have to put in 13 stanzas or can I use a wildcard?&lt;/P&gt;

&lt;P&gt;I think I was under the impression that you install the TA and it takes care of the rest.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 17:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253557#M29134</guid>
      <dc:creator>asofo</dc:creator>
      <dc:date>2016-03-17T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253558#M29135</link>
      <description>&lt;P&gt;The TA does not monitor the log path or source of where the data is coming from. It only normalizes the data when you set the sourcetype to ruckus:log to those other sourcetypes specified in props.conf based on regex matches. If you use a custom port for syslog, you would not need to create 13 stanzas. You could do something like this in the Ruckus TA's local/ directory:&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
    [udp://516]&lt;BR /&gt;
    index = network (or whatever index you wish to use)&lt;BR /&gt;
    sourcetype = ruckus:log&lt;BR /&gt;
    connection_host = ip&lt;/P&gt;

&lt;P&gt;It is actually better, to set up a syslog server and read the log files from disk using the universal forwarder, this way you don't lose any UDP data during a splunkd restart. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253558#M29135</guid>
      <dc:creator>atellez_splunk</dc:creator>
      <dc:date>2016-03-17T20:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253559#M29136</link>
      <description>&lt;P&gt;Thanks, I actually ended up going the props/transforms route but definitely going to move to having a syslog server collecting and forwarding to my indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:11:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253559#M29136</guid>
      <dc:creator>asofo</dc:creator>
      <dc:date>2016-03-22T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253560#M29137</link>
      <description>&lt;P&gt;Im having an issue myself. But i dont know if its different in the new Ruckus controller version or output .&lt;/P&gt;

&lt;P&gt;2017-11-02T15:10:17-07:00 SCG01 Core: User[AA:FD:BB:28:91:AA] disconnects from WLAN[wifi] at AP[dW-con-007@AA:BB:C4:29:F1:10] with session data(Client Mac[CC:FD:CC:28:AA:2B],Client IP[],OS Type[],Host Name[],BSSID[1C:B9:C4:CC:F1:FF],User Name[DD:AA:17:FF:91:2B],VLAN[80],Encryption[None],Association Time[11 02 22:09:46 2017],Disconnect Reason[client Disconnect],Session Duration[30s],Bytes to User[0],Bytes from User [374],RSSI[10],SNR[-102],Client Radio[g/n],AP Location[],AP GPS[])&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;BR /&gt;
[monitor:///opt/syslog/ruckus/*.log]&lt;BR /&gt;
index = ruckus&lt;BR /&gt;
sourcetype = ruckus:log&lt;BR /&gt;
host_segment = 4&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt; &lt;BR /&gt;
[ruckus:log]&lt;BR /&gt;
category = Network&lt;BR /&gt;
description = Output produced by the Ruckus Wireless Controller&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 16&lt;BR /&gt;
TRANSFORMS-sourcetype = ruckus_core,ruckus_core_disconnect,ruckus_core_reconnect, ruckus_core_join, ruckus_core_authorize, ruckus_sshd, ruckus_kernel&lt;/P&gt;

&lt;P&gt;[ruckus_core]&lt;BR /&gt;
rename = ruckus:core&lt;/P&gt;

&lt;P&gt;[ruckus:core]&lt;BR /&gt;
KV_MODE = None&lt;BR /&gt;
BREAK_ONLY_BEFORE=\w{3}\s{1,2}\d{1,2}\s&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
TIME_FORMAT=%b  %d %H:%M:%S&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt; &lt;BR /&gt;
[ruckus_core]&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype&lt;BR /&gt;
REGEX = ^\w{3}\s{1,2}\d{1,2}\s\d{2}:\d{2}:\d{2}\s(?:[0-9]{1,3}.){3}[0-9]{1,3}\sCore:&lt;BR /&gt;
FORMAT = sourcetype::ruckus:core&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/253560#M29137</guid>
      <dc:creator>sudoritz</dc:creator>
      <dc:date>2020-09-29T16:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/533342#M64451</link>
      <description>&lt;P&gt;Hi. Where can I downloaded the add-on for Ruckus?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 16:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/533342#M64451</guid>
      <dc:creator>neoslaughter</dc:creator>
      <dc:date>2020-12-16T16:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Ruckus Wireless - Fields not Extracted</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/557254#M65973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for sharing your experience . I didn't find TA for&amp;nbsp;&lt;SPAN&gt;Ruckus Wireless&lt;/SPAN&gt;&amp;nbsp;in splunkbase . did you create custom TA or you download and modify it .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 09:15:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Ruckus-Wireless-Fields-not-Extracted/m-p/557254#M65973</guid>
      <dc:creator>khalidewaidah</dc:creator>
      <dc:date>2021-06-26T09:15:22Z</dc:date>
    </item>
  </channel>
</rss>

