From f161f2d2879f5e68f47b072f5b259b1a2ce5f2a8 Mon Sep 17 00:00:00 2001 From: Vikram Reddy <110612909+vikrredd@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:19:16 +0530 Subject: [PATCH] 9501 Kubernetes Monitoring and Troubleshooting (#297) * Addressed the review comments Addressed the review comments * Addressed review comments Addressed review comments * Added need help Added need help * udpate * Update log-explorer-gui.md * Update log-explorer-gui.md * Update log-explorer-gui.md * Update log-explorer-gui.md * Update kubernetes-solution-installation.md * update * Feedback Implemented * Lab Ordering Changes and Lab 1 as read only lab Lab Ordering Changes and Lab 1 as read only lab * Lab Restructring Lab Restructring * Initial Checkin for OCW-24 Initial Checkin for OCW-24 * numbering fixes in manifest file numbering fixes in manifest file * updating the manifest json file updating the manifest json file * Update loganalytics-connect-kubernetes-cluster.md * Lab 2 Interactive Analysis * few minor updates few minor updates * Introduction, Lab 2 & 3 changes Introduction, Lab 2 & 3 changes * Update interactive-analytics-and-troubleshooting.md * Update with latest screenshots Update with latest screenshots * removing the support lab removing the support lab * Update interactive-analytics-and-troubleshooting.md * updating lab 2 updating lab 2 * Removing and Renaming the labs Removing and Renaming the labs * title update title update * Initial Checkin Initial Checkin --- .../ocw24-sandbox-tut3370/index.html | 62 +++++++++++++++++++ .../ocw24-sandbox-tut3370/manifest.json | 61 ++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/index.html create mode 100644 logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/manifest.json diff --git a/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/index.html b/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/index.html new file mode 100644 index 00000000..aaac634b --- /dev/null +++ b/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/index.html @@ -0,0 +1,62 @@ + + + + + + + + + Oracle LiveLabs + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ + + + + diff --git a/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/manifest.json b/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/manifest.json new file mode 100644 index 00000000..8aea3b60 --- /dev/null +++ b/logging-analytics/oke-monitoring-la/workshops/ocw24-sandbox-tut3370/manifest.json @@ -0,0 +1,61 @@ +{ + "workshoptitle": "Kubernetes and OKE Monitoring and Troubleshooting", + "help": "livelabs-help-em_us@oracle.com", + "tutorials": [ + { + "title": "Introduction", + "description": "Introduction to OKE Monitoring through OCI Logging Analytics", + "filename": "../../introduction/introduction.md" + }, + { + "title": "Get Started", + "description": "This is the prerequisites for customers using Free Trial and Paid tenancies, and Always Free accounts (if applicable). The title of the lab and the Contents Menu title (the title above) match for Prerequisite lab. This lab is always first.", + "filename": "https://oracle-livelabs.github.io/common/labs/cloud-login/cloud-login-livelabs2.md" + }, + { + "title": "3887: How to use Log Explorer to analyze and visualize logs", + "description": "This live lab outlines the steps required to use Log Explorer to analyze and visualize logs", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3887" + }, + { + "title": "3891: How to create a user defined Log Source in Logging Analytics", + "description": "This live lab outlines the steps required to create a user defined Log Source in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3891" + }, + { + "title": "3895: How to create alerts on logs in Logging Analytics", + "description": "This live lab outlines the steps required to create alerts on logs in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3895" + }, + { + "title": "3896: How to create an alert for Abnormal Oracle Database Termination events in Logging Analytics", + "description": "This live lab outlines the steps required to create an alert for Abnormal Oracle Database Termination events in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3896" + }, + { + "title": "3899: How to create an alert for Kubernetes events and non-compliance policy in Logging Analytics", + "description": "This live lab outlines the steps required to create an alert for Kubernetes events and non-compliance policy in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3899" + }, + { + "title": "3900: How to create an alert for a Windows DNS exfiltration event in Logging Analytics", + "description": "This live lab outlines the steps required to create an alert for a Windows DNS exfiltration event in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3900" + }, + { + "title": "3901: How to create an alert for sensitive data access from suspicious IPs in Logging Analytics", + "description": "This live lab outlines the steps required to create an alert for sensitive data access from suspicious IPs in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3901" + }, + { + "title": "3904: How to collect logs and performance data from Oracle Database tables in Logging Analytics", + "description": "This live lab outlines the steps required to collect logs and performance data from Oracle Database tables in Logging Analytics", + "filename": "https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3904" + }, + { + "title": "Need Help?", + "description": "Solutions to Common Problems and Directions for Receiving Live Help", + "filename":"https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md" + } + ] +}