<?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: Do I need TIBCO or smth like that (highload to Splunk REST API queries) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472868#M81260</link>
    <description>&lt;P&gt;Hi, thank you for the quick response! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I don't use HEC, and I need to reply to the Serv_1 as quickly as possible in the same API session (I guess...)...&lt;BR /&gt;
Seems that i am forced to use some sort of smart/web service to handle the situations whe I get large number of incoming calls to MySplunk search service...&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2020 11:47:37 GMT</pubDate>
    <dc:creator>highsplunker</dc:creator>
    <dc:date>2020-02-15T11:47:37Z</dc:date>
    <item>
      <title>Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472864#M81256</link>
      <description>&lt;P&gt;Hey guys,&lt;BR /&gt;
I have an online connection with another web service Serv_1: &lt;BR /&gt;
A. it sends data to MySplunk via online REST API&lt;BR /&gt;
B. I ran a search in MySplunk to enrich the data&lt;BR /&gt;
C. I send the enriched data back to Serv_1&lt;/P&gt;

&lt;P&gt;Question:&lt;BR /&gt;
What if Serv_1 sends me an enormously many API requests to MySplunk?&lt;BR /&gt;
Do I need smth a queue manager like TIBCO between MySplunk and Serv_1?&lt;BR /&gt;
Or my Splunk search heads cluster will do just fine?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472864#M81256</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-09-30T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472865#M81257</link>
      <description>&lt;P&gt;A.)&lt;BR /&gt;
How are you sending data to Splunk - do you mean via the Http Event Collector (HEC)? &lt;BR /&gt;
If so, the HEC is built to handle a large number of simultaneous requests, however you will need to monitor your deployment and may consider load balancing the incoming data across a 'pool' of HECs.&lt;/P&gt;

&lt;P&gt;B.) &lt;BR /&gt;
No Problem Here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;C.) &lt;BR /&gt;
There are a few ways to do this, but it probably depends on your exact use case.&lt;BR /&gt;
Option 1.&lt;BR /&gt;
Build an 'alert' which runs every x minutes to processes your data in Splunk and uses an alert action to send the data via a script back to your web service. (This is probably the approach I would take)&lt;/P&gt;

&lt;P&gt;Option 2.&lt;BR /&gt;
Run a saved search every x minutes which processes your data.&lt;BR /&gt;
Create a process either on your webservice, or another host to use the Splunk Rest API and request the job results.&lt;BR /&gt;
Transform your results as required and submit them to your webservice.&lt;/P&gt;

&lt;P&gt;You should not need any other software (other than your custom alert/scripts) to process the data.&lt;BR /&gt;
Whether your SHC "will do just fine" is dependent on your overall architecture and Splunk performance, but if your Splunk environment is in good health, I would think you should be ok.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 09:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472865#M81257</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-15T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472866#M81258</link>
      <description>&lt;P&gt;HEC will give 500 errors when over worked.  If your data is crucial to you, then yes I recommend sending data in via some method that can guarantee delivery.  Such as tibco, apigee, etc.  or write your own code that guarantees the delivery when any status code greater than 399 is returned.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 11:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472866#M81258</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-15T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472867#M81259</link>
      <description>&lt;P&gt;Hi thanks for the quick response! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I don't use HEC, and I need to reply to the Serv_1 as quickly as possible in the same API session (I guess...).&lt;/P&gt;

&lt;P&gt;Saved searches by schedule not applicable in my use case...&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 11:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472867#M81259</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-02-15T11:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472868#M81260</link>
      <description>&lt;P&gt;Hi, thank you for the quick response! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I don't use HEC, and I need to reply to the Serv_1 as quickly as possible in the same API session (I guess...)...&lt;BR /&gt;
Seems that i am forced to use some sort of smart/web service to handle the situations whe I get large number of incoming calls to MySplunk search service...&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 11:47:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472868#M81260</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-02-15T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472869#M81261</link>
      <description>&lt;P&gt;That or maybe you could setup heavy forwarders to receive the data and then forward to splunk cloud.&lt;/P&gt;

&lt;P&gt;I recommend talking to your account rep and asking for assistance.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 12:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472869#M81261</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-15T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472870#M81262</link>
      <description>&lt;P&gt;Hi thanks, but what is"rep" ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 12:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472870#M81262</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-02-15T12:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472871#M81263</link>
      <description>&lt;P&gt;Representative, apologies.  Rep is short for representative.&lt;/P&gt;

&lt;P&gt;Maybe you call them your account manager?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 04:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472871#M81263</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-16T04:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472872#M81264</link>
      <description>&lt;P&gt;Not my case, unfortunately &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 11:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472872#M81264</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-02-16T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472873#M81265</link>
      <description>&lt;P&gt;I guess you can always call on a partner for consulting.  It sounds like you could really use the help of someone with experience but would be best if you had them for a couple of days maybe a whole week.  This might take days, weeks, or months to sort out here question by question. &lt;/P&gt;

&lt;P&gt;You're always welcome to post as many questions here as you need though!&lt;/P&gt;

&lt;P&gt;Cheers and hope we can help!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 12:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472873#M81265</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-02-16T12:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need TIBCO or smth like that (highload to Splunk REST API queries)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472874#M81266</link>
      <description>&lt;P&gt;@nickhillscpl thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 11:47:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-TIBCO-or-smth-like-that-highload-to-Splunk-REST-API/m-p/472874#M81266</guid>
      <dc:creator>highsplunker</dc:creator>
      <dc:date>2020-04-26T11:47:54Z</dc:date>
    </item>
  </channel>
</rss>

