<?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 splunkd.log from 1 system and import to another system again in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-splunkd-log-from-1-system-and-import-to-another/m-p/501221#M85392</link>
    <description>&lt;P&gt;I would to export splunkd.log from production and import it into my sandbox for analysis.&lt;/P&gt;

&lt;P&gt;Once I export the splunkd.log using raw format, the file is like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"01-17-2020 13:53:20.815 +0800 INFO  loader - Splunkd starting (build 2dc56eaf3546)."
"01-17-2020 13:53:20.816 +0800 INFO  loader - Detected 8 (virtual) CPUs, 8 CPU cores, and 7822MB RAM"
"01-17-2020 13:53:20.816 +0800 INFO  loader - Maximum number of threads (approximate): 3911"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It got double quote around the actual raw data. &lt;BR /&gt;
Any quick method to remove it so that I can add it to my sandbox.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 06:36:07 GMT</pubDate>
    <dc:creator>daniel_splunk</dc:creator>
    <dc:date>2020-02-05T06:36:07Z</dc:date>
    <item>
      <title>How to export splunkd.log from 1 system and import to another system again</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-splunkd-log-from-1-system-and-import-to-another/m-p/501221#M85392</link>
      <description>&lt;P&gt;I would to export splunkd.log from production and import it into my sandbox for analysis.&lt;/P&gt;

&lt;P&gt;Once I export the splunkd.log using raw format, the file is like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"01-17-2020 13:53:20.815 +0800 INFO  loader - Splunkd starting (build 2dc56eaf3546)."
"01-17-2020 13:53:20.816 +0800 INFO  loader - Detected 8 (virtual) CPUs, 8 CPU cores, and 7822MB RAM"
"01-17-2020 13:53:20.816 +0800 INFO  loader - Maximum number of threads (approximate): 3911"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It got double quote around the actual raw data. &lt;BR /&gt;
Any quick method to remove it so that I can add it to my sandbox.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 06:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-export-splunkd-log-from-1-system-and-import-to-another/m-p/501221#M85392</guid>
      <dc:creator>daniel_splunk</dc:creator>
      <dc:date>2020-02-05T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to export splunkd.log from 1 system and import to another system again</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-export-splunkd-log-from-1-system-and-import-to-another/m-p/501222#M85393</link>
      <description>&lt;P&gt;You can use below awk and sed to remove the leading double quote and trailing double quote.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cat my_splunkd_log.csv | awk '{print substr($0,2);}' | sed 's/.$//' &amp;gt; my_splunkd_log.txt
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 06:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-export-splunkd-log-from-1-system-and-import-to-another/m-p/501222#M85393</guid>
      <dc:creator>daniel_splunk</dc:creator>
      <dc:date>2020-02-05T06:38:31Z</dc:date>
    </item>
  </channel>
</rss>

