<?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: how to connect to SPLUNK server from SPLUNK ODBC driver using LDAP authenticated user in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311993#M4255</link>
    <description>&lt;P&gt;You have to talk to your Splunk admins to see if they expose the API port, and how. &lt;/P&gt;

&lt;P&gt;That URL tells us that the Web Interface is on port 443 (because we all know that &lt;A href="http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=https"&gt;https is port 443 by default&lt;/A&gt; ), but it tells us nothing about the location of the API port that the ODBC Driver needs. &lt;/P&gt;

&lt;P&gt;By default the Web API port is port 8089, but as your admins have changed the web default port it's possible they changed the port for the API as well, or your search heads are being proxied by a load balancer and therefore the API is through a different host name/port. &lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 19:16:34 GMT</pubDate>
    <dc:creator>acharlieh</dc:creator>
    <dc:date>2017-02-21T19:16:34Z</dc:date>
    <item>
      <title>how to connect to SPLUNK server from SPLUNK ODBC driver using LDAP authenticated user</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311990#M4252</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;
I have installed SPLUNK ODBC driver in my desktop and i was able to connect to SPLUNK enterprise which is installed in my desktop.&lt;/P&gt;

&lt;P&gt;i used SPLUNK URL and admin/{password} to connect to SPLUNK ODBC driver.&lt;/P&gt;

&lt;P&gt;but when try to connect SPLUNK enterprise server which is installed in remote systems,its not connecting&lt;/P&gt;

&lt;P&gt;below are the details i am using&lt;/P&gt;

&lt;P&gt;Login ID - domain\userid&lt;BR /&gt;
password - {password}&lt;BR /&gt;
Server URL - splunk forwade server and port&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 21:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311990#M4252</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-02-20T21:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to SPLUNK server from SPLUNK ODBC driver using LDAP authenticated user</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311991#M4253</link>
      <description>&lt;P&gt;For reference the installation guide for the ODBC Driver is located: &lt;A href="https://docs.splunk.com/Documentation/ODBC/2.1.1/UseODBC/Installation"&gt;https://docs.splunk.com/Documentation/ODBC/2.1.1/UseODBC/Installation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For Server URL -&amp;gt; You should be connecting to the Splunk API port of the search head. Typically this is &lt;A href="https://searchhead.example.com:8089"&gt;https://searchhead.example.com:8089&lt;/A&gt; This is not the Forwarder receiving port (typically 9997 on the indexers), nor the Splunk web port (typically &lt;A href="http://searchhead.example.com:8000"&gt;http://searchhead.example.com:8000&lt;/A&gt;). Obviously these mentioned ports are defaults, so if your Search heads are behind a load balancer, you'll need to adjust and connect to the load balanced API host:port accordingly.&lt;/P&gt;

&lt;P&gt;For Password -&amp;gt; Obviously the password of the domain account&lt;/P&gt;

&lt;P&gt;For Login Id -&amp;gt; This should be the same id that you use to log into the search head Splunk web interface for that account. The exact format of this depends on the Splunk LDAP configuration settings setup by your Splunk Administrator. For Active Directory often times logins are mapped to samAccountName, in which case you would simply use &lt;CODE&gt;userid&lt;/CODE&gt;. Just as validly however, Splunk could be configured to map userNameAttribute in authentication.conf to userPrincipalName in which case you would likely use a string that looks like &lt;CODE&gt;userid@domain.dns.name&lt;/CODE&gt; (but of course depending on the AD architecture, it might be a dns name of a related domain). &lt;CODE&gt;DOMAIN\userid&lt;/CODE&gt; is most likely wrong as I don't believe there is an attribute in LDAP that would contain this value on your account.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311991#M4253</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2017-02-20T23:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to SPLUNK server from SPLUNK ODBC driver using LDAP authenticated user</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311992#M4254</link>
      <description>&lt;P&gt;I have a search head URL something like this,how can i find the port number from this URL&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk-search-sw-dev.can.ntroot.net/en-US/account/login"&gt;https://splunk-search-sw-dev.can.ntroot.net/en-US/account/login&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311992#M4254</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-02-21T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to SPLUNK server from SPLUNK ODBC driver using LDAP authenticated user</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311993#M4255</link>
      <description>&lt;P&gt;You have to talk to your Splunk admins to see if they expose the API port, and how. &lt;/P&gt;

&lt;P&gt;That URL tells us that the Web Interface is on port 443 (because we all know that &lt;A href="http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=https"&gt;https is port 443 by default&lt;/A&gt; ), but it tells us nothing about the location of the API port that the ODBC Driver needs. &lt;/P&gt;

&lt;P&gt;By default the Web API port is port 8089, but as your admins have changed the web default port it's possible they changed the port for the API as well, or your search heads are being proxied by a load balancer and therefore the API is through a different host name/port. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 19:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-connect-to-SPLUNK-server-from-SPLUNK-ODBC-driver-using/m-p/311993#M4255</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2017-02-21T19:16:34Z</dc:date>
    </item>
  </channel>
</rss>

