<?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: props.conf not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152333#M31010</link>
    <description>&lt;P&gt;I've tried to do this, but this won't work.&lt;/P&gt;

&lt;P&gt;Here is the props.conf:&lt;BR /&gt;
&lt;CODE&gt;[source::udp:514]&lt;BR /&gt;
TRANSFORMS-changesourcetype = syslog_ciscoesatextmail&lt;BR /&gt;
TRANSFORMS-changesourcetype = syslog_rsaauthmgr&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Here is the transforms.conf:&lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
[syslog_ciscoesatextmail]&lt;BR /&gt;
REGEX = :\d\d\s+(?:\d+\s+|(?:user|daemon|local.?).\w+\s+)*[?(10.1.1.152|10.1.1.153)[\w.-]{2,})]?\s&lt;BR /&gt;
FORMAT = sourcetype::cisco:esa:textmail&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[syslog_rsaauthmgr]&lt;BR /&gt;
REGEX = :\d\d\s+(?:\d+\s+|(?:user|daemon|local.?).\w+\s+)*[?(10.1.1.24|10.1.1.25)[\w.-]{2,})]?\s&lt;BR /&gt;
FORMAT = sourcetype::RSA_AUTH_MGR&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;In the search app I still see the logs from the specified host as sourcetype:syslog&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 19:09:00 GMT</pubDate>
    <dc:creator>MOberschelp</dc:creator>
    <dc:date>2020-09-28T19:09:00Z</dc:date>
    <item>
      <title>props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152327#M31004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I try to user props.conf to change the sourcetype (in this case from cisco:asa to something else)&lt;BR /&gt;
I've set up a props.conf and transforms.conf in the "local" folder. But this doesn't work at all.&lt;/P&gt;

&lt;P&gt;Here is the props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::udp:514]
TRANSFORMS-changesourcetype = syslog_ciscoesatextmail
TRANSFORMS-changesourcetype = syslog_rsaauthmgr 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog_ciscoesatextmail]
REGEX = :dds+(?:d+s+|(?:user|daemon|local.?).w+s+)*[?(10.1.1.152|10.1.1.153)[w.-]{2,})]?s 
FORMAT = sourcetype::cisco:esa:textmail
DEST_KEY = MetaData:Sourcetype

[syslog_rsaauthmgr]
REGEX = :dds+(?:d+s+|(?:user|daemon|local.?).w+s+)*[?(10.1.1.24|10.1.1.25)[w.-]{2,})]?s
FORMAT = sourcetype::RSA_AUTH_MGR
DEST_KEY = MetaData:Sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the search app I still see the logs from the specified host as sourcetype:syslog&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;BR /&gt;
A restart has already been done with | extract reload=true and with service restart in windows.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152327#M31004</guid>
      <dc:creator>MOberschelp</dc:creator>
      <dc:date>2015-02-27T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152328#M31005</link>
      <description>&lt;P&gt;Is your data coming in as syslog from a file, with the host in each event? Can you show your input configuration?&lt;BR /&gt;
Also some of the cisco addons override sourcetypes and this may be what's getting it set to &lt;CODE&gt;cisco:asa&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152328#M31005</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2015-02-27T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152329#M31006</link>
      <description>&lt;P&gt;I've set up UDP 514 as sourcetype cisco:asa. I did this because about 90% of the syslogging systems are cisco:asa.&lt;/P&gt;

&lt;P&gt;but I have some other vendor / hardware like RSA SecurID Appliance, BlueCoat Proxy SG and Netscaler sending also via syslog. The syslog is directly send to my splunk enterprise server.&lt;/P&gt;

&lt;P&gt;The following apps are installed on the splunk server:&lt;BR /&gt;
Cisco Security Suite&lt;BR /&gt;
Splunk Add-on for Cisco ASA&lt;BR /&gt;
Splunk Add-on for Cisco ESA&lt;BR /&gt;
Splunk Add-on for Cisco WSA&lt;/P&gt;

&lt;P&gt;Do you need further information?&lt;BR /&gt;
Sorry, but I am very new in configuring splunk. This is my first week with this product.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:39:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152329#M31006</guid>
      <dc:creator>MOberschelp</dc:creator>
      <dc:date>2015-02-27T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152330#M31007</link>
      <description>&lt;P&gt;No problem and welcome to using Splunk! My next question is do the hosts show up with IP addresses in Splunk in the host field, or do they have DNS names?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152330#M31007</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2015-02-27T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152331#M31008</link>
      <description>&lt;P&gt;the hosts show up with ip addresses. we have no dns resolution for this hosts.&lt;/P&gt;

&lt;P&gt;Or is there any way to do an automatic sourcetype detection?&lt;BR /&gt;
Thanks so far!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 11:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152331#M31008</guid>
      <dc:creator>MOberschelp</dc:creator>
      <dc:date>2015-02-27T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152332#M31009</link>
      <description>&lt;P&gt;To override a &lt;CODE&gt;sourcetype&lt;/CODE&gt;, you need to use both &lt;CODE&gt;transforms.conf&lt;/CODE&gt; and &lt;CODE&gt;props.conf&lt;/CODE&gt;.  Here is the information from the docs: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Data/Advancedsourcetypeoverrides"&gt;Override sourcetypes on a per event basis.&lt;/A&gt;  Try configuring your &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; as shown there and see if it works better for you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152332#M31009</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2015-02-27T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: props.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152333#M31010</link>
      <description>&lt;P&gt;I've tried to do this, but this won't work.&lt;/P&gt;

&lt;P&gt;Here is the props.conf:&lt;BR /&gt;
&lt;CODE&gt;[source::udp:514]&lt;BR /&gt;
TRANSFORMS-changesourcetype = syslog_ciscoesatextmail&lt;BR /&gt;
TRANSFORMS-changesourcetype = syslog_rsaauthmgr&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Here is the transforms.conf:&lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
[syslog_ciscoesatextmail]&lt;BR /&gt;
REGEX = :\d\d\s+(?:\d+\s+|(?:user|daemon|local.?).\w+\s+)*[?(10.1.1.152|10.1.1.153)[\w.-]{2,})]?\s&lt;BR /&gt;
FORMAT = sourcetype::cisco:esa:textmail&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[syslog_rsaauthmgr]&lt;BR /&gt;
REGEX = :\d\d\s+(?:\d+\s+|(?:user|daemon|local.?).\w+\s+)*[?(10.1.1.24|10.1.1.25)[\w.-]{2,})]?\s&lt;BR /&gt;
FORMAT = sourcetype::RSA_AUTH_MGR&lt;BR /&gt;
DEST_KEY = MetaData:Sourcetype&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;In the search app I still see the logs from the specified host as sourcetype:syslog&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/props-conf-not-working/m-p/152333#M31010</guid>
      <dc:creator>MOberschelp</dc:creator>
      <dc:date>2020-09-28T19:09:00Z</dc:date>
    </item>
  </channel>
</rss>

