<?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: Data upload to spool is truncated in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330177#M4824</link>
    <description>&lt;P&gt;Why would you ever write to &lt;CODE&gt;$SPLUNK_HOME&lt;/CODE&gt; at all, especially &lt;CODE&gt;var&lt;/CODE&gt;?  Please point us to splunk docs that describes the way you are using this directory (which so far as I know is for internal use regarding primarily summary indexing).&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2017 00:13:54 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-09-12T00:13:54Z</dc:date>
    <item>
      <title>Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330175#M4822</link>
      <description>&lt;P&gt;I'm using powershell to get a web page in order to keep track my service status.&lt;BR /&gt;
I tested my script which can write the whole page into local file without problem.&lt;BR /&gt;
Then I changed to write it to  $SPLUNK_HOME/var/spool/splunk&lt;/P&gt;

&lt;P&gt;However, I found from Splunk search it always only captured the first few lines in HTML  before the &lt;/P&gt;

&lt;P&gt;Can anyone tell there's any setting affecting spool indexing behavior?&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 23:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330175#M4822</guid>
      <dc:creator>philip_w</dc:creator>
      <dc:date>2017-09-11T23:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330176#M4823</link>
      <description>&lt;P&gt;Hey @philip_w, did a portion of your post get cut off? This part: "However, I found from Splunk search it always only captured the first few lines in HTML before the"  You can edit your post by pressing the gear icon to the top right of the post. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 23:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330176#M4823</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-09-11T23:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330177#M4824</link>
      <description>&lt;P&gt;Why would you ever write to &lt;CODE&gt;$SPLUNK_HOME&lt;/CODE&gt; at all, especially &lt;CODE&gt;var&lt;/CODE&gt;?  Please point us to splunk docs that describes the way you are using this directory (which so far as I know is for internal use regarding primarily summary indexing).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:13:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330177#M4824</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-12T00:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330178#M4825</link>
      <description>&lt;P&gt;I thought writing file to spool is the easiest way if I don't want to keep the file after indexing. Ok, seems I shouldn't use without good knowledge.&lt;/P&gt;

&lt;P&gt;There is another story about powershell... I initially wanted to get the page through stdin/out. I failed to, so I wrote the html content into file first&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330178#M4825</guid>
      <dc:creator>philip_w</dc:creator>
      <dc:date>2017-09-12T00:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330179#M4826</link>
      <description>&lt;P&gt;Maybe it is a thing now.  Show the the docs page.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330179#M4826</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-12T00:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330180#M4827</link>
      <description>&lt;P&gt;If you need to blast a few files into splunk using a script, then just use &lt;CODE&gt;add oneshot&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/MonitorfilesanddirectoriesusingtheCLI"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/MonitorfilesanddirectoriesusingtheCLI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330180#M4827</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-12T00:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330181#M4828</link>
      <description>&lt;P&gt;I should go for [batch://] indeed. &lt;/P&gt;

&lt;P&gt;Thank you for your advice!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:29:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330181#M4828</guid>
      <dc:creator>philip_w</dc:creator>
      <dc:date>2017-09-12T00:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload to spool is truncated</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330182#M4829</link>
      <description>&lt;P&gt;Yes, that will delete after sending, if you configure it properly.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 00:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-upload-to-spool-is-truncated/m-p/330182#M4829</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-12T00:33:28Z</dc:date>
    </item>
  </channel>
</rss>

