<?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 do I send my own data into a Splunk Cloud Sandbox Trial? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156709#M31774</link>
    <description>&lt;P&gt;Hi Raghu,&lt;/P&gt;

&lt;P&gt;If I read your server name correctly (and note everyone else can see it)&lt;/P&gt;

&lt;H1&gt;Try this&lt;/H1&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group,sandbox&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = false &lt;BR /&gt;
server = cdcxvt0765.conway.prod.con-way.com:9997&lt;/P&gt;

&lt;P&gt;[tcpout:sandbox] &lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = input-XXXXXXXXX.splunk6.splunktrial.com:9997&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2014 19:44:53 GMT</pubDate>
    <dc:creator>khourihan_splun</dc:creator>
    <dc:date>2014-08-06T19:44:53Z</dc:date>
    <item>
      <title>How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156699#M31764</link>
      <description>&lt;P&gt;How do you send data from a forwarder into a Splunk Cloud Sandbox trial environment?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 18:13:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156699#M31764</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-07-24T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156700#M31765</link>
      <description>&lt;P&gt;Note as for Jan 31 this is no longer valid. &lt;/P&gt;

&lt;P&gt;Use this instead: &lt;A href="http://answers.splunk.com/answers/214420/how-do-i-setup-a-splunk-cloud-trial-sandbox-forwar.html#answer-214421"&gt;http://answers.splunk.com/answers/214420/how-do-i-setup-a-splunk-cloud-trial-sandbox-forwar.html#answer-214421&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can send data into your Splunk Cloud via forwarder by doing the following:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;From the Splunk UI, login as Admin&lt;/LI&gt;
&lt;LI&gt;Under Settings » Forwarding and receiving, Enable port 9997 from Splunk's UI in your Sandbox instance &lt;/LI&gt;
&lt;LI&gt;On your forwarder, you set the outputs to &lt;CODE&gt;input-.splunk6.splunktrial.com&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;for example I used in my outputs.conf file /opt/splunkforwarder/etc/apps/system/local/outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = sandbox

[tcpout:sandbox]
server =  input-khourihan-sje-0.splunk6.splunktrial.com:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can find your instance name by going to &lt;A href="https://www.splunk.com/getsplunk/cloudtrial"&gt;https://www.splunk.com/getsplunk/cloudtrial&lt;/A&gt; and logging into Splunk.com.  You can see your Sandbox name there.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/2014-07-24_12-07-05.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Then, if you haven't done so already, configure your inputs.&lt;/LI&gt;
&lt;LI&gt;Restart your Splunk on your forwarder&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;More references:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://www.splunk.com/view/SP-CAAAM3U" target="test_blank"&gt;https://www.splunk.com/view/SP-CAAAM3U&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;I already have a Splunk instance or a&lt;BR /&gt;
Splunk forwarder. How can I send data&lt;BR /&gt;
from my existing Splunk instance to my&lt;BR /&gt;
Splunk Online Sandbox? You can send&lt;BR /&gt;
data from a Splunk forwarder to your&lt;BR /&gt;
Splunk Online Sandbox using the domain&lt;BR /&gt;
name for your sandbox's Splunk Web. To&lt;BR /&gt;
send data directly to your Splunk&lt;BR /&gt;
Online Sandbox, prefix the domain name&lt;BR /&gt;
with "input-". For example, if the url&lt;BR /&gt;
for your Splunk Online Sandbox is&lt;BR /&gt;
&lt;A href="https://username.splunktrial.com"&gt;https://username.splunktrial.com&lt;/A&gt;,&lt;BR /&gt;
forward your data to&lt;BR /&gt;
input-username.splunktrial.com.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 24 Jul 2014 18:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156700#M31765</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-07-24T18:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156701#M31766</link>
      <description>&lt;P&gt;The hostname in your forwarder outputs.conf file must be prefixed with &lt;CODE&gt;input-&lt;/CODE&gt;, i.e., you take the sandbox web interface hostname and prefix &lt;CODE&gt;input-&lt;/CODE&gt; to the front, e.g., your example about should use &lt;CODE&gt;input-khourihan-sje-0.splunk6.splunktrial.com:9997&lt;/CODE&gt; instead of &lt;CODE&gt;khourihan-sje-0.splunk6.splunktrial.com:9997&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 23:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156701#M31766</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2014-07-24T23:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156702#M31767</link>
      <description>&lt;P&gt;edited the answer for you&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 23:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156702#M31767</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2014-07-24T23:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156703#M31768</link>
      <description>&lt;P&gt;When I installed the splunk forwarder in Unix I did not see the folder local under /opt/splunkforwarder/etc/apps/search/&lt;BR /&gt;
So does this mean I have the wrong install? I installed splunkforwarder-6.1.2-213098-Linux-x86_64.gz&lt;BR /&gt;
OR &lt;BR /&gt;
Does does this mean I missed a configuration step?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 23:07:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156703#M31768</guid>
      <dc:creator>raghunand</dc:creator>
      <dc:date>2014-08-05T23:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156704#M31769</link>
      <description>&lt;P&gt;OR&lt;BR /&gt;
Can I change a different output.conf. Other output.conf available are &lt;/P&gt;

&lt;P&gt;./splunk/etc/modules/distributedDeployment/classes/deployable/outputs.conf&lt;BR /&gt;
./splunk/etc/system/default/outputs.conf&lt;BR /&gt;
./splunk/etc/apps/SplunkLightForwarder/default/outputs.conf&lt;BR /&gt;
./splunk/etc/apps/SplunkForwarder/default/outputs.conf&lt;BR /&gt;
./splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;
./splunkforwarder/etc/system/default/outputs.conf&lt;BR /&gt;
./splunkforwarder/etc/apps/SplunkUniversalForwarder/default/outputs.conf&lt;/P&gt;

&lt;P&gt;OR &lt;BR /&gt;
something else ??&lt;/P&gt;

&lt;P&gt;Please advice ? &lt;/P&gt;

&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 23:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156704#M31769</guid>
      <dc:creator>raghunand</dc:creator>
      <dc:date>2014-08-05T23:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156705#M31770</link>
      <description>&lt;P&gt;@Raghu, you make the modification to ./splunkforwarder/etc/system/local/outputs.conf &lt;/P&gt;

&lt;P&gt;afterwards don't forget to restart your forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 00:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156705#M31770</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-08-06T00:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156706#M31771</link>
      <description>&lt;P&gt;ok then thats exactly the one I had changed. But it did not work &lt;/P&gt;

&lt;P&gt;[satibsvc@cdcxvt0765 local]$ cat outputs.conf &lt;BR /&gt;
[tcpout]&lt;/P&gt;

&lt;H1&gt;defaultGroup = default-autolb-group&lt;/H1&gt;

&lt;P&gt;defaultGroup = sandbox&lt;/P&gt;

&lt;H1&gt;[tcpout:default-autolb-group]&lt;/H1&gt;

&lt;H1&gt;server = cdcxvt0765.conway.prod.con-way.com:9997&lt;/H1&gt;

&lt;H1&gt;[tcpout-server://cdcxvt0765.conway.prod.con-way.com:9997]&lt;/H1&gt;

&lt;P&gt;[tcpout:sandbox]&lt;BR /&gt;
server =  input-XXXXXXXXX.splunk6.splunktrial.com:9997&lt;BR /&gt;
[satibsvc@cdcxvt0765 local]$ pwd&lt;BR /&gt;
/opt/eicoe/splunkforwarder/etc/system/local&lt;BR /&gt;
[satibsvc@cdcxvt0765 local]$&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 00:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156706#M31771</guid>
      <dc:creator>raghunand</dc:creator>
      <dc:date>2014-08-06T00:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156707#M31772</link>
      <description>&lt;P&gt;@Raghu,&lt;/P&gt;

&lt;P&gt;Try following this format: (use a comma not two entries)&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = splunk_cloud,sandbox&lt;/P&gt;

&lt;P&gt;[tcpout:splunk_cloud]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = i1.blah.splunkcloud.com:9997,i2.blah.splunkcloud.com:9997,i3.blah.splunkcloud.com:9997&lt;/P&gt;

&lt;P&gt;[tcpout:sandbox]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server =  input-khourihansplunk-blah.splunk6.splunktrial.com:9997&lt;/P&gt;

&lt;P&gt;PS those fonts you used are awesome!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 00:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156707#M31772</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-08-06T00:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156708#M31773</link>
      <description>&lt;P&gt;Thanks for giving setting and sorry about the font, it was unintentional &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;I tried the settings and still no result. &lt;/P&gt;

&lt;P&gt;Q - for &lt;BR /&gt;
[tcpout:splunk_cloud] &lt;BR /&gt;
disabled = false &lt;BR /&gt;
server = ?&lt;BR /&gt;
Did you get the server name from "Splunk server name" in the general settings ? &lt;/P&gt;

&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:57:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156708#M31773</guid>
      <dc:creator>raghunand</dc:creator>
      <dc:date>2014-08-06T15:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156709#M31774</link>
      <description>&lt;P&gt;Hi Raghu,&lt;/P&gt;

&lt;P&gt;If I read your server name correctly (and note everyone else can see it)&lt;/P&gt;

&lt;H1&gt;Try this&lt;/H1&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group,sandbox&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = false &lt;BR /&gt;
server = cdcxvt0765.conway.prod.con-way.com:9997&lt;/P&gt;

&lt;P&gt;[tcpout:sandbox] &lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = input-XXXXXXXXX.splunk6.splunktrial.com:9997&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156709#M31774</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-08-06T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156710#M31775</link>
      <description>&lt;P&gt;This process has been greatly simplified in recent weeks.&lt;BR /&gt;
You can now download an app which you can install into a universal forwarder from the sandbox instance itself.&lt;/P&gt;

&lt;P&gt;After logging into your instance, click on the "Universal Forwarder" app from the launcher page.&lt;BR /&gt;
From the subsequent page you can download the app and follow the instructions to install it into a universal forwarder.&lt;/P&gt;

&lt;P&gt;Also,&lt;BR /&gt;
The answers given above were valid at the time of writing but recently we secured all data inputs with a unique SSL certificate and key for each instance so you cannot just manually add the config files and make it work anymore. You have to download the universal forwarder app which has the required credentials embedded.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:36:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156710#M31775</guid>
      <dc:creator>declanshanaghy</dc:creator>
      <dc:date>2015-01-08T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send my own data into a Splunk Cloud Sandbox Trial?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156711#M31776</link>
      <description>&lt;P&gt;If you switch to the preconfigured forwarder app, you should remove all the manual forwarding  you may have done before (like the outputs.conf in $SPLUNK_HOME/etc/system/local).&lt;/P&gt;

&lt;P&gt;Remarks :&lt;BR /&gt;
 - no need to setup the forwarding using the installer option on windows (skip the step), or the Command line and install options.&lt;BR /&gt;
 - You still need to create inputs for your events, but can look at the data in index=_internal and splunkd.log to check.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-send-my-own-data-into-a-Splunk-Cloud-Sandbox-Trial/m-p/156711#M31776</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2015-01-14T16:22:56Z</dc:date>
    </item>
  </channel>
</rss>

