<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Indumathi</title>
    <description>The latest articles on Debug School by Indumathi (@indurunkana1_339).</description>
    <link>https://www.debug.school/indurunkana1_339</link>
    <image>
      <url>https://www.debug.school/images/VGbfN4NoNCWRuECabQJApse56Zh8zhn32QhNjoA0mAM/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzgyL2I0ODM1/OWQ2LTA3ZDEtNGEz/My04OWY2LThhY2Y0/ZmMzMDMzYS5wbmc</url>
      <title>Debug School: Indumathi</title>
      <link>https://www.debug.school/indurunkana1_339</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/indurunkana1_339"/>
    <language>en</language>
    <item>
      <title>Log Analysis</title>
      <dc:creator>Indumathi</dc:creator>
      <pubDate>Thu, 15 Sep 2022 05:54:09 +0000</pubDate>
      <link>https://www.debug.school/indurunkana1_339/log-analysis-4kki</link>
      <guid>https://www.debug.school/indurunkana1_339/log-analysis-4kki</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.Write down top 10 events in Windows and identify their event ID ?&lt;/strong&gt;&lt;br&gt;
4624 Successful account log on&lt;br&gt;
4625 Failed account log on&lt;br&gt;
4634 An account logged off&lt;br&gt;
4648 A logon attempt was made with explicit credentials&lt;br&gt;
4719 System audit policy was changed.&lt;br&gt;
4964 A special group has been assigned to a new log on&lt;br&gt;
1102 Audit log was cleared. This can relate to a potential attack&lt;br&gt;
4720 A user account was created&lt;br&gt;
4722 A user account was enabled&lt;br&gt;
4723 An attempt was made to change the password of an account&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.Write down top 10 events in Linux and identify their pattern and log linux ?&lt;/strong&gt;&lt;br&gt;
/var/log/messages&lt;br&gt;
/var/log/auth.log&lt;br&gt;
/var/log/secure&lt;br&gt;
/var/log/boot.log&lt;br&gt;
/var/log/dmesg&lt;br&gt;
/var/log/kern.log&lt;br&gt;
/var/log/faillog&lt;br&gt;
/var/log/yum.log&lt;br&gt;
var/log/httpd/&lt;br&gt;
/var/log/mysql.log&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Identify the log file in linux which log service&lt;br&gt;
start|stop|enable|disable ?&lt;/strong&gt;&lt;br&gt;
systemctl start service&lt;br&gt;
systemctl stop service&lt;br&gt;
systemctl enable service&lt;br&gt;
systemctl disable service&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Identify the log file in linux which log process running or killed ?&lt;/strong&gt;&lt;br&gt;
Check in /var/log/kern.log (on Debian/Ubuntu, other distributions might send kernel logs to a different file, but usually under /var/log under Linux&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.Identify the log file of apache and find out list of VERB and count of each using linux command?&lt;/strong&gt;&lt;br&gt;
Location of the Log Files By default on Debian-based distributions such as Ubuntu, access and error logs are located in the /var/log/apache2 directory.&lt;br&gt;
On CentOS the log files are placed in /var/log/httpd directory.Reading and Understanding the Apache Log Files&lt;/p&gt;

</description>
    </item>
    <item>
      <title>UNDERSTANDING DATADOG AGENT</title>
      <dc:creator>Indumathi</dc:creator>
      <pubDate>Tue, 13 Sep 2022 09:48:00 +0000</pubDate>
      <link>https://www.debug.school/indurunkana1_339/understanding-datadog-agent-246n</link>
      <guid>https://www.debug.school/indurunkana1_339/understanding-datadog-agent-246n</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. What is datadog agent?&lt;/strong&gt;&lt;br&gt;
The Datadog Agent is software that runs on your hosts.It collects events and metrics from hosts and sends them to Datadog, where you can analyze your monitoring and performance data. The Datadog Agent is open source and its source code is available on GitHub.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.Ports used in  datadog agent?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/A_-oVEDMKCKkIQhTIs6JlUEcLUh63tfHdKG5z33kOhg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZXNhN2di/MnJvb2M1cDZ2dzUx/enAucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/A_-oVEDMKCKkIQhTIs6JlUEcLUh63tfHdKG5z33kOhg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZXNhN2di/MnJvb2M1cDZ2dzUx/enAucG5n" alt="Image description" width="880" height="294"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Techniques for troubleshooting datadog?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Is the Datadog API key set up in your datadog.yaml configuration file the API key corresponding to your Datadog platform?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is the site configured in your datadog.yaml configuration file matching the one from your organization?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is there only one Datadog Agent running on your host?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Did you restart the Datadog Agent after editing a yaml configuration file?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4.Type of Datadog Agent&lt;/strong&gt;&lt;br&gt;
Collector and Dogstatsd.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.Locate how to enable Logs monitoring in datadog.yaml?&lt;/strong&gt;&lt;br&gt;
Edit the datadog.yaml file and locate the logs &amp;amp; section and set enabled,false to enabled:true.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;6.Top 5 commands with simple explanation troubleshooting Datadog *&lt;/em&gt;&lt;br&gt;
$ systemctl start datadog-agent&lt;br&gt;
$ systemctl stop datadog-agent&lt;br&gt;
$ systemctl restart datadog-agent&lt;br&gt;
$ systemctl status datadog-agent&lt;br&gt;
$ datadog-agent config&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
