<?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: How to send Splunk report to Unix server in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478364#M7681</link>
    <description>&lt;P&gt;One option is to create your custom alert action (Ref &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/AdvancedDev/ModAlertsIntro"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/AdvancedDev/ModAlertsIntro&lt;/A&gt;)  to achieve this, in this option you need to write script.&lt;/P&gt;

&lt;P&gt;Other option is, this add-on &lt;A href="https://splunkbase.splunk.com/app/4398/"&gt;https://splunkbase.splunk.com/app/4398/&lt;/A&gt; might work but I never tried this add-on.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 20:22:14 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2019-11-04T20:22:14Z</dc:date>
    <item>
      <title>How to send Splunk report to Unix server</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478362#M7679</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I'm generating a report weekly and sending it across as an email. &lt;BR /&gt;
However, the team wants this file to be pushed onto a directory on Unix server.&lt;/P&gt;

&lt;P&gt;Any idea on how I can achieve this?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478362#M7679</guid>
      <dc:creator>aqaadi</dc:creator>
      <dc:date>2019-11-04T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk report to Unix server</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478363#M7680</link>
      <description>&lt;P&gt;This may help you:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/51140/save-reports-in-shared-folders.html"&gt;https://answers.splunk.com/answers/51140/save-reports-in-shared-folders.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:13:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478363#M7680</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-04T20:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk report to Unix server</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478364#M7681</link>
      <description>&lt;P&gt;One option is to create your custom alert action (Ref &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/AdvancedDev/ModAlertsIntro"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/AdvancedDev/ModAlertsIntro&lt;/A&gt;)  to achieve this, in this option you need to write script.&lt;/P&gt;

&lt;P&gt;Other option is, this add-on &lt;A href="https://splunkbase.splunk.com/app/4398/"&gt;https://splunkbase.splunk.com/app/4398/&lt;/A&gt; might work but I never tried this add-on.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478364#M7681</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-11-04T20:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk report to Unix server</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478365#M7682</link>
      <description>&lt;P&gt;Assuming not SHC, create a &lt;CODE&gt;cron&lt;/CODE&gt; job in the OS of the Search Head that runs every X-minutes looking in the &lt;CODE&gt;dispatch&lt;/CODE&gt; directory for files named &lt;CODE&gt;XFERME_&amp;lt;destination&amp;gt;_&amp;lt;real_name_starts_here&amp;gt;.csv&lt;/CODE&gt; which does &lt;CODE&gt;sftp&lt;/CODE&gt; then &lt;CODE&gt;rm&lt;/CODE&gt;.  Create them using &lt;CODE&gt;|outputcsv&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 05:05:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478365#M7682</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-05T05:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk report to Unix server</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478366#M7683</link>
      <description>&lt;P&gt;sorry couldnt get this.&lt;/P&gt;

&lt;P&gt;Currently I'm spitting certain piece of info on logs and delimitting it using '|' character. &lt;BR /&gt;
From Splunk search using regex_raw , eval and split i'm getting the desired data generated in columns.&lt;BR /&gt;
I have added a report and scheduled it to send on necessary mail ID everyday using schedule -&amp;gt; actions in reporting.&lt;/P&gt;

&lt;P&gt;However now the team wants the same report to be pushed on to a FTP server location. How can i acheive this ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 18:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-report-to-Unix-server/m-p/478366#M7683</guid>
      <dc:creator>aqaadi</dc:creator>
      <dc:date>2019-12-03T18:01:12Z</dc:date>
    </item>
  </channel>
</rss>

