<?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: TRe: How to monitor my hadoop cluster CDP 7.1.3 with Splunk? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/530245#M4216</link>
    <description>&lt;P&gt;The Cloudera specific log location should be here:&lt;/P&gt;&lt;P&gt;### Cloudera Yarn Log Files&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*nodemanager*]&lt;BR /&gt;sourcetype = hadoop_nodemanager&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*resourcemanager*]&lt;BR /&gt;sourcetype = hadoop_resourcemanager&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*proxyserver*]&lt;BR /&gt;sourcetype = hadoop_proxyserver&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-mapreduce/*historyserver*]&lt;BR /&gt;sourcetype = hadoop_historyserver&lt;BR /&gt;index = hadoopmon_metric&lt;/P&gt;&lt;P&gt;### Cloudera Hadoop Log Files&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*datanode*]&lt;BR /&gt;sourcetype = hadoop_datanode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*namenode*]&lt;BR /&gt;sourcetype = hadoop_namenode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*secondarynamenode*]&lt;BR /&gt;sourcetype = hadoop_secndarynamenode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*journalnode*]&lt;BR /&gt;sourcetype = hadoop_journalnode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;### Cloudera Configuration Files&lt;/P&gt;&lt;P&gt;[monitor:///etc/hadoop/conf/*]&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;disabled = 0&lt;BR /&gt;sourcetype = hadoop_global_conf&lt;BR /&gt;index = hadoopmon_configs&lt;/P&gt;&lt;P&gt;And after you collect the logs you can run searches similar to these:&lt;/P&gt;&lt;P&gt;[Yarn All Applications]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | eval elapsed_time = finishTime - startTime | table appId name user queue finalStatus elapsed_time&lt;/P&gt;&lt;P&gt;[Yarn Top User]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | top user&lt;/P&gt;&lt;P&gt;[Yarn Success Rate]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | top finalStatus&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 16:37:46 GMT</pubDate>
    <dc:creator>rdagan_splunk</dc:creator>
    <dc:date>2020-11-20T16:37:46Z</dc:date>
    <item>
      <title>How to monitor my hadoop cluster CDP 7.1.3 with Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524387#M3783</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I'm very new to Splunk!&lt;/P&gt;&lt;P&gt;In my organization, Splunk Enterprise was deployed and the management want to monitor all the data platforms, applications in Splunk.&lt;/P&gt;&lt;P&gt;Lately, I have deployed Cloudera CDP 7.1.3 in our data center.&amp;nbsp; Management is expecting Splunk to analyze Hadoop Log files. How to use Splunk to proactively monitor the user activities, service logs and server logs in CDP 7.1.3? Is there any additional component required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you can share your knowledge on it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 11:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524387#M3783</guid>
      <dc:creator>cuian01</dc:creator>
      <dc:date>2020-10-13T11:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor my hadoop cluster CDP 7.1.3 with Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524390#M3784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227495"&gt;@cuian01&lt;/a&gt;&amp;nbsp;check these 2 apps please:&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3134/" target="_blank"&gt;https://splunkbase.splunk.com/app/3134/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Hadoop Monitoring Add-on allows a Splunk software administrator to collect Yarn and Hadoop log files as well as Hadoop nodes OS matrix. The App was tested with Hortonworks, Cloudera, and MapR distributions. After the Splunk platform indexes the events, you can analyze the data by building searches and dashboards. The add-on includes few sample prebuilt dashboard panels and reports.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/1180/" target="_blank"&gt;https://splunkbase.splunk.com/app/1180/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Splunk Hadoop Connect provides bi-directional integration to easily and reliably move data between Splunk and Hadoop.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 11:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524390#M3784</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-13T11:48:03Z</dc:date>
    </item>
    <item>
      <title>TRe: How to monitor my hadoop cluster CDP 7.1.3 with Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524392#M3785</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your swift reply!&lt;/P&gt;&lt;P&gt;Actually, I checked the "Hadoop Monitor" app before. But the sample links are all to Hortonworks. With Cloudera &amp;amp; Hortonworks merged together, does "Hadoop Monitor" support latest CDP 7.1.3 release?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 11:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/524392#M3785</guid>
      <dc:creator>cuian01</dc:creator>
      <dc:date>2020-10-13T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: TRe: How to monitor my hadoop cluster CDP 7.1.3 with Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/530245#M4216</link>
      <description>&lt;P&gt;The Cloudera specific log location should be here:&lt;/P&gt;&lt;P&gt;### Cloudera Yarn Log Files&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*nodemanager*]&lt;BR /&gt;sourcetype = hadoop_nodemanager&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*resourcemanager*]&lt;BR /&gt;sourcetype = hadoop_resourcemanager&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-yarn/*proxyserver*]&lt;BR /&gt;sourcetype = hadoop_proxyserver&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-mapreduce/*historyserver*]&lt;BR /&gt;sourcetype = hadoop_historyserver&lt;BR /&gt;index = hadoopmon_metric&lt;/P&gt;&lt;P&gt;### Cloudera Hadoop Log Files&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*datanode*]&lt;BR /&gt;sourcetype = hadoop_datanode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*namenode*]&lt;BR /&gt;sourcetype = hadoop_namenode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*secondarynamenode*]&lt;BR /&gt;sourcetype = hadoop_secndarynamenode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;[monitor:///var/log/hadoop-hdfs/*journalnode*]&lt;BR /&gt;sourcetype = hadoop_journalnode&lt;BR /&gt;index = hadoopmon_metrics&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;### Cloudera Configuration Files&lt;/P&gt;&lt;P&gt;[monitor:///etc/hadoop/conf/*]&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;disabled = 0&lt;BR /&gt;sourcetype = hadoop_global_conf&lt;BR /&gt;index = hadoopmon_configs&lt;/P&gt;&lt;P&gt;And after you collect the logs you can run searches similar to these:&lt;/P&gt;&lt;P&gt;[Yarn All Applications]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | eval elapsed_time = finishTime - startTime | table appId name user queue finalStatus elapsed_time&lt;/P&gt;&lt;P&gt;[Yarn Top User]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | top user&lt;/P&gt;&lt;P&gt;[Yarn Success Rate]&lt;BR /&gt;index=hadoopmon_metrics sourcetype=hadoop_resourcemanager appId=* | top finalStatus&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 16:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-monitor-my-hadoop-cluster-CDP-7-1-3-with-Splunk/m-p/530245#M4216</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2020-11-20T16:37:46Z</dc:date>
    </item>
  </channel>
</rss>

