Author: Naincy Kumari

data codes through eyeglasses

Sending AWS CloudTrail logs to the S3 Bucket

Reading Time: 5 minutes Hello Readers!!! We are again back with a new exciting service of AWS i.e CloudTrail. This blog will show how to send AWS CloudTrail logs to the S3 bucket. So, before moving to the S3 bucket let’s first discuss what is AWS CloudTrail and its uses. AWS CloudTrail: AWS CloudTrail is a service by which you can track changes to your AWS resources, including Amazon Continue Reading

close up photo of programming of codes

Sending AWS CloudTrail events to CloudWatch Logs 

Reading Time: 3 minutes Hello Readers!! This blog will show how to send AWS CloudTrail events to CloudWatch logs. As we all know AWS CloudTrail records all API calls made to AWS services within an AWS account, including the identity of the user or service making the request, the time of the request, and the parameters of the request.  And AWS CloudWatch is a monitoring service provided by Amazon Continue Reading

woman coding on computer

How to join two Indices in Kibana

Reading Time: 3 minutes Hello Readers! We are again back with a new interesting topic related to kibana. In this blog, we will see how to join two indices in kibana. As we all know Kibana is an open-source data visualization and exploration tool developed by Elastic. It is part of the Elastic Stack, which also includes Elasticsearch and Logstash. Kibana is design to work with Elasticsearch and allows Continue Reading

man in yellow crew neck t shirt using vr headset

How to fix the issue of unavailable values in Kibana for Index Fields with Dot Notations

Reading Time: 3 minutes Hello Readers!! We are again back with a new interesting topic with this blog. While using kibana some of you may have faced an issue of unavailable values in Kibana for index fields with dot notations. So In this blog, we will see why we face this problem and what we can do to resolve this issue. Why do we not get data in Fields Continue Reading

a woman with green hair looking at the camera

How to do Lambda-Proxy Integrations

Reading Time: 4 minutes Hello Readers!! We are again back with a new topic. In this blog, we will see how to do lambda-proxy integrations. Before this, we will see what is lambda-proxy integrations and why we need them.  What are lambda-proxy integrations? AWS Lambda-proxy integration is a type of integration for Amazon API Gateway that allows a single AWS Lambda function to handle multiple HTTP requests and routes. Continue Reading

woman holding macbook

How to create, get and delete secrets in AWS Parameter Store using CLI

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how to create, get and delete secrets in the AWS parameter store using CLI. In my previous blog, we have seen what is AWS Parameter store and how we can create parameters using the AWS console. Follow the below blog for more information: Prerequisites: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html Now, let’s get started with AWS CLI!! Create parameter in Parameter Continue Reading

photo of female engineer working on her workspace

Getting started with AWS Parameter Store

Reading Time: 4 minutes Hello Readers! We are again back with a new interesting service of AWS. Here we will get to know all about the AWS Parameter store. Firstly we will see what is AWS Parameter store, what are its features, and why to use this service. After that, we will see the steps of using this AWS service. Introduction to AWS Parameter store: AWS Parameter store is Continue Reading

woman coding on computer

How to setup AWS FSx for Windows File Server

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how to set up AWS FSx for the windows file server. AWS FSx for Windows file server is an Amazon fully managed native Windows file system service. It can also be integrated with the rest of Amazon’s services. Therefore It is fully managed which means we no longer need to manage hardware and software. Some of its Continue Reading

woman sitting beside table while using ipad

How to create AWS Elastic File System

Reading Time: 3 minutes Hello Readers!! In this blog, we will see how to create AWS Elastic File System. So, Basically, Amazon Elastic File System is a scalable, simple, and fully managed elastic NFS file system. We can use it with both on-premises resources and cloud resources. It is used for content management with web-serving applications which will store and serve information.  Steps for creating an AWS File System: Continue Reading

background

How to send Github commits and PR logs to ElasticSearch using a custom script

Reading Time: 6 minutes Hello Readers!! In this blog, we will see how we can send GitHub commits and PR logs to Elasticsearch using a custom script. Here we will use a bash script that will send GitHub logs to elasticsearch. It will create an index in elasticsearch and push there the logs. After sending logs to elasticsearch we can visualize the following github events in kibana:- 1. GitHub Continue Reading

view of cityscape

How to create AWS OpenSearch service domain

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how we can create an AWS OpenSearch service domain. We will see what is AWS OpenSearch along with some use cases. Introduction: Amazon OpenSearch is just a successor to Amazon ElasticSearch service. AWS offers OpenSearch service to perform log analytics, real-time monitoring, visualizing up to petabytes of unstructured data, and many more.  AWS OpenSearch helps us to Continue Reading

aerial view of clouds

How to send logs to AWS OpenSearch using Logstash

Reading Time: 3 minutes Hello Readers!!! We are again back with a new blog. In this blog, we will see how we can send logs to AWS OpenSearch using Logstash. Basically, logstash is an ingestion tool that we can use for sending the data to our desired destination from any source that we want. And We will use AWS OpenSearch for analyzing the ingest data coming from logstash. Let’s Continue Reading

How to get the git changelog in Jenkins

Reading Time: 3 minutes Hello Readers! In this blog, we will see how we can get the changelog in Jenkins. So, basically, a changelog means a file that will contain the ordered list of changes made to a project. And when these changes will be for a git repository then it will be called git changelog. Here for getting git changelog in Jenkins, I will use a Jenkins plugin Continue Reading