<?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: HCL Domino and Notes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669676#M112280</link>
    <description>&lt;P&gt;If it's text then Splunk can ingest it.&amp;nbsp; How to ingest it is another matter.&lt;/P&gt;&lt;P&gt;There are a few ways to onboard data into Splunk.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install a universal forwarder on the server to send log files to Splunk&lt;/LI&gt;&lt;LI&gt;Have the server send syslog data to Splunk via a syslog server or Splunk Connect for Syslog&lt;/LI&gt;&lt;LI&gt;Use the server's API to extract data for indexing&lt;/LI&gt;&lt;LI&gt;Use Splunk DB Connect to pull data from the server's SQL database.&lt;/LI&gt;&lt;LI&gt;Have the application send data directly to Splunk using HTTP Event Collector (HEC).&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 24 Nov 2023 17:30:40 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-11-24T17:30:40Z</dc:date>
    <item>
      <title>HCL Domino and Notes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669668#M112278</link>
      <description>&lt;P&gt;Can Splunk ingest log data from HCL Domino and Notes?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 15:18:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669668#M112278</guid>
      <dc:creator>gillettepd</dc:creator>
      <dc:date>2023-11-24T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: HCL Domino and Notes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669676#M112280</link>
      <description>&lt;P&gt;If it's text then Splunk can ingest it.&amp;nbsp; How to ingest it is another matter.&lt;/P&gt;&lt;P&gt;There are a few ways to onboard data into Splunk.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install a universal forwarder on the server to send log files to Splunk&lt;/LI&gt;&lt;LI&gt;Have the server send syslog data to Splunk via a syslog server or Splunk Connect for Syslog&lt;/LI&gt;&lt;LI&gt;Use the server's API to extract data for indexing&lt;/LI&gt;&lt;LI&gt;Use Splunk DB Connect to pull data from the server's SQL database.&lt;/LI&gt;&lt;LI&gt;Have the application send data directly to Splunk using HTTP Event Collector (HEC).&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Nov 2023 17:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669676#M112280</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-24T17:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: HCL Domino and Notes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669692#M112284</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262771"&gt;@gillettepd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've not used or written code (in C) for Domino since it was still a Lotus product. During IBM's tenure, JDBC Access for IBM Lotus Domino &amp;lt;&lt;A href="https://www.openntf.org/main.nsf/project.xsp?r=project/JDBC%20Access%20for%20IBM%20Lotus%20Domino" target="_self"&gt;https://www.openntf.org/main.nsf/project.xsp?r=project/JDBC%20Access%20for%20IBM%20Lotus%20Domino&lt;/A&gt;&amp;gt; may have been a viable option for querying LOG.NSF, DOMLOG.NSF, etc. using Splunk DB Connect. The JDBC solution may work with HCL Domino 11.x, but a quick search suggests it will not work with 12.x. The JDBC driver may also be incompatible with DB Connect, depending on its implementation of expected JDBC interfaces. That said, give it a try!&lt;/P&gt;&lt;P&gt;I would evaluate OData access &amp;lt;&lt;A href="https://opensource.hcltechsw.com/Domino-rest-api/tutorial/odata/index.html" target="_self"&gt;https://opensource.hcltechsw.com/Domino-rest-api/tutorial/odata/index.html&lt;/A&gt;&amp;gt;; however, there is no OData add-on for Splunk. If you're comfortable with Python, REST API Modular Input &amp;lt;&lt;A href="https://splunkbase.splunk.com/app/1546" target="_self"&gt;https://splunkbase.splunk.com/app/1546&lt;/A&gt;&amp;gt; is a (mostly) fee-based add-on that may simplify writing an OData wrapper. Splunk Add-on Builder &amp;lt;&lt;A href="https://splunkbase.splunk.com/app/2962" target="_self"&gt;https://splunkbase.splunk.com/app/2962&lt;/A&gt;&amp;gt; is always an option, but it exposes the Splunk API in a way that may complicate your solution.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 01:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HCL-Domino-and-Notes/m-p/669692#M112284</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2023-11-25T01:05:58Z</dc:date>
    </item>
  </channel>
</rss>

