<?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 to import ODL files in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680494#M113695</link>
    <description>&lt;P&gt;Is Oracle Diagnostic Logging ( ODL) format supported in any way by Splunk ?&lt;BR /&gt;On the forum I have found only one topic regarding it but it had been written 8 years ago ?&lt;BR /&gt;This format, I read and analyze every day, is used by SOA and OSB diagnostic logs. It is, more or less, like csv structure but instead of tab/space/comma, each value is pakced into brakets&lt;/P&gt;&lt;P&gt;Below example with the short descrption&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[2010-09-23T10:54:00.206-07:00] [soa_server1] [NOTIFICATION] [] [oracle.mds]&lt;BR /&gt;[tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default&lt;BR /&gt;(self-tuning)'] [userId: &amp;lt;anonymous&amp;gt;] [ecid: 0000I3K7DCnAhKB5JZ4Eyf19wAgN000001,0]&lt;BR /&gt;[APP: wsm-pm] "Metadata Services: Metadata archive (MAR) not found."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Timestamp, originating: 2010-09-23T10:54:00.206-07:00&lt;/P&gt;&lt;P&gt;Organization ID: soa_server1&lt;/P&gt;&lt;P&gt;Message Type: NOTIFICATION&lt;/P&gt;&lt;P&gt;Component ID: oracle.mds&lt;/P&gt;&lt;P&gt;Thread ID: tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'&lt;/P&gt;&lt;P&gt;User ID: userId: &amp;lt;anonymous&amp;gt;&lt;/P&gt;&lt;P&gt;Execution Context ID: ecid: 0000I3K7DCnAhKB5JZ4Eyf19wAgN000001,0&lt;/P&gt;&lt;P&gt;Supplemental Attribute: APP: wsm-pm&lt;/P&gt;&lt;P&gt;Message Text: "Metadata Services: Metadata archive (MAR) not found."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any solution, hints how to manage it in Splunk ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;regards&lt;BR /&gt;KP.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 07:11:24 GMT</pubDate>
    <dc:creator>kp_pl</dc:creator>
    <dc:date>2024-03-13T07:11:24Z</dc:date>
    <item>
      <title>HOw to import ODL files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680494#M113695</link>
      <description>&lt;P&gt;Is Oracle Diagnostic Logging ( ODL) format supported in any way by Splunk ?&lt;BR /&gt;On the forum I have found only one topic regarding it but it had been written 8 years ago ?&lt;BR /&gt;This format, I read and analyze every day, is used by SOA and OSB diagnostic logs. It is, more or less, like csv structure but instead of tab/space/comma, each value is pakced into brakets&lt;/P&gt;&lt;P&gt;Below example with the short descrption&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[2010-09-23T10:54:00.206-07:00] [soa_server1] [NOTIFICATION] [] [oracle.mds]&lt;BR /&gt;[tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default&lt;BR /&gt;(self-tuning)'] [userId: &amp;lt;anonymous&amp;gt;] [ecid: 0000I3K7DCnAhKB5JZ4Eyf19wAgN000001,0]&lt;BR /&gt;[APP: wsm-pm] "Metadata Services: Metadata archive (MAR) not found."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Timestamp, originating: 2010-09-23T10:54:00.206-07:00&lt;/P&gt;&lt;P&gt;Organization ID: soa_server1&lt;/P&gt;&lt;P&gt;Message Type: NOTIFICATION&lt;/P&gt;&lt;P&gt;Component ID: oracle.mds&lt;/P&gt;&lt;P&gt;Thread ID: tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'&lt;/P&gt;&lt;P&gt;User ID: userId: &amp;lt;anonymous&amp;gt;&lt;/P&gt;&lt;P&gt;Execution Context ID: ecid: 0000I3K7DCnAhKB5JZ4Eyf19wAgN000001,0&lt;/P&gt;&lt;P&gt;Supplemental Attribute: APP: wsm-pm&lt;/P&gt;&lt;P&gt;Message Text: "Metadata Services: Metadata archive (MAR) not found."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any solution, hints how to manage it in Splunk ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;regards&lt;BR /&gt;KP.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 07:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680494#M113695</guid>
      <dc:creator>kp_pl</dc:creator>
      <dc:date>2024-03-13T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to import ODL files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680503#M113696</link>
      <description>&lt;P&gt;You can parse this event with rex&lt;/P&gt;&lt;P&gt;&lt;A href="https://regex101.com/r/eUputR/1" target="_blank"&gt;https://regex101.com/r/eUputR/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, this assumes you have an empty / not required field for the 4th bracket pair, and that you don't have further nesting of bracketed sub-strings in the Thread ID&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:16:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680503#M113696</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-03-13T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to import ODL files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680680#M113719</link>
      <description>&lt;P&gt;ITWhisperer - thanks for your answer&amp;nbsp; - fits perfect!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the creation of own source-type difficult -&amp;nbsp; any hints, tutorials about it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 12:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOw-to-import-ODL-files/m-p/680680#M113719</guid>
      <dc:creator>kp_pl</dc:creator>
      <dc:date>2024-03-14T12:12:36Z</dc:date>
    </item>
  </channel>
</rss>

