<?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: Having trouble establishing connection with Splunk server for McAfee ePO integration. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473567#M58201</link>
    <description>&lt;P&gt;try this configuration :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl:6514]
sourcetype = mcafee:epo

[SSL]
password =
requireClientCert = false
rootCA = /opt/splunk/certs/root-ca.pem
serverCert = /opt/splunk/certs/cert.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;check this link for a configuration example: &lt;A href="https://virtuallyhyper.com/2013/06/install-splunk-and-send-logs-to-splunk-with-rsyslog-over-tcp-with-ssl/"&gt;https://virtuallyhyper.com/2013/06/install-splunk-and-send-logs-to-splunk-with-rsyslog-over-tcp-with-ssl/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 06:55:47 GMT</pubDate>
    <dc:creator>PavelP</dc:creator>
    <dc:date>2020-04-17T06:55:47Z</dc:date>
    <item>
      <title>Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473564#M58198</link>
      <description>&lt;P&gt;I'm the ePO administrator at my company and we are trying to integrate McAfee with Splunk.&lt;BR /&gt;
McAfee told me that on the ePO side I just need to set the Splunk server as a Registered Server (as I've set on this image below), but I'm not able to establish a connection with Splunk and forward Syslogs.&lt;BR /&gt;
What can I do to establish a connection with Splunk and send syslogs? &lt;BR /&gt;
Do we need to install the McAfee add-on and/or install DB Connect?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8679i4BD03D4B2E65A7D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 17:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473564#M58198</guid>
      <dc:creator>raphaalmeida</dc:creator>
      <dc:date>2020-04-16T17:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473565#M58199</link>
      <description>&lt;P&gt;Hello @raphaalmeida ,&lt;/P&gt;

&lt;P&gt;there are two types of data you can get from ePO - mcafee:epo using DB Connect and mcafee:ids using syslog:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/McAfeeEPO/DataTypes"&gt;https://docs.splunk.com/Documentation/AddOns/released/McAfeeEPO/DataTypes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;ePO outputs TLS encrypted syslog, you need to set up TLS on the syslog side, here are a few examples:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB91194"&gt;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB91194&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB87927"&gt;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB87927&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.mcafee.com/bundle/web-gateway-7.7.1-product-guide-unmanaged/page/GUID-A4BA3C74-963A-4484-85F6-29AE8DB96455.html"&gt;https://docs.mcafee.com/bundle/web-gateway-7.7.1-product-guide-unmanaged/page/GUID-A4BA3C74-963A-4484-85F6-29AE8DB96455.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What kind of receiver (rsyslog or syslog-ng, Windows or Linux) do you have?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 21:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473565#M58199</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-16T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473566#M58200</link>
      <description>&lt;P&gt;Hello @PavelP &lt;/P&gt;

&lt;P&gt;Thanks for your response.&lt;/P&gt;

&lt;P&gt;I'm trying to forward syslogs directly to Splunk server.&lt;/P&gt;

&lt;P&gt;Is this possible? Or do I need to setup a middle server to receive those syslogs and after send it to Splunk?&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 00:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473566#M58200</guid>
      <dc:creator>raphaalmeida</dc:creator>
      <dc:date>2020-04-17T00:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473567#M58201</link>
      <description>&lt;P&gt;try this configuration :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl:6514]
sourcetype = mcafee:epo

[SSL]
password =
requireClientCert = false
rootCA = /opt/splunk/certs/root-ca.pem
serverCert = /opt/splunk/certs/cert.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;check this link for a configuration example: &lt;A href="https://virtuallyhyper.com/2013/06/install-splunk-and-send-logs-to-splunk-with-rsyslog-over-tcp-with-ssl/"&gt;https://virtuallyhyper.com/2013/06/install-splunk-and-send-logs-to-splunk-with-rsyslog-over-tcp-with-ssl/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473567#M58201</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-17T06:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473568#M58202</link>
      <description>&lt;P&gt;@PavelP &lt;/P&gt;

&lt;P&gt;Thanks for the tip.&lt;/P&gt;

&lt;P&gt;I'll try this with our team and let you know if that worked.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 13:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473568#M58202</guid>
      <dc:creator>raphaalmeida</dc:creator>
      <dc:date>2020-04-17T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473569#M58203</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We've tried to do this method but without success.&lt;/P&gt;

&lt;P&gt;We're trying to use DB Connect to directly connect to ePO DB.&lt;/P&gt;

&lt;P&gt;On DB connect screen,  we have put server address, port number, but I have one doubt about put our instance/db.&lt;/P&gt;

&lt;P&gt;Can I put on DB field PR02DS\EPODB (instance\Database) ?&lt;/P&gt;

&lt;P&gt;Or do I need to put this on server address like "serverepo.dom.com\pr02ds" ?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 14:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/473569#M58203</guid>
      <dc:creator>raphaalmeida</dc:creator>
      <dc:date>2020-05-01T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/554576#M65823</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/53432"&gt;@raphaalmeida&lt;/a&gt;&amp;nbsp;I am planning to forward logs from McAfee ePO to Splunk Syslog-ng server. but while testing the connection i see like Syslog connection failed.&lt;BR /&gt;&lt;BR /&gt;Please let us know how you configured the log forwarding.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 07:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/554576#M65823</guid>
      <dc:creator>krvamsireddy</dc:creator>
      <dc:date>2021-06-05T07:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/578917#M75781</link>
      <description>&lt;P&gt;Adding my 2c to this thread since I've found it be so very useful:&lt;/P&gt;&lt;P&gt;1. The ePO to splunk TLS connection requires only a splunk-side cert. I've used a self-signed cert by doing the following:&lt;/P&gt;&lt;P&gt;1.a.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;sudo openssl req -x509 -days 3650 -nodes -newkey rsa:2048 -keyout splunk-epo-remote.key -out splunk-epo-remote.crt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1.b. cat&amp;nbsp; splunk-epo-remote.crt&amp;nbsp; splunk-epo-remote.key &amp;gt;&amp;nbsp; splunk-epo-remote.pem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. the [SSL] stanza in input.conf is:&lt;/P&gt;&lt;P&gt;serverCert=/opt/splunk/certs/&lt;SPAN&gt; splunk-epo-remote.pem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;requireClientCert=false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also updated the ciperSuite based on this link&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/how-to-configure-Mcafee-Epo-to-send-data-to-Splunk/m-p/532241" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/how-to-configure-Mcafee-Epo-to-send-data-to-Splunk/m-p/532241&lt;/A&gt;&amp;nbsp;to add the&amp;nbsp;&lt;SPAN&gt;AES256-GCM-SHA384 cipher&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 13:24:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/578917#M75781</guid>
      <dc:creator>efika</dc:creator>
      <dc:date>2021-12-20T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble establishing connection with Splunk server for McAfee ePO integration.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/668236#M79948</link>
      <description>&lt;P&gt;hi all, i still failed to decrypt the epo logs. this is my config.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[tcp://6514]
connection_host = ip
host = DCHQ-SIMSL-01
source = 10.220.34.23:6514
sourcetype = mcafee:epo:syslog
index = mcafee


[SSL]
serverCert=/splunk/cert/splunk-epo-remote.pem

requireClientCert=false

cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any ideas? huhh&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Having-trouble-establishing-connection-with-Splunk-server-for/m-p/668236#M79948</guid>
      <dc:creator>elf337</dc:creator>
      <dc:date>2023-11-10T13:07:17Z</dc:date>
    </item>
  </channel>
</rss>

