<?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 How do I CIM tag DB2 audit logs that are dumped on the filesystem as a text file (not using DB Connect)? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-CIM-tag-DB2-audit-logs-that-are-dumped-on-the/m-p/286070#M96366</link>
    <description>&lt;P&gt;This is actually a question I already the answer for, I just want to use the question/answer style to ensure it complies to the way this forum is setup.&lt;/P&gt;

&lt;P&gt;This is how I achieved the CIM compliance for the DB2 audit logs that are dumped to the filesystem by the DBA (not read in via the DB Connect application).&lt;/P&gt;

&lt;P&gt;Please see the answer for the solution information.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2016 09:42:38 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2016-09-16T09:42:38Z</dc:date>
    <item>
      <title>How do I CIM tag DB2 audit logs that are dumped on the filesystem as a text file (not using DB Connect)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-CIM-tag-DB2-audit-logs-that-are-dumped-on-the/m-p/286070#M96366</link>
      <description>&lt;P&gt;This is actually a question I already the answer for, I just want to use the question/answer style to ensure it complies to the way this forum is setup.&lt;/P&gt;

&lt;P&gt;This is how I achieved the CIM compliance for the DB2 audit logs that are dumped to the filesystem by the DBA (not read in via the DB Connect application).&lt;/P&gt;

&lt;P&gt;Please see the answer for the solution information.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 09:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-CIM-tag-DB2-audit-logs-that-are-dumped-on-the/m-p/286070#M96366</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2016-09-16T09:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I CIM tag DB2 audit logs that are dumped on the filesystem as a text file (not using DB Connect)?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-CIM-tag-DB2-audit-logs-that-are-dumped-on-the/m-p/286071#M96367</link>
      <description>&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[DB2:audit]&lt;BR /&gt;
EVAL-instance_name = replace(source, "/[^-]+-([^.]+).log$", "\1")&lt;BR /&gt;
EVAL-status = if(category=="SECMAINT",if(eventstatus==0,"success","failure"),null())&lt;BR /&gt;
FIELDALIAS-DB2:audit_aliases = eventstatus AS result_id grantee AS object granteetype AS object_category host AS dest&lt;BR /&gt;
EXTRACT-db2src = (?ms)applicationid=(?P.*?)(.[^.]+){2};&lt;BR /&gt;
EVAL-user = coalesce(grantor,userid)&lt;BR /&gt;
EVAL-action = if(category=="VALIDATE",if(eventstatus==0,"success","failure"),null())&lt;/P&gt;

&lt;P&gt;eventtypes.conf&lt;BR /&gt;
[db2_audit_change]&lt;BR /&gt;
search = sourcetype=DB2:audit category=SECMAINT&lt;/P&gt;

&lt;P&gt;[db2_audit_auth]&lt;BR /&gt;
search = sourcetype=DB2:audit category=VALIDATE&lt;/P&gt;

&lt;P&gt;tags.conf&lt;BR /&gt;
[eventtype=db2_audit_change]&lt;BR /&gt;
change = enabled&lt;/P&gt;

&lt;P&gt;[eventtype=db2_audit_auth]&lt;BR /&gt;
authentication = enabled&lt;/P&gt;

&lt;P&gt;You may need to change this depending on your exact requirements but hopefully it helps someone...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:01:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-CIM-tag-DB2-audit-logs-that-are-dumped-on-the/m-p/286071#M96367</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-09-29T11:01:34Z</dc:date>
    </item>
  </channel>
</rss>

