<?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 configure Unix/AIX servers to forward administrative activity logs to Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214114#M42091</link>
    <description>&lt;P&gt;HI everyone,&lt;/P&gt;

&lt;P&gt;fortunately our AIX admin get the script. that script convert  the multi line output into one line and save it into log file&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 09:24:44 GMT</pubDate>
    <dc:creator>rashid47010</dc:creator>
    <dc:date>2017-01-17T09:24:44Z</dc:date>
    <item>
      <title>How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214107#M42084</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;We have some unix/aix servers, and we want to configure the servers to send the administrative activity logs to Splunk. &lt;/P&gt;

&lt;P&gt;Can anybody help me to understand what kind of logs we require, or anyone have experience to advise on that?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 16:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214107#M42084</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-04T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214108#M42085</link>
      <description>&lt;P&gt;Hi rashid47010,&lt;/P&gt;

&lt;P&gt;the best solution is to install Splunk_TA_nix App.&lt;/P&gt;

&lt;P&gt;Otherwise you have to take:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;/var/log/secure&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/var/log/messages&lt;BR /&gt;
inserting in your Forwarders' inputs.cong the following stanzas:&lt;/P&gt;

&lt;P&gt;[monitor:///var/log/secure]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = os&lt;BR /&gt;
sourcetype = linux&lt;BR /&gt;
[monitor:///var/log/messages]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = os&lt;BR /&gt;
sourcetype = linux&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You have to verify if on AIX there are additional logs that you have to take.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214108#M42085</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214109#M42086</link>
      <description>&lt;P&gt;Hi Giuseppe&lt;/P&gt;

&lt;P&gt;Thanks for your reply. &lt;BR /&gt;
My concern is also that what AIX admin should configure on host to sent it to &lt;STRONG&gt;/var/log/messages&lt;/STRONG&gt; or /var/log/secure.&lt;/P&gt;

&lt;P&gt;in our scenario, all servers are sending logs to one central syslog server.&lt;/P&gt;

&lt;P&gt;I believe that in secure logs we are getting authentication logs. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 16:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214109#M42086</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-04T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214110#M42087</link>
      <description>&lt;P&gt;Hi rashid47010,&lt;BR /&gt;
You can install a forwarder on the syslog server and so take logs in Splunk.&lt;BR /&gt;
You could also use Splunk as syslog concentrator and directly send syslogs to Splunk using UDP or TPC protocols (see network inputs).&lt;BR /&gt;
Every way the best solution it should be to install a forwarder on each server: In this way you have a more efficient and sure solution.&lt;BR /&gt;
Efficient because transmission is optimized (bandwidth optimization, compression, ...), sure because forwarder caches logs in case of problems, using syslog you lose logs in case of problems (to not lose logs you should use a Load Balancer and two Splunk Servers as receivers).&lt;BR /&gt;
So I suggest to you to use syslog only if you cannot use a Forwarder.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 17:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214110#M42087</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-04T17:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214111#M42088</link>
      <description>&lt;P&gt;hi cusello,&lt;/P&gt;

&lt;P&gt;unfortunately I faced another problem related to the parsing of AIX audit logs into splunk. In aix servers, the logs are multi line. &lt;BR /&gt;
for example a new user created the user created command in first line and the user name is in second line. how can we fix this issue.&lt;BR /&gt;
and in splunk it ony shows the first line.&lt;/P&gt;

&lt;P&gt;It is very critical to us.Please advice.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 05:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214111#M42088</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-11T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214112#M42089</link>
      <description>&lt;P&gt;hi cusello,&lt;/P&gt;

&lt;P&gt;unfortunately I faced another problem related to the parsing of AIX audit logs into splunk. In aix servers, the logs are multi line. &lt;BR /&gt;
for example a new user created the user created command in first line and the user name is in second line. how can we fix this issue.&lt;BR /&gt;
and in splunk it ony shows the first line.&lt;/P&gt;

&lt;P&gt;It is very critical to us.Please advice.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 08:23:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214112#M42089</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-12T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214113#M42090</link>
      <description>&lt;P&gt;did you tried to configure your props.con with &lt;CODE&gt;SHOULD_LINEMERGE=true&lt;/CODE&gt;?&lt;BR /&gt;
After this you could extract your field using &lt;CODE&gt;(?ms)&lt;/CODE&gt; option in your REGEX.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 10:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214113#M42090</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-12T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Unix/AIX servers to forward administrative activity logs to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214114#M42091</link>
      <description>&lt;P&gt;HI everyone,&lt;/P&gt;

&lt;P&gt;fortunately our AIX admin get the script. that script convert  the multi line output into one line and save it into log file&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 09:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Unix-AIX-servers-to-forward-administrative/m-p/214114#M42091</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-17T09:24:44Z</dc:date>
    </item>
  </channel>
</rss>

