<?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 Hostname or end point url of Splunk enterprise instance in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591502#M12003</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have recently installed Splunk enterprise free trail&amp;nbsp; in my pc.&lt;/P&gt;
&lt;P&gt;Created and hec event collector and hec token.&lt;/P&gt;
&lt;P&gt;I want to send some data to my splunk instance from an external client(system).&lt;/P&gt;
&lt;P&gt;But my splunk url shows only &lt;A target="_blank" rel="noopener"&gt;http://&amp;lt;IPaddress&amp;gt;:&amp;lt;port&amp;gt;&lt;/A&gt;&amp;nbsp; using which getting connection refused or invalid server.&lt;/P&gt;
&lt;P&gt;Can you please suggest how to get the correct host name and url of my splunk system, so that i can trigger data from my client to splunk&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Kumar&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 17:28:42 GMT</pubDate>
    <dc:creator>Kumar_Gana</dc:creator>
    <dc:date>2022-03-30T17:28:42Z</dc:date>
    <item>
      <title>Hostname or end point url of Splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591502#M12003</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have recently installed Splunk enterprise free trail&amp;nbsp; in my pc.&lt;/P&gt;
&lt;P&gt;Created and hec event collector and hec token.&lt;/P&gt;
&lt;P&gt;I want to send some data to my splunk instance from an external client(system).&lt;/P&gt;
&lt;P&gt;But my splunk url shows only &lt;A target="_blank" rel="noopener"&gt;http://&amp;lt;IPaddress&amp;gt;:&amp;lt;port&amp;gt;&lt;/A&gt;&amp;nbsp; using which getting connection refused or invalid server.&lt;/P&gt;
&lt;P&gt;Can you please suggest how to get the correct host name and url of my splunk system, so that i can trigger data from my client to splunk&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 17:28:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591502#M12003</guid>
      <dc:creator>Kumar_Gana</dc:creator>
      <dc:date>2022-03-30T17:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname or end point url of Splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591522#M12008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244412"&gt;@Kumar_Gana&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;correct me if i'm wrong as per my understaning&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) are you looking for the IP of your splunk instance ?&lt;/P&gt;&lt;P&gt;if yes then based on your OS win or linux&amp;nbsp; you should&amp;nbsp; run ipconfig or ifconfig to get the ip address&amp;nbsp;&lt;/P&gt;&lt;P&gt;since this is free trail on your system do check for the firewall issue which i don't think should be there&lt;/P&gt;&lt;P&gt;use curl before testing with 3rd party application if using linux it should have by default if using windows please get a curl.exe and test below command&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -k &lt;A href="https://localhost:8088/services/collector" target="_blank"&gt;https://localhost:8088/services/collector&lt;/A&gt; -H 'Authorization: Splunk 578254cc-05f5-46b5-957b-910d1400341a' -d ''&lt;/P&gt;&lt;P&gt;It will return something like:&lt;/P&gt;&lt;P&gt;{"test":"No data","code":5}&lt;/P&gt;&lt;P&gt;it will check authentication token is correct and working and also check for the connection whereever you run the command and the hec point&amp;nbsp;&lt;/P&gt;&lt;P&gt;for curl you can use the local host but running from external application use the IP like below&lt;/P&gt;&lt;P&gt;curl -k &lt;A href="https://11.11.2222.111:8088/services/collector" target="_blank"&gt;https://11.11.2222.111:8088/services/collector&lt;/A&gt; -H 'Authorization: Splunk 578254cc-05f5-46b5-957b-910d1400341a' -d ''&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps karma points are appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 14:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591522#M12008</guid>
      <dc:creator>venky1544</dc:creator>
      <dc:date>2022-03-30T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname or end point url of Splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591528#M12009</link>
      <description>&lt;P&gt;If you are making the request from some public server. Then you need to specify your machine's public IP there.&lt;/P&gt;&lt;P&gt;In this scenario, you need to have public IP attached to your PC. You can check this from the below URL after you enable the HEC configuration.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.yougetsignal.com/tools/open-ports/" target="_blank"&gt;https://www.yougetsignal.com/tools/open-ports/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(with your public IP and HEC port number)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do not own the static public IP then use the cloud instance like GCP and AWS to install Splunk as they will provide static public IP to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 14:30:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591528#M12009</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-03-30T14:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname or end point url of Splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591558#M12011</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I clicked on the below given url and i am seeing an IP there saying "your external address".&lt;/P&gt;&lt;P&gt;when i clicked on check by giving hec token port(8088).&amp;nbsp; It is saying that "port 8088" is closed on given external IP.&lt;/P&gt;&lt;P&gt;I am not sure how attach public IP to my PC.&lt;/P&gt;&lt;P&gt;Regarding, GCP or AWS, you mean installing my splunk enterprise instance on AWS? If yes, can you please provide the documentation on how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591558#M12011</guid>
      <dc:creator>Kumar_Gana</dc:creator>
      <dc:date>2022-03-30T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname or end point url of Splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591567#M12013</link>
      <description>&lt;P&gt;That tells me you are not on static public IP.&lt;/P&gt;&lt;P&gt;Use GCP/AWS to create an EC2 Linux/Windows instance. Do SSH/Windows RDP for logging into it.&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&lt;A href="https://cloud.google.com/compute/docs/instances/create-start-instance" target="_blank"&gt;https://cloud.google.com/compute/docs/instances/create-start-instance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&lt;A href="https://docs.aws.amazon.com/efs/latest/ug/gs-step-one-create-ec2-resources.html" target="_blank"&gt;https://docs.aws.amazon.com/efs/latest/ug/gs-step-one-create-ec2-resources.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then use the regular Linux/Windows Splunk installation guide.&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.5/Installation/InstallonLinux" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.5/Installation/InstallonLinux&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 16:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Hostname-or-end-point-url-of-Splunk-enterprise-instance/m-p/591567#M12013</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-03-30T16:29:33Z</dc:date>
    </item>
  </channel>
</rss>

