<?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 Populating Syslog Data from Cisco WLC into a Specific Index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Populating-Syslog-Data-from-Cisco-WLC-into-a-Specific-Index/m-p/502913#M100020</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;May I know how to make syslog data from a specific IP (in this case Cisco WLC) to be inserted into a specific index? I already forwarded the syslog into Splunk, but somehow it falls into the wrong index. From the WLC side, unfortunately it cannot specify the syslog port. I did created the index and forward the syslog from WLC to Splunk. But not sure how to connect the data into the index. Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 03:12:53 GMT</pubDate>
    <dc:creator>fdharmawan</dc:creator>
    <dc:date>2019-12-10T03:12:53Z</dc:date>
    <item>
      <title>Populating Syslog Data from Cisco WLC into a Specific Index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Populating-Syslog-Data-from-Cisco-WLC-into-a-Specific-Index/m-p/502913#M100020</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;May I know how to make syslog data from a specific IP (in this case Cisco WLC) to be inserted into a specific index? I already forwarded the syslog into Splunk, but somehow it falls into the wrong index. From the WLC side, unfortunately it cannot specify the syslog port. I did created the index and forward the syslog from WLC to Splunk. But not sure how to connect the data into the index. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 03:12:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Populating-Syslog-Data-from-Cisco-WLC-into-a-Specific-Index/m-p/502913#M100020</guid>
      <dc:creator>fdharmawan</dc:creator>
      <dc:date>2019-12-10T03:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Syslog Data from Cisco WLC into a Specific Index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Populating-Syslog-Data-from-Cisco-WLC-into-a-Specific-Index/m-p/502914#M100021</link>
      <description>&lt;P&gt;Hi @fdharmawan,&lt;BR /&gt;
you have to insert in your Indexers and (if present) Heavy Forwarders, the following files:&lt;/P&gt;

&lt;P&gt;In $SPLUNK_HOME/etc/system/local/transforms.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[overrideindex]
DEST_KEY =_MetaData:Index
REGEX = .
FORMAT = my_new_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In $SPLUNK_HOME/etc/system/local/props.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::your_ip_address]
TRANSFORMS-index = overrideindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In addition I hint, you could create a dedicated app and insert these props.conf and transforms.conf in it: &lt;CODE&gt;$SPLUNK_HOME/etc/apps/your_app/local&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 08:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Populating-Syslog-Data-from-Cisco-WLC-into-a-Specific-Index/m-p/502914#M100021</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-12-10T08:24:30Z</dc:date>
    </item>
  </channel>
</rss>

