<?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: Help with Injesting Oracle Fusion Application Audit logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689310#M114735</link>
    <description>&lt;P&gt;You have three options here.&lt;/P&gt;&lt;P&gt;1. Create a completely external script that will pull data from your REST endpoint and write it to a file for ingestion by file monitor input or send it to a HEC input. That's probably the easiest (in the quick and dirty sense) but least maintainable one.&lt;/P&gt;&lt;P&gt;2. Create a modular input manually - &lt;A href="https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. Use add-on builder to create modular input - &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection" target="_blank"&gt;https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jun 2024 09:21:26 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-06-02T09:21:26Z</dc:date>
    <item>
      <title>Help with Injesting Oracle Fusion Application Audit logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689292#M114734</link>
      <description>&lt;P&gt;Hello follow Splunkers!&lt;/P&gt;&lt;P&gt;We want to ingest Oracle Fusion Application (SaaS) audit logs into Splunk on-prem, and the only way to do this is through the REST API GET method. So, now that I cannot find a REST input option in Splunk or any free add-on from Splunk for this task, all I have read over the internet is to develop a script. I need your support to share a sample Python script that should not only pull the logs but also avoid duplicate logs with every pull.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2024 13:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689292#M114734</guid>
      <dc:creator>zubairsp</dc:creator>
      <dc:date>2024-06-01T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Injesting Oracle Fusion Application Audit logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689310#M114735</link>
      <description>&lt;P&gt;You have three options here.&lt;/P&gt;&lt;P&gt;1. Create a completely external script that will pull data from your REST endpoint and write it to a file for ingestion by file monitor input or send it to a HEC input. That's probably the easiest (in the quick and dirty sense) but least maintainable one.&lt;/P&gt;&lt;P&gt;2. Create a modular input manually - &lt;A href="https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. Use add-on builder to create modular input - &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection" target="_blank"&gt;https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 09:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689310#M114735</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-02T09:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Injesting Oracle Fusion Application Audit logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689319#M114736</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;I appreciate your reply. The add-on builder option is what I'll go with. But will the add-on option work with XML data, given the data type is XML and the Splunk documentation only discusses JSON format? If so, do I need to apply the same "JSON path formats"? If not, can you kindly provide the formats or a reference guide?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 12:01:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689319#M114736</guid>
      <dc:creator>zubairsp</dc:creator>
      <dc:date>2024-06-02T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Injesting Oracle Fusion Application Audit logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689321#M114737</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection#Add_a_data_input_using_a_REST_API" target="_blank"&gt;https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection#Add_a_data_input_using_a_REST_API&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Build the data collection for your add-on to gather data from a REST API. A REST data input uses JSON as a data type and supports basic authentication and API-based authentication. For advanced data collection, &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/4.2.0/UserGuide/ConfigureDataCollection#Add_a_data_input_by_writing_your_own_code" target="_blank" rel="noopener noreferrer"&gt;create a modular input by writing your own Python code&lt;/A&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So if your source returns XML.. well, you're on your own here.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 12:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689321#M114737</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-02T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Injesting Oracle Fusion Application Audit logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689371#M114738</link>
      <description>&lt;P&gt;Made some changes at source, now we are getting the logs in JSON format and Add-on builder option worked fine.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 06:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Injesting-Oracle-Fusion-Application-Audit-logs/m-p/689371#M114738</guid>
      <dc:creator>zubairsp</dc:creator>
      <dc:date>2024-06-03T06:50:45Z</dc:date>
    </item>
  </channel>
</rss>

