<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Univers for KPMG";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Sebastian/Bernhard,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">After a while Intelmq worked smoothly now it is showing ES bot will start in 15 secs and pipeline is failed! Showing error below.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#333333;background:white">Pipeline failed.</span><span style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#333333"><br>
<span style="background:white">Traceback (most recent call last):</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 484, in connect</span><br>
<span style="background:white">    sock = self._connect()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 541, in _connect</span><br>
<span style="background:white">    raise err</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 529, in _connect</span><br>
<span style="background:white">    sock.connect(socket_address)</span><br>
<span style="background:white">ConnectionRefusedError: [Errno 111] Connection refused</span><br>
<br>
<span style="background:white">During handling of the above exception, another exception occurred:</span><br>
<br>
<span style="background:white">Traceback (most recent call last):</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/client.py", line 667, in execute_command</span><br>
<span style="background:white">    connection.send_command(*args)</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 610, in send_command</span><br>
<span style="background:white">    self.send_packed_command(self.pack_command(*args))</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 585, in send_packed_command</span><br>
<span style="background:white">    self.connect()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 489, in connect</span><br>
<span style="background:white">    raise ConnectionError(self._error_message(e))</span><br>
<span style="background:white">redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.</span><br>
<br>
<span style="background:white">During handling of the above exception, another exception occurred:</span><br>
<br>
<span style="background:white">Traceback (most recent call last):</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 484, in connect</span><br>
<span style="background:white">    sock = self._connect()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 541, in _connect</span><br>
<span style="background:white">    raise err</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 529, in _connect</span><br>
<span style="background:white">    sock.connect(socket_address)</span><br>
<span style="background:white">ConnectionRefusedError: [Errno 111] Connection refused</span><br>
<br>
<span style="background:white">During handling of the above exception, another exception occurred:</span><br>
<br>
<span style="background:white">Traceback (most recent call last):</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/lib/pipeline.py", line 258, in _receive</span><br>
<span style="background:white">    retval = self.pipe.lindex(self.internal_queue, -1)  # returns None if no value</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/client.py", line 1311, in lindex</span><br>
<span style="background:white">    return self.execute_command('LINDEX', name, index)</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/client.py", line 673, in execute_command</span><br>
<span style="background:white">    connection.send_command(*args)</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 610, in send_command</span><br>
<span style="background:white">    self.send_packed_command(self.pack_command(*args))</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 585, in send_packed_command</span><br>
<span style="background:white">    self.connect()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/redis/connection.py", line 489, in connect</span><br>
<span style="background:white">    raise ConnectionError(self._error_message(e))</span><br>
<span style="background:white">redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.</span><br>
<br>
<span style="background:white">During handling of the above exception, another exception occurred:</span><br>
<br>
<span style="background:white">Traceback (most recent call last):</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/lib/bot.py", line 272, in start</span><br>
<span style="background:white">    self.process()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/bots/outputs/elasticsearch/output.py", line 104, in process</span><br>
<span style="background:white">    event = self.receive_message()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/lib/bot.py", line 592, in receive_message</span><br>
<span style="background:white">    message = self.__source_pipeline.receive()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/lib/pipeline.py", line 124, in receive</span><br>
<span style="background:white">    retval = self._receive()</span><br>
<span style="background:white">  File "/usr/lib/python3/dist-packages/intelmq/lib/pipeline.py", line 267, in _receive</span><br>
<span style="background:white">    raise exceptions.PipelineError(exc)</span><br>
<span style="background:white">intelmq.lib.exceptions.PipelineError: pipeline failed - ConnectionError('Error 111 connecting to 127.0.0.1:6379. Connection refused.',)</span></span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">Regards,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">Drupad Soni<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><b><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">KPMG – Cyber Security</span></b><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:#4D5156;background:white">Embassy Golf Links Business Park, Pebble Beach, 'B' Block,
<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:#4D5156;background:white">1st & 2nd Floor, Off Intermediate Ring Road</span><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">
<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">Mobile : +91 8140283894<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:black">Know more about our
<b>Cyber Security Services</b><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-GB" style="font-size:10.0pt;font-family:"Univers for KPMG",sans-serif;color:#1F497D"><a href="https://home.kpmg.com/in/en/home/services/advisory/risk-consulting/it-advisory-services/cyber-security.html"><span style="color:blue">https://home.kpmg.com/in/en/home/services/advisory/risk-consulting/it-advisory-services/cyber-security.html</span></a><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>

<HR>KPMG (in India) allows reasonable personal use of the e-mail system. Views and opinions expressed in these communications do not necessarily represent those of KPMG (in India).<BR>
<BR>
*******************************************************************************************************<BR>
DISCLAIMER<BR>
The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorized. If you have received this communication in error, please address with the subject heading "Received in error," send to postmaster1@kpmg.com, then delete the e-mail and destroy any copies of it. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any opinions or advice contained in this e-mail are subject to the terms and conditions expressed in the governing KPMG client engagement letter. Opinions, conclusions and other information in this e-mail and any attachments that do not relate to the official business of the firm are neither given nor endorsed by it.<BR>
<BR>
KPMG cannot guarantee that e-mail communications are secure or error-free, as information could be intercepted, corrupted, amended, lost, destroyed, arrive late or incomplete, or contain viruses.<BR>
<BR>
KPMG, an Indian partnership and a member firm of KPMG International Cooperative ("KPMG International"), a Swiss entity that serves as a coordinating entity for a network of independent firms operating under the KPMG name. KPMG International Cooperative (“KPMG International”) provides no services to clients. Each member firm of KPMG International Cooperative (“KPMG International”) is a legally distinct and separate entity and each describes itself as such.<BR>
<BR>
“Notwithstanding anything inconsistent contained in the meeting invite to which this acceptance pertains, this acceptance is restricted solely to confirming my availability for the proposed call and should not be construed in any manner as acceptance of any other terms or conditions. Specifically, nothing contained herein may be construed as an acceptance (or deemed acceptance)  of any request or notification for recording of the call, which  can be done only if it is based on my explicit and written consent and subject to the terms and conditions on which such consent has been granted”<BR>
*******************************************************************************************************<BR>
</body>
</html>