Posts

Showing posts from March, 2022

OCI -Logging Step by Step Doc

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ eghtxeght_okta https://swigmaster.github.io/index.html?lab=setup#STEP2:CreateandConfigureanIAMDynamicGroup  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ STEP 1: Create an IAM Compartment -- We already have a compartment (sysops) we will be using that for  project STEP 2: Create and Configure an IAM Dynamic Group STEP 3: Create a Virtual Cloud Network  -- I believe we will be using an exsisting VCN  STEP 4: Launch Virtual Machine  -- Instead we will be adding the VMS/ On-Premises server to the Dynamic Group we created. STEP 5 : Create Custom Application Logs  Logging Home : https://docs.oracle.com/en-us/iaas/Content/Logging/home.htm >>> Create Custom Log :        https://docs.oracle.com/en-us/iaas/Content/Logging/Concepts/custom_logs.htm#custom_logs   Create a Custom Log Agent Config   https://swigmaster.git...

OCI-Fluentd-Ansible

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Custom Logs and Notifications

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Notification :   https://docs.oracle.com/en-us/iaas/Content/Notification/home.htm Fluentd :   https://docs.fluentd.org/parser/syslog Oracle Functions /or Function :  With  Oracle Functions , you can write code in Java, Python, Node, Go,  and Ruby (and for advanced use cases, bring your own Dockerfile, and Graal VM).  You can then deploy your code, call it directly or trigger it in response to events, and get billed only for the resources consumed during the execution. The  Notifications  service enables you to set up communication channels for publishing messages using  topics   and  subscriptions  . When a message is published to a topic, the  Notifications  service sends the message to all of the topic's subscriptions. About This is the official fluentD output plugin for the Oracle Cloud Infrastructure (OCI) Logging service. ht...