<?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 audit.log to external system? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155152#M31531</link>
    <description>&lt;P&gt;outputs.conf is likely the right approach. For example, you could use something like this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk/audit.log*]
_SYSLOG_ROUTING = syslog-output
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
defaultGroup = syslog-output

[syslog:syslog-output]
disabled = false
# Define your syslog server here
server = 1.2.3.4:514
# This assumes you are using TCP, which is recommended
type = tcp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can also &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Filter_data_by_target_index"&gt;forward data by index&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2015 07:14:33 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2015-02-20T07:14:33Z</dc:date>
    <item>
      <title>How to send audit.log to external system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155151#M31530</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;In order to comply with auditor demands, we need to send the audit.log files from (Linux-based) indexers and search heads to an external system (not Splunk).&lt;/P&gt;

&lt;P&gt;Is there any way, we can get Splunk itself to send these files to e.g. syslog, or do we have to find another way to do it?&lt;/P&gt;

&lt;P&gt;I have read &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt; and &lt;A href="http://answers.splunk.com/answers/116701/how-to-send-audit-and-splunkd-logs-of-splunk-instance-to-external-syslog-server.html"&gt;http://answers.splunk.com/answers/116701/how-to-send-audit-and-splunkd-logs-of-splunk-instance-to-external-syslog-server.html&lt;/A&gt; but still not found the silver bullet &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Claus&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155151#M31530</guid>
      <dc:creator>ClausBom</dc:creator>
      <dc:date>2015-02-19T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to send audit.log to external system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155152#M31531</link>
      <description>&lt;P&gt;outputs.conf is likely the right approach. For example, you could use something like this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/log/splunk/audit.log*]
_SYSLOG_ROUTING = syslog-output
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
defaultGroup = syslog-output

[syslog:syslog-output]
disabled = false
# Define your syslog server here
server = 1.2.3.4:514
# This assumes you are using TCP, which is recommended
type = tcp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can also &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Filter_data_by_target_index"&gt;forward data by index&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 07:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155152#M31531</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-02-20T07:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to send audit.log to external system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155153#M31532</link>
      <description>&lt;P&gt;Hi @LukeMurphey,&lt;/P&gt;

&lt;P&gt;How do we forward Splunk Cloud's log. We are using Splunk cloud without Deployment server and we do not have access to CLI. How do I forwarder Splunk Cloud's audit log to external system?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 11:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-audit-log-to-external-system/m-p/155153#M31532</guid>
      <dc:creator>aanataliya</dc:creator>
      <dc:date>2018-06-05T11:28:54Z</dc:date>
    </item>
  </channel>
</rss>

