<?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: Bash echo command no ingested by splunk, whle others are. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531026#M89348</link>
    <description>&lt;P&gt;Anything helpful in splunkd.log?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2020 15:51:49 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-11-26T15:51:49Z</dc:date>
    <item>
      <title>Bash echo command no ingested by splunk, whle others are.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/530999#M89347</link>
      <description>&lt;P&gt;I have these as the final lines of my bash script:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;response=$(curl -H "Authorization: Bearer $access_token" -H "Accept: application/json;odata=verbose" -s "$url")&lt;BR /&gt;echo "$response"&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;echo "Test1"&lt;/P&gt;&lt;P&gt;The script runs, however only 'Test 1' is sent to the index/splunk.&lt;BR /&gt;My response, which I know returns the response of the curl command, seems to be being ignored. The only reason I can think for this is that it's too large a body?&lt;BR /&gt;The response is in json but is quite large, I'd say pages worth.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 12:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/530999#M89347</guid>
      <dc:creator>Dpeedahnb</dc:creator>
      <dc:date>2020-11-26T12:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bash echo command no ingested by splunk, whle others are.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531026#M89348</link>
      <description>&lt;P&gt;Anything helpful in splunkd.log?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 15:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531026#M89348</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-11-26T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bash echo command no ingested by splunk, whle others are.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531027#M89349</link>
      <description>To se if you get anything what you are expecting just add “ | wc “ inside response evaluation.</description>
      <pubDate>Thu, 26 Nov 2020 15:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531027#M89349</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-26T15:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bash echo command no ingested by splunk, whle others are.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531040#M89352</link>
      <description>&lt;P&gt;wc provides '0 2220 612208' as a response when I run the script myself.&lt;BR /&gt;However on splunk the echo returns&amp;nbsp; 0 0 0 as an event&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 17:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531040#M89352</guid>
      <dc:creator>Dpeedahnb</dc:creator>
      <dc:date>2020-11-26T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bash echo command no ingested by splunk, whle others are.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531055#M89357</link>
      <description>The size of your response is quite much more than max size of shell variable (~32k). This is the reason why it’s didn’t work.&lt;BR /&gt;Can you write it to file and then read it there to splunk?</description>
      <pubDate>Thu, 26 Nov 2020 20:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Bash-echo-command-no-ingested-by-splunk-whle-others-are/m-p/531055#M89357</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-26T20:13:20Z</dc:date>
    </item>
  </channel>
</rss>

