<?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 RSA Archer Data into Splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414956#M42499</link>
    <description>&lt;P&gt;Anyone integrated RSA Archer with Splunk? I am currently ingesting data from Archer via syslog. However i am finding difficulty in extracting fields as the logs are having xml data embedded along with Key value pairs. I am giving a sample log below. Anyone can help me in extracting the fields?&lt;/P&gt;

&lt;P&gt;"&lt;BR /&gt;
Mar  4 00:00:11 hostname vendor: RSA, product:Archer, version:1.x, ArcherVersion:6.x.x.x,ArcherInstance:Prod,LogSourceIdentifier:xx.xxx.xx.xx:x,eventtime:xx/xx/xxxx xx:xx:xx AM,eventid:00, ArcherLog:" UserId:1234 UserName:"xxxxxx, xxxxxx" LogDate:xx/xx/xxxx xx:xx:xx AM MethodName:FieldDefinitionManager.GetFieldDisplay InputParameter:fieldIds: OutputValues: Success:True&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 14:55:49 GMT</pubDate>
    <dc:creator>anuremanan88</dc:creator>
    <dc:date>2019-03-05T14:55:49Z</dc:date>
    <item>
      <title>RSA Archer Data into Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414956#M42499</link>
      <description>&lt;P&gt;Anyone integrated RSA Archer with Splunk? I am currently ingesting data from Archer via syslog. However i am finding difficulty in extracting fields as the logs are having xml data embedded along with Key value pairs. I am giving a sample log below. Anyone can help me in extracting the fields?&lt;/P&gt;

&lt;P&gt;"&lt;BR /&gt;
Mar  4 00:00:11 hostname vendor: RSA, product:Archer, version:1.x, ArcherVersion:6.x.x.x,ArcherInstance:Prod,LogSourceIdentifier:xx.xxx.xx.xx:x,eventtime:xx/xx/xxxx xx:xx:xx AM,eventid:00, ArcherLog:" UserId:1234 UserName:"xxxxxx, xxxxxx" LogDate:xx/xx/xxxx xx:xx:xx AM MethodName:FieldDefinitionManager.GetFieldDisplay InputParameter:fieldIds: OutputValues: Success:True&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414956#M42499</guid>
      <dc:creator>anuremanan88</dc:creator>
      <dc:date>2019-03-05T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: RSA Archer Data into Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414957#M42500</link>
      <description>&lt;P&gt;"&lt;BR /&gt;
Mar  4 12:44:11 hostname vendor: RSA, product:Archer, version:1.x, ArcherVersion:6.4.x.x,ArcherInstance:xxxx,LogSourceIdentifier:xx.xx.xx.xx:x,eventtime:4/03/2019 14:44:11 AM,eventid:10, ArcherLog:" UserId:1234 UserName:"xxxx xxxxx" LogDate:4/03/2019 14:44:11 AM MethodName:FieldDefinitionManager.GetFieldDisplay InputParameter:fieldIds: OutputValues: Success:True&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414957#M42500</guid>
      <dc:creator>anuremanan88</dc:creator>
      <dc:date>2019-03-05T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: RSA Archer Data into Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414958#M42501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You can use rex to extract the field. I am giving you a sample based on your log. Hope it will be useful. Please note that the regular expression is not full , I just extracted till ArcherLog field. Similar way you can extract for other fields.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| base search
| rex field=_raw "vendor:\s*(?&amp;lt;vendor&amp;gt;.*),\s*product:\s*(?&amp;lt;product&amp;gt;.*),\s*version:(?&amp;lt;version&amp;gt;.*),\s*ArcherVersion:(?&amp;lt;ArcherVersion&amp;gt;.*),\s*ArcherInstance:(?&amp;lt;ArcherInstance&amp;gt;.*),LogSourceIdentifier:(?&amp;lt;LogSourceIdentifier&amp;gt;.*),eventtime:(?&amp;lt;eventtime&amp;gt;.*),eventid:(?&amp;lt;eventid&amp;gt;.*),\s*ArcherLog:(?&amp;lt;ArcherLog&amp;gt;.*)\s*UserId"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 19:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414958#M42501</guid>
      <dc:creator>sdchakraborty</dc:creator>
      <dc:date>2019-03-05T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: RSA Archer Data into Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414959#M42502</link>
      <description>&lt;P&gt;Sorry that is not my actual log sample. The xml tags got removed while uploading to splunk portal.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 15:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414959#M42502</guid>
      <dc:creator>anuremanan88</dc:creator>
      <dc:date>2019-03-06T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: RSA Archer Data into Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414960#M42503</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Actual log sample is
"
    Mar  4 12:57:01 hostname vendor: RSA, product:Archer, version:1.0, ArcherVersion:6.4.10300.1028,ArcherInstance:prod,LogSourceIdentifier:10.240.88.47:0,eventtime:4/03/2019 4:57:01 AM,eventid:14, ArcherLog:" UserId:123 UserName:"123, 456" LogDate:4/03/2019 4:57:01 AM MethodName:FieldDefinitionManager.Get InputParameter:fieldIds&amp;lt;System.Collections.Generic.IList`1[System.Int32]&amp;gt;:&amp;lt;ROOT&amp;gt;&amp;lt;V a="16106" /&amp;gt;&amp;lt;V a="16133" /&amp;gt;&amp;lt;V a="15730" /&amp;gt;&amp;lt;V a="15735" /&amp;gt;&amp;lt;V a="15733" /&amp;gt;&amp;lt;V a="15736" /&amp;gt;&amp;lt;V a="15743" /&amp;gt;&amp;lt;V a="15748" /&amp;gt;&amp;lt;V a="15751" /&amp;gt;&amp;lt;V a="15754" /&amp;gt;&amp;lt;V a="15749" /&amp;gt;&amp;lt;V a="15747" /&amp;gt;&amp;lt;V a="15746" /&amp;gt;&amp;lt;/ROOT&amp;gt; OutputValues:&amp;lt;ROOT&amp;gt;&amp;lt;V a="15730" /&amp;gt;&amp;lt;V a="15733" /&amp;gt;&amp;lt;V a="15735" /&amp;gt;&amp;lt;V a="15736" /&amp;gt;&amp;lt;V a="15743" /&amp;gt;&amp;lt;V a="15746" /&amp;gt;&amp;lt;V a="13447" /&amp;gt;&amp;lt;V a="15748" /&amp;gt;&amp;lt;V a="15749" /&amp;gt;&amp;lt;V a="15751" /&amp;gt;&amp;lt;V a="15754" /&amp;gt;&amp;lt;V a="16106" /&amp;gt;&amp;lt;V a="16133" /&amp;gt;&amp;lt;/ROOT&amp;gt; Success:True

Mar  6 22:48:33 hostname vendor: RSA, product:Archer, version:1.0, ArcherVersion:6.4.10300.1028,ArcherInstance:TEST,LogSourceIdentifier:10.240.88.48:0,eventtime:2019-03-06 14:48:34,eventid:14, ArcherLog:" UserId:123 UserName:"assd, dcdfd" LogDate:2019-03-06 14:48:34 MethodName:ArcherTech.DataFeed.Workflows.ScheduledDataFeedWorkflow, ArcherTech.DataFeed, Version=6.4.10300.1028, Culture=neutral, PublicKeyToken=null InputParameter:3DataFeedId381 OutputValues:708ace45-2db1-4418-8612-30f25ad897ee Success:True "
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Mar 2019 15:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/RSA-Archer-Data-into-Splunk/m-p/414960#M42503</guid>
      <dc:creator>anuremanan88</dc:creator>
      <dc:date>2019-03-06T15:01:38Z</dc:date>
    </item>
  </channel>
</rss>

