<?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 How to export real raw events from Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450147#M95694</link>
    <description>&lt;P&gt;Other answers imply that &lt;CODE&gt;| table _raw | outputcsv&lt;/CODE&gt; is the method to export raw events from Splunk. However a csv file is not raw events as it, by design, is structured data.&lt;/P&gt;

&lt;P&gt;I can export real raw events from the GUI via Search &amp;gt; Export &amp;gt; Format: Raw Events &amp;gt; Done. &lt;/P&gt;

&lt;P&gt;How can this be done programmatically?&lt;/P&gt;</description>
    <pubDate>Sat, 09 Feb 2019 21:59:27 GMT</pubDate>
    <dc:creator>orion44</dc:creator>
    <dc:date>2019-02-09T21:59:27Z</dc:date>
    <item>
      <title>How to export real raw events from Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450147#M95694</link>
      <description>&lt;P&gt;Other answers imply that &lt;CODE&gt;| table _raw | outputcsv&lt;/CODE&gt; is the method to export raw events from Splunk. However a csv file is not raw events as it, by design, is structured data.&lt;/P&gt;

&lt;P&gt;I can export real raw events from the GUI via Search &amp;gt; Export &amp;gt; Format: Raw Events &amp;gt; Done. &lt;/P&gt;

&lt;P&gt;How can this be done programmatically?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 21:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450147#M95694</guid>
      <dc:creator>orion44</dc:creator>
      <dc:date>2019-02-09T21:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to export real raw events from Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450148#M95695</link>
      <description>&lt;P&gt;I would argue that a CSV file with only one column in it (_raw) is not really structured data, becuase it doesn't even have any commas in it (unless they are in the raw data)...&lt;/P&gt;

&lt;P&gt;I think this would be your best option.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 22:27:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450148#M95695</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-09T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export real raw events from Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450149#M95696</link>
      <description>&lt;P&gt;Solution: Use Splunk CLI to export the raw data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk search "index=data earliest=-1h@h latest=@h" -output rawdata -maxout 200000 &amp;gt; "F:\Splunk Export\raw.txt"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-export-real-raw-events-from-Splunk/m-p/450149#M95696</guid>
      <dc:creator>orion44</dc:creator>
      <dc:date>2019-02-13T10:00:08Z</dc:date>
    </item>
  </channel>
</rss>

