<?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 Using curl command from TA-Webtools in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289559#M161139</link>
    <description>&lt;P&gt;So I've been trying to use &lt;A href="https://splunkbase.splunk.com/app/3420/"&gt;TA-Webtools app&lt;/A&gt; to get data from a Sharepoint site after some googling.&lt;/P&gt;

&lt;P&gt;As a test, I’ve tried the example in the page: “| curl method=get ssl=true uri=localhost:8089/services/admin user=admin pass=changeme | table curl*”&lt;/P&gt;

&lt;P&gt;But I’m not getting a result. I’m guessing that’s just a template and not an actual command but I’ve also tried with actual data: “| curl method=get ssl=true uri=”//_api/ProjectData/” user=”domain\user” pass=”password” | table curl*”&lt;/P&gt;

&lt;P&gt;And I’m still not getting a result.&lt;/P&gt;

&lt;P&gt;If it’s not too much to ask, would anyone happen to have a sample command from a public opensource website that will return results so that maybe I can reverse engineer it for my need?&lt;/P&gt;

&lt;P&gt;Thank you so much for taking the time to read this and hope that someone out there can help.&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2017 02:27:06 GMT</pubDate>
    <dc:creator>jpvalenc</dc:creator>
    <dc:date>2017-05-12T02:27:06Z</dc:date>
    <item>
      <title>Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289559#M161139</link>
      <description>&lt;P&gt;So I've been trying to use &lt;A href="https://splunkbase.splunk.com/app/3420/"&gt;TA-Webtools app&lt;/A&gt; to get data from a Sharepoint site after some googling.&lt;/P&gt;

&lt;P&gt;As a test, I’ve tried the example in the page: “| curl method=get ssl=true uri=localhost:8089/services/admin user=admin pass=changeme | table curl*”&lt;/P&gt;

&lt;P&gt;But I’m not getting a result. I’m guessing that’s just a template and not an actual command but I’ve also tried with actual data: “| curl method=get ssl=true uri=”//_api/ProjectData/” user=”domain\user” pass=”password” | table curl*”&lt;/P&gt;

&lt;P&gt;And I’m still not getting a result.&lt;/P&gt;

&lt;P&gt;If it’s not too much to ask, would anyone happen to have a sample command from a public opensource website that will return results so that maybe I can reverse engineer it for my need?&lt;/P&gt;

&lt;P&gt;Thank you so much for taking the time to read this and hope that someone out there can help.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 02:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289559#M161139</guid>
      <dc:creator>jpvalenc</dc:creator>
      <dc:date>2017-05-12T02:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289560#M161140</link>
      <description>&lt;P&gt;The current work around in version 0.03 of the app is to use a generating command prior to curl. &lt;/P&gt;

&lt;P&gt;|makeresults count=1 | curl ...&lt;/P&gt;

&lt;P&gt;I updated the details page of the app to reflect this but I'm also working to release v.0.04 soon which will fix this bug.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 12:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289560#M161140</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-05-12T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289561#M161141</link>
      <description>&lt;P&gt;v 0.04 has been released to address this bug.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 16:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289561#M161141</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-05-12T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289562#M161142</link>
      <description>&lt;P&gt;I've updated and the curl command returns result now. Thank you. Just a question, does this support &lt;BR /&gt;
 NTLM authentication? I'm inputting my username/password but I'm only getting a '401 Unauthorized' in return.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 03:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289562#M161142</guid>
      <dc:creator>jpvalenc</dc:creator>
      <dc:date>2017-05-15T03:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289563#M161143</link>
      <description>&lt;P&gt;No it does not support NTLM currently.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 09:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289563#M161143</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-05-15T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using curl command from TA-Webtools</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289564#M161144</link>
      <description>&lt;P&gt;Often you can use username:&lt;A href="mailto:password@apiserver.somedomain.com"&gt;password@apiserver.somedomain.com&lt;/A&gt;. To authenticate, it's possible that would work with this curl command and ntlm&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 23:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-curl-command-from-TA-Webtools/m-p/289564#M161144</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-08-17T23:30:04Z</dc:date>
    </item>
  </channel>
</rss>

