<?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>question Re: Kafka Ambari alert configuration when not using port 6667 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103485#M25403</link>
    <description>&lt;P&gt;Managed to fix this in the end. &lt;/P&gt;&lt;P&gt;Using the REST API (:8080/api/v1/clusters/XXXXX/alert_definitions/59) I could retrieve the actual alert definition and get the following:&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;PRE&gt;  "href" : "http://XXXX:8080/api/v1/clusters/XXXX/alert_definitions/59",
  "AlertDefinition" : {
    "cluster_name" : "XXXXX",
    "component_name" : "KAFKA_BROKER",
    "description" : "This host-level alert is triggered if the Kafka Broker cannot be determined to be up..",
    "enabled" : true,
    "id" : 59,
    "ignore_host" : false,
    "interval" : 1,
    "label" : "Kafka Broker Process",
    "name" : "kafka_broker_process",
    "scope" : "HOST",
    "service_name" : "KAFKA",
    "source" : {
      "default_port" : 6667.0,
      "reporting" : {
        "ok" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}"
        },
        "warning" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}",
          "value" : 1.5
        },
        "critical" : {
          "text" : "Connection failed: {0} to {1}:{2}",
          "value" : 5.0
        }
      },
      "type" : "PORT",
      "uri" : "{{kafka-broker/port}}"
    }
  }
}&lt;/PRE&gt;&lt;P&gt;The default port is 6667 but it appears to be looking at kafka-broker/port for the actual port address, rather than the listener port set up via Ambari.  &lt;/P&gt;&lt;P&gt;Manually changed the default port to 9092 by saving this output to a file, editting and then doing a curl PUT. This changed the alert port and the alert went away.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2016 18:50:46 GMT</pubDate>
    <dc:creator>markdoutre</dc:creator>
    <dc:date>2016-04-18T18:50:46Z</dc:date>
    <item>
      <title>Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103478#M25396</link>
      <description>&lt;P&gt;Currently running HDP 2.3.4.7&lt;/P&gt;&lt;P&gt;Have a Kafka broker running but can't connect to it on port 6667. Turns out this was a switch issue due to port 6667 being blocked. Rather than reconfigure the switch, we've changed to Kafka listener port to 9092. &lt;/P&gt;&lt;P&gt;Everything is working fine but Ambari is raising an alert that it cannot detect that Kafka broker is running. Looking at the alert message, the alert is still trying to connect on port 6667. &lt;/P&gt;&lt;P&gt;Tried restarting Ambari monitoring and Ambari server, but the alert is still picking up port 6667 from somewhere, even though the Kafka confit is set to 9092.&lt;/P&gt;&lt;P&gt;Any ideas? Is 6667 hard coded in somewhere or hidden in a jar file?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2016 21:39:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103478#M25396</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-17T21:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103479#M25397</link>
      <description>&lt;P&gt;How did you change the port in Ambari? On HDP 2.3, this alert will look at the kafka-broker/listeners property. In older versions of HDP, it used kafka-broker/port.&lt;/P&gt;&lt;P&gt;Please check what these properties are and set them correctly. When they are not set, the alert defaults to 6667. Chances are it's wanting to use kafka-broker/listeners and that property doesn't exist.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2016 22:38:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103479#M25397</guid>
      <dc:creator>jonathanhurley</dc:creator>
      <dc:date>2016-04-17T22:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103480#M25398</link>
      <description>&lt;P&gt;Port was changed in Ambari. Property Kafka-broker/listener set to 9092  at which points Kafka clients could connect to broker.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 02:06:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103480#M25398</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-18T02:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103481#M25399</link>
      <description>&lt;P&gt;Is it the fresh alert or a Stale alert?  Many times we see stale alerts. Which might be generated when the Kafka broker was down for few minutes before the port change.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 02:42:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103481#M25399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T02:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103482#M25400</link>
      <description>&lt;P&gt;If you still have "kafka-broker/port" can you try setting it to 9092. Since Alerts are a part of Ambari it will be good to know what's your Ambari version, and have you upgraded Ambari recently? Also, please check the file /etc/kakfa/conf/server.properties and make sure "listeners" contain the correct port. In same rare cases it can happen that Ambari doesn't apply actual settings to config files.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 12:41:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103482#M25400</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-04-18T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103483#M25401</link>
      <description>&lt;P&gt;Ambari 2.2.0.0. This is a clean install, not an upgrade. &lt;/P&gt;&lt;P&gt;server.properties has listener on 9092&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:44:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103483#M25401</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-18T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103484#M25402</link>
      <description>&lt;P&gt;Fresh alerts. Can clear the alert by restarting Ambari, but then it comes back. Looking at the log message, it's trying to connect on 6667&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:45:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103484#M25402</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-18T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103485#M25403</link>
      <description>&lt;P&gt;Managed to fix this in the end. &lt;/P&gt;&lt;P&gt;Using the REST API (:8080/api/v1/clusters/XXXXX/alert_definitions/59) I could retrieve the actual alert definition and get the following:&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;PRE&gt;  "href" : "http://XXXX:8080/api/v1/clusters/XXXX/alert_definitions/59",
  "AlertDefinition" : {
    "cluster_name" : "XXXXX",
    "component_name" : "KAFKA_BROKER",
    "description" : "This host-level alert is triggered if the Kafka Broker cannot be determined to be up..",
    "enabled" : true,
    "id" : 59,
    "ignore_host" : false,
    "interval" : 1,
    "label" : "Kafka Broker Process",
    "name" : "kafka_broker_process",
    "scope" : "HOST",
    "service_name" : "KAFKA",
    "source" : {
      "default_port" : 6667.0,
      "reporting" : {
        "ok" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}"
        },
        "warning" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}",
          "value" : 1.5
        },
        "critical" : {
          "text" : "Connection failed: {0} to {1}:{2}",
          "value" : 5.0
        }
      },
      "type" : "PORT",
      "uri" : "{{kafka-broker/port}}"
    }
  }
}&lt;/PRE&gt;&lt;P&gt;The default port is 6667 but it appears to be looking at kafka-broker/port for the actual port address, rather than the listener port set up via Ambari.  &lt;/P&gt;&lt;P&gt;Manually changed the default port to 9092 by saving this output to a file, editting and then doing a curl PUT. This changed the alert port and the alert went away.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 18:50:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103485#M25403</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-18T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103486#M25404</link>
      <description>&lt;P&gt;Yes, this is why I suggested you check both kafka-broker/port and kafka-broker/listeners. Changing the default port is fine for now, but if you ever change the port again, you'll need to repeat this step. Instead, it's better to either set kafka-broker/port or change the alert to use kafka-broke/listeners.&lt;/P&gt;&lt;P&gt;I'm guessing that at one point this was an HDP 2.2 cluster (which used kafka-broker/port originally) and then it was upgraded to an HDP 2.3 cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 19:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103486#M25404</guid>
      <dc:creator>jonathanhurley</dc:creator>
      <dc:date>2016-04-18T19:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103487#M25405</link>
      <description>&lt;P&gt;So change "uri":"{{kafka-broker/port}}" to "uri":"{{kafka-broker/listeners}}" I assume?&lt;/P&gt;&lt;P&gt;FYI - Just checked on an untouched  2.4 sandbox and the alert is looking at kafka-broker/port&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 21:04:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103487#M25405</guid>
      <dc:creator>markdoutre</dc:creator>
      <dc:date>2016-04-18T21:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103488#M25406</link>
      <description>&lt;P&gt;Yes, that should also work. You'll want to PUT the entire JSON back, not just the 1 changed line. &lt;/P&gt;&lt;P&gt;How interesting - that seems like a bug that it's still using the older value on clean 2.4 installs.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 01:11:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103488#M25406</guid>
      <dc:creator>jonathanhurley</dc:creator>
      <dc:date>2016-04-19T01:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103489#M25407</link>
      <description>&lt;P&gt;even after I updated port number 6667.0 to 9092 and upload the alert.jason file still I see the port number is coming as Float(9092.0),I am using hdp2.3 and below are the json files before and after upload.&lt;/P&gt;&lt;P&gt;still I am abserving this alert in ambari:&lt;/P&gt;&lt;P&gt;Connection failed: [Errno 111] Connection refused to hostname:9092&lt;/P&gt;&lt;P&gt;before: updated port number 6667.0 to 9092 and updated uri from &lt;/P&gt;&lt;P&gt;"uri" : "{{kafka-broker/port}}" to "uri" : "{{kafka-broker/listeners}}"&lt;/P&gt;&lt;PRE&gt;{
  "AlertDefinition" : {
    "cluster_name" : "hdp",
    "component_name" : "KAFKA_BROKER",
    "description" : "This host-level alert is triggered if the Kafka Broker cannot be determined to be up.",
    "enabled" : true,
    "id" : 101,
    "ignore_host" : false,
    "interval" : 1,
    "label" : "Kafka Broker Process",
    "name" : "kafka_broker_process",
    "scope" : "HOST",
    "service_name" : "KAFKA",
    "source" : {
      "default_port" : 9092,
      "reporting" : {
        "critical" : {
          "value" : 5.0,
          "text" : "Connection failed: {0} to {1}:{2}"
        },
        "warning" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}",
          "value" : 1.5
        },
        "ok" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}"
        }
      },
      "type" : "PORT",
      "uri" : "{{kafka-broker/listeners}}"
    }
  }
}&lt;/PRE&gt;&lt;P&gt;after i upload this update json file using the below curl command:&lt;/P&gt;&lt;P&gt;curl -u admin:admin -H 'X-Requested-By: ambari' -X PUT "http://awedva3uttpm01.cloud.tiaa-cref.org:8080/api/v1/clusters/hdp/alert_definitions/101" -d @alerts.json&lt;/P&gt;&lt;P&gt;json file after upload:&lt;/P&gt;&lt;P&gt;here my questions is how can i send the port number as integer rather than float.&lt;/P&gt;&lt;P&gt;also checked Ambari logs here it is it doesnt complain about float data type:&lt;/P&gt;&lt;P&gt;05 Oct 2016 10:01:37,178  INFO [qtp-client-24] StackAdvisorRunner:71 -  advisor script stderr:
05 Oct 2016 10:01:38,390 ERROR [qtp-client-1225] MetricsPropertyProvider:185 - Error getting timeline metrics. Can not connect to collector, socket error.
05 Oct 2016 10:01:38,740 ERROR [qtp-client-719] MetricsPropertyProvider:185 - Error getting timeline metrics. Can not connect to collector, socket error.
05 Oct 2016 10:01:51,248  INFO [qtp-client-24] PersistKeyValueService:82 - Looking for keyName time-range-service-KAFKA
05 Oct 2016 10:02:59,497  INFO [qtp-client-24] PersistKeyValueService:82 - Looking for keyName mainAlertInstancesController-pagination-displayLength-admin
05 Oct 2016 10:03:09,278  INFO [qtp-client-1225] PersistKeyValueService:82 - Looking for keyName mainHostAlertsController-pagination-displayLength-admin
05 Oct 2016 10:03:16,632 ERROR [qtp-client-23] MetricsPropertyProvider:185 - Error getting timeline metrics. Can not connect to collector, socket error.
05 Oct 2016 10:03:22,145  INFO [qtp-ambari-agent-1466] HeartBeatHandler:657 - State of service component METRICS_MONITOR of service AMBARI_METRICS of cluster hdp has changed from STARTED to INSTALLED at host awedva3uttpm02.cloud.tiaa-cref.org
05 Oct 2016 10:04:24,188  INFO [qtp-ambari-agent-1466] HeartBeatHandler:657 - State of service component METRICS_MONITOR of service AMBARI_METRICS of cluster hdp has changed from INSTALLED to STARTED at host awedva3uttpm02.cloud.tiaa-cref.org&lt;/P&gt;&lt;PRE&gt;{
  "href" : "http://awedva3uttpm01.cloud.tiaa-cref.org:8080/api/v1/clusters/hdp/alert_definitions/101",
  "AlertDefinition" : {
    "cluster_name" : "hdp",
    "component_name" : "KAFKA_BROKER",
    "description" : "This host-level alert is triggered if the Kafka Broker cannot be determined to be up.",
    "enabled" : true,
    "id" : 101,
    "ignore_host" : false,
    "interval" : 1,
    "label" : "Kafka Broker Process",
    "name" : "kafka_broker_process",
    "scope" : "HOST",
    "service_name" : "KAFKA",
    "source" : {
      "default_port" : 9092.0,
      "reporting" : {
        "critical" : {
          "value" : 5.0,
          "text" : "Connection failed: {0} to {1}:{2}"
        },
        "warning" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}",
          "value" : 1.5
        },
        "ok" : {
          "text" : "TCP OK - {0:.3f}s response on port {1}"
        }
      },
      "type" : "PORT",
      "uri" : "{{kafka-broker/listeners}}"
    }
  }
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Oct 2016 21:20:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103489#M25407</guid>
      <dc:creator>madhukanala</dc:creator>
      <dc:date>2016-10-05T21:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Ambari alert configuration when not using port 6667</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103490#M25408</link>
      <description>&lt;P&gt;I had to resolve this issue by removing KAFKA service and component from Ambari and adding again from Amabri Server and I have used below Curl commands to update API.&lt;/P&gt;&lt;P&gt;// Get service info &lt;/P&gt;&lt;P&gt;curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XGET
&lt;A href="http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA" target="_blank"&gt;http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA&lt;/A&gt;&lt;/P&gt;&lt;P&gt; // Stop component KAFKA_BROKER&lt;/P&gt;&lt;P&gt; curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XPUT
-d'{"ServiceComponentInfo": {"state": "INSTALLED"}}'
&lt;A href="http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KNOX/components/KAFKA_BROKER" target="_blank"&gt;http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KNOX/components/KAFKA_BROKER&lt;/A&gt; &lt;/P&gt;&lt;P&gt;// Stop service KAFKA&lt;/P&gt;&lt;P&gt; curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XPUT
-d'{"ServiceInfo": {"state": "INSTALLED"}}'
&lt;A href="http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA" target="_blank"&gt;http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;// Delete component &lt;/P&gt;&lt;P&gt;curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XDELETE
&lt;A href="http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST_FQDN&amp;gt;/host_components/KAFKA_BROKER" target="_blank"&gt;http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/hosts/&amp;lt;HOST_FQDN&amp;gt;/host_components/KAFKA_BROKER&lt;/A&gt; &lt;/P&gt;&lt;P&gt; // Delete service&lt;/P&gt;&lt;P&gt; curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XDELETE
&lt;A href="http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA" target="_blank"&gt;http://&amp;lt;HOST&amp;gt;:8080/api/v1/clusters/&amp;lt;CLUSTER_NAME&amp;gt;/services/KAFKA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 02:03:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-Ambari-alert-configuration-when-not-using-port-6667/m-p/103490#M25408</guid>
      <dc:creator>madhukanala</dc:creator>
      <dc:date>2016-10-06T02:03:04Z</dc:date>
    </item>
  </channel>
</rss>

