<?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: OPSEC LEA 2.0.1 setup issues in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86633#M7357</link>
    <description>&lt;P&gt;The fix for this problem is to create a home directory for the splunk account.  Make sure you create it and set the appropriate permissions.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# mkdir /home/splunk
# chown splunk /home/splunk/
# chgrp splunk /home/splunk/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then restart splunk.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2015 12:40:14 GMT</pubDate>
    <dc:creator>sjscott</dc:creator>
    <dc:date>2015-03-26T12:40:14Z</dc:date>
    <item>
      <title>OPSEC LEA 2.0.1 setup issues</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86631#M7355</link>
      <description>&lt;P&gt;I was able to pull the checkpoint cert and verified communication son the checkpoint side.&lt;/P&gt;

&lt;P&gt;Log grabber is trying to execute as seen in splunkd.log but is reporting the following prolems:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-06-2013 14:24:50.718 -0500 INFO  TcpOutputProc - Connected to idx=192.168.120.52:9997
04-06-2013 14:24:56.285 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:24:56.949 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:24:57.853 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:06.813 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:07.646 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:08.582 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:18.484 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:19.352 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:20.628 -0500 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/lea-loggrabber.sh --configentity opsec" Could not look up HOME variable.  Auth tokens cannot be cached.
04-06-2013 14:25:20.739 -0500 INFO  TcpOutputProc - Connected to idx=192.168.120.51:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anyone have any insight?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 19:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86631#M7355</guid>
      <dc:creator>rudyw</dc:creator>
      <dc:date>2013-04-06T19:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: OPSEC LEA 2.0.1 setup issues</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86632#M7356</link>
      <description>&lt;P&gt;Can you verify that the user that Splunk is running as has a home directory and can write to it?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 18:01:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86632#M7356</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-04-09T18:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: OPSEC LEA 2.0.1 setup issues</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86633#M7357</link>
      <description>&lt;P&gt;The fix for this problem is to create a home directory for the splunk account.  Make sure you create it and set the appropriate permissions.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# mkdir /home/splunk
# chown splunk /home/splunk/
# chgrp splunk /home/splunk/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then restart splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/OPSEC-LEA-2-0-1-setup-issues/m-p/86633#M7357</guid>
      <dc:creator>sjscott</dc:creator>
      <dc:date>2015-03-26T12:40:14Z</dc:date>
    </item>
  </channel>
</rss>

