<?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 C# SDK sample to Splunk Enterprise created from Azure? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246948#M3101</link>
    <description>&lt;P&gt;Assuming all parameters are correct, a timeout usually means blocking firewalls.&lt;/P&gt;

&lt;P&gt;Can you telnet to the management port?&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2016 13:14:20 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2016-03-13T13:14:20Z</dc:date>
    <item>
      <title>How to connect C# SDK sample to Splunk Enterprise created from Azure?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246947#M3100</link>
      <description>&lt;P&gt;I have created Splunk Enterprise Server from Azure market place.&lt;BR /&gt;
I am now trying to connect to this server from C# sdk using the server name and port(8089). But I get an error &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;An error occurred while sending the&lt;BR /&gt;
request&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I have disabled Server certificate validation on the C# sample.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
    ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) =&amp;gt; true;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, as per the &lt;A href="http://dev.splunk.com/view/csharp-sdk/SP-CAAAEPR" target="_blank"&gt;tutorial&lt;/A&gt; when I try to navigate to scheme://host:port for the azure server, I get &lt;STRONG&gt;ERR_CONNECTION_TIMED_OUT&lt;/STRONG&gt;&lt;BR /&gt;
&lt;A href="https://servername.azure.com:8089/" target="_blank"&gt;https://servername.azure.com:8089/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is there any other settings that I have to configure on Server?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246947#M3100</guid>
      <dc:creator>ponsakthi</dc:creator>
      <dc:date>2020-09-29T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect C# SDK sample to Splunk Enterprise created from Azure?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246948#M3101</link>
      <description>&lt;P&gt;Assuming all parameters are correct, a timeout usually means blocking firewalls.&lt;/P&gt;

&lt;P&gt;Can you telnet to the management port?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 13:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246948#M3101</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-13T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect C# SDK sample to Splunk Enterprise created from Azure?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246949#M3102</link>
      <description>&lt;P&gt;&lt;A href="https://azure.microsoft.com/en-us/marketplace/partners/splunk/splunk-enterprisebyol/"&gt;Splunk in Azure Marketplace&lt;/A&gt; deploys Splunk instance(s) within a newly created virtual network (vnet). By default, Splunk management port 8089 is open only to the private virtual network for security reasons. You could manually change that to allow traffic from a particular CIDR range or the public internet. From the Azure portal, browse to the network security group which was created by the template for the server(s) in question, and update the inbound security rule named "Allow-Mgmt-From-VNET". Alternatively, you could of course run the C# client from within the vnet.&lt;BR /&gt;
Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 17:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-connect-C-SDK-sample-to-Splunk-Enterprise-created-from/m-p/246949#M3102</guid>
      <dc:creator>rarsan_splunk</dc:creator>
      <dc:date>2016-03-14T17:44:14Z</dc:date>
    </item>
  </channel>
</rss>

