cybersecnerd
cybersecnerd
  • 54
  • 59 394
Build Your First #splunk Dashboard #intellipaat #edureka
Learn how to build dashboards in Splunk Quickly.
Tutorial Dataset Links:
docs.splunk.com/Documentation/SplunkCloud/9.0.2303/SearchTutorial/Systemrequirements#Download_the_tutorial_data_files
----------------- Timeline ----------------------------------------------------------------------------------------
Introduction - 0:00
Splunk Installation made easy - 1:00
Add data/Ingest data/Tutorial data - 2:04
Different sourcetypes - 4:00
Start creating Dashboard - 5:40
Creating multiple input Panels - 9:40
Customizing Dashboard - 12:05
Configuring time input - 18:00
Configuring Drilldown - 19:10
-------------------------------------------- Timeline ---------------------------------------------------------------
Переглядів: 288

Відео

Practical Splunk Administration in 2 Hours #splunk #splunkadmin #cybersecnerd
Переглядів 3,1 тис.Рік тому
By seeing this VIDEO, I am confident, you will be able to perform all Splunk Administration tasks. Download the PDF as well : github.com/chirag99969/SPL/tree/main/splunk-admin-zero-to-hero Timeline Introduction - 0:00 Course Intro/Curriculum - 1:55 Splunk Enterprise Components - 5:04 Splunk Licensing Options - 13:25 Managing License Violations - 18:41 OVERVIEW Working with Splunk Config files -...
Learn chatGPT in 30 mins #chatgpt #genrative #ai
Переглядів 128Рік тому
ChatGPT in 30 mins: ✅ Learning Objectives ✅ Evolution of ChatGPT ✅ Time to reach 100M Users ✅ Generative AI seeing mass adoption ✅ What is ChatGPT ✅ What ChatGPT is trained on? ✅ Interacting with ChatGPT ✅ Basic Prompting ✅ Prompting V/S Asking ✅ Role Prompting ✅ Multi-Faceted Prompting ✅ Examples of Writing Style ✅ Use Punctuation ✅ ChatGPT limitations ✅ JAILBREAK Prompt ✅ Evaluate your RESUME...
Git and GitHub Crash course in an Hour
Переглядів 238Рік тому
Master Git in an Hour. Push and Pull Changes to GitHub repository. TimeLine Git Crash couse Intro - 0:00 Getting started with git - 1:12 Committing changes to git (All Practical from this section) - 4:33 Set Author name and Email before committing - 8:36 First git commit - 11:06 Explore Commit History - 12:40 Git commands - 16:12 Checking out commit and branches - 17:42 File tracking statuses d...
Kubernetes in 2 Hours (All Practical)
Переглядів 1,5 тис.Рік тому
Illustrative Diagrams and Visualizations to explain Services and Storage ALL commads used here : github.com/chirag99969/kubernetes Section 1 Understanding kubernetes - 0:00 Kubernetes Host Platform - 4:36 Kubernetes ecosystem - 6:24 Setting up minikube on ec2 (ubuntu) in 2 mins - 10:51 minikube start - 17:00 kubectl TAB completion - 18:50 kubernetes resources - 21:00 kubectl TAB completion cmd ...
Practical #Splunk - Zero to Hero #cybersecnerd
Переглядів 23 тис.Рік тому
Complete Hands-On - You will be splunk enthusiast in 2 Hours reachme @telegram username @cybersecnerd wanna skip theory - GO TO lesson 2 directly ALL SPL Queries : github.com/chirag99969/SPL/tree/main/splunk-zero-to-hero Lesson 1 Introduction|TABLE of contents - 0:00 Splunk architecture - 4:30 Splunk Downloadable links - 16:09 Installing Splunk- 19:30 Setting Splunk username/pasword - 24:40 Upl...
Setup #minikube cluster in 2 minutes
Переглядів 148Рік тому
Setting up minikube can be troublesome! See this video, use this shell script, you can have minikube cluster up and running in just 2 minutes. JUST execute this shell script. github repo : github.com/chirag99969/ckad-exercises/blob/main/minikube-docker-setup.sh time stamps: 0:00 : Introduction 0:35 : Creating Ubuntu machine on AWS 3:15 : Execute the shell script, have you minikube cluster ready...
CKAD Exercise 9 Health Check Readiness Probe and Liveness Probe
Переглядів 160Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html github repo : github.com/chirag99969/ckad-exercises/tree/main/exercises Readiness Probe and Liveness Probe: 👉 Create a new Pod named hello that exposes the port 3000. Provide the name nodejs-port for the container port. 👉 Add a Readiness Probe that checks the URL path / on the port referenced with the name nodejs-port after a 2 seconds de...
CKAD Exercise 8 adapter pattern formatting logs using side car
Переглядів 48Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html github repo : github.com/chirag99969/ckad-exercises/tree/main/exercises 👉 The business application running the main container produces timestamped information-in this case, the available disk space-and writes it to the file diskspace.txt. 👉 As part of the architecture, we want to consume the file from a third-party monitoring application....
CKAD Exercise 7 side car container for logging
Переглядів 142Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html github repo : github.com/chirag99969/ckad-exercises/tree/main/exercises Side Car container: 👉 The sidecar container polls the file’s error.log periodically and checks if any failures have been discovered. 👉 More specifically, the service tries to find failures assigned to the error log level, indicated by [error] in the log file. If an er...
CKAD Exercise 5 Define Pod Resource Requirements
Переглядів 50Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html github repo : github.com/chirag99969/ckad-exercises/tree/main/exercises Defining a Pod’s Resource Requirements Create a new Pod that exceeds the limits of the resource quota requirements e.g. by defining 1Gi of memory but stays below the CPU e.g. 0.5. Write down the error message. Change the request limits to fulfill the requirements to e...
CKAD Exercise 4 Create security context for pod
Переглядів 76Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html repo: github.com/chirag99969/ckad-exercises/tree/main/exercises Creating a Security Context for a Pod Create a Pod named secured that uses the image nginx for a single container. Mount an emptyDir volume to the directory /data/app. Files created on the volume should use the filesystem group ID 3000. Get a shell to the running container an...
CKAD Exercise 3 Configure a pod using secret
Переглядів 46Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html github repo: github.com/chirag99969/ckad-exercises/tree/main/exercises Configuring a Pod to Use a Secret Create a new Secret named db-credentials with the key/value pair db-password=passwd. Create a Pod named backend that uses the Secret as environment variable named DB_PASSWORD and runs the container with the image nginx. Shell into the ...
CKAD Exercise 2 Creating Using configmap
Переглядів 62Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html •Create a new file named config.txt with the following environment variables as key/value pairs on each line. o DB_URL equates to localhost:3306 o DB_USERNAME equates to postgres • Create a new ConfigMap named db-config from that file. • Create a Pod named backend that uses the environment variables from the ConfigMap and runs the contain...
CKAD Exercise 1 Create Inspect Pod
Переглядів 229Рік тому
Minikube Setup : ua-cam.com/video/ZTO1doC8SOc/v-deo.html Creating a pod and Inspecting it : • Create the namespace ckad-prep. • In the namespace ckad-prep, create a new Pod named mypod with the image nginx:2.3.5. • Expose the port 80. Identify the issue with creating the container. • Write down the root cause of issue in a file named pod-error.txt. • Change the image of the Pod to nginx:1.15.12...
Practical #kubernetes in 2 hours
Переглядів 612Рік тому
Practical #kubernetes in 2 hours
Practical #kubernetes lab setup #minikube on #ubuntu 20.4 OR 22.04
Переглядів 1,3 тис.Рік тому
Practical #kubernetes lab setup #minikube on #ubuntu 20.4 OR 22.04
#splunk - #threathunting Privilege Escalation
Переглядів 5302 роки тому
#splunk - #threathunting Privilege Escalation
Splunk - Threat Hunting for PowerShell Execution
Переглядів 6932 роки тому
Splunk - Threat Hunting for PowerShell Execution
Part 2 of Chapter 5 - Simple hello application using node container
Переглядів 192 роки тому
Part 2 of Chapter 5 - Simple hello application using node container
Part 1 of Chapter 5 - Running Node.js Container
Переглядів 282 роки тому
Part 1 of Chapter 5 - Running Node.js Container
Part 2 of Chapter 4 - Simple Python Program using container
Переглядів 172 роки тому
Part 2 of Chapter 4 - Simple Python Program using container
Part 1 of Chapter 4 - Creating Python Containers
Переглядів 192 роки тому
Part 1 of Chapter 4 - Creating Python Containers
Part 5 of Chapter 3 - Cleaning Up Stopped Containers
Переглядів 122 роки тому
Part 5 of Chapter 3 - Cleaning Up Stopped Containers
Part 4 of Chapter 3 - Running Multiple Nginx Servers
Переглядів 92 роки тому
Part 4 of Chapter 3 - Running Multiple Nginx Servers
Part 3 of Chapter 3 - Creating Multiple Ubuntu Containers from the Same Image
Переглядів 272 роки тому
Part 3 of Chapter 3 - Creating Multiple Ubuntu Containers from the Same Image
Part 2 of Chapter 3 - Running Container with Pseudo TTY
Переглядів 3922 роки тому
Part 2 of Chapter 3 - Running Container with Pseudo TTY
Part 1 of Chapter 3 - Running Containers in Background
Переглядів 142 роки тому
Part 1 of Chapter 3 - Running Containers in Background
Part 3 of Chapter 2 - Using Path Variable in Volume Mapping
Переглядів 212 роки тому
Part 3 of Chapter 2 - Using Path Variable in Volume Mapping
Part 2 of Chapter 2 - Nginx Container with Custom Content
Переглядів 252 роки тому
Part 2 of Chapter 2 - Nginx Container with Custom Content

КОМЕНТАРІ

  • @user-ir6uk1zg2e
    @user-ir6uk1zg2e 4 дні тому

    Thank you for the great lecture, nailed it. ❤❤

  • @WaldoTheWombat
    @WaldoTheWombat 23 дні тому

    so basically *-i* for it to be interactive and *-t* is just for formatting?

  • @prashantmishra5691
    @prashantmishra5691 25 днів тому

    Amazing series. Love it. Subbed!

  • @CipherByte95-jn2xx
    @CipherByte95-jn2xx Місяць тому

    hello, could you provide the link for the data

  • @vedanthkasarapu
    @vedanthkasarapu 2 місяці тому

    @cybersecnerd -Great session _ I need some help with upgrading Splunk UF on-prem vs cloud - do you have any SOP that you can share

  • @matiasvargas1729
    @matiasvargas1729 2 місяці тому

    Such a great work! Thanks a lot man

  • @RealMadrid-js4io
    @RealMadrid-js4io 4 місяці тому

    Great presentation and teaching skills. Thank you for sharing your knowledge with us.

  • @prasadsonawane1121
    @prasadsonawane1121 4 місяці тому

    sir where is the aws_cloudtrail file

  • @user-mm5jo7oq3f
    @user-mm5jo7oq3f 4 місяці тому

    You can press Q when the license is displayed to avoid scrolling to the end, or you can use the --accept-license parameter for splunk start.

  • @FunNFury
    @FunNFury 5 місяців тому

    could you please provide link to dataset?

  • @user-zy5hu6xg7y
    @user-zy5hu6xg7y 6 місяців тому

    Can you share those query in text?

  • @BrayanRodriguez-mw7iw
    @BrayanRodriguez-mw7iw 8 місяців тому

    This is a great video, great Splunk content, keep doing this amazing Splunk videos!

  • @itishreepradhan4635
    @itishreepradhan4635 10 місяців тому

    What we have to do if we got violation warning?

  • @Israelxox
    @Israelxox 10 місяців тому

    24 or 48 hours is to much,,, data should be live with in a minute. It’s security related information

  • @sulavadhikari3253
    @sulavadhikari3253 11 місяців тому

    How can i download this data ?

  • @BrayanRodriguez-mw7iw
    @BrayanRodriguez-mw7iw 11 місяців тому

    loving splunk admin videos

  • @softwaredevelopment2800
    @softwaredevelopment2800 Рік тому

    how to add indexers?

  • @JoeBloggs777
    @JoeBloggs777 Рік тому

    Thanks for the video, useful stuff for analysing proxy logs. Since this video was 2 years ago, do you have any additional splunk searches that you use? I am looking to build a list of splunk searches for proxy traffic. I really like splunk's ability to transform raw data into effective and meaningful results with all the stats. It can be very powerful when utilised to its full potential.

  • @adityasharma2442
    @adityasharma2442 Рік тому

    Please share data file link in the description.

  • @Kalaiarasan_Balu
    @Kalaiarasan_Balu Рік тому

    good tutorial bro

  • @delamosquee3373
    @delamosquee3373 Рік тому

    Great Job

  • @nagaedu1524
    @nagaedu1524 Рік тому

    Thanks bro, for your video.

    • @cybersecnerd
      @cybersecnerd Рік тому

      Help me spread the word by like, comment, share, subscribe. Thank you again!!

  • @mnojrealman
    @mnojrealman Рік тому

    Excellent

  • @batista98854
    @batista98854 Рік тому

    Awesome

  • @pavansaiguduru6229
    @pavansaiguduru6229 Рік тому

    Can you post the links

    • @cybersecnerd
      @cybersecnerd Рік тому

      Please go to my UA-cam Video description box for github links for all SPL Queries.

  • @cybersecnerd
    @cybersecnerd Рік тому

    Like the VIDEO, let me know in comments, share, subscribe!! Interested in ppt as well, let me know in comments, I shall upload on my github.

  • @ChiragGulati-zb7ef
    @ChiragGulati-zb7ef Рік тому

    Awesome stuff!!!

  • @kishanbsh
    @kishanbsh Рік тому

    Does busy box docker image have a package manager like alpine?

  • @dorlg6655
    @dorlg6655 Рік тому

    honestly, when listening to how you talks, it seems like you need to be more prepared for an educational video, there are lots of silences, and mistakes in the code or explanation, you should consider remaking this video

  • @GalaxyGyan
    @GalaxyGyan Рік тому

    Hi when I am running the command minkube start the show this kind of error X Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges. How can I resolve this, can you help me

  • @bilalakbar8878
    @bilalakbar8878 Рік тому

    oooh man thank you so much.... stucked in Minikube for last 4 days.... love the way you explained it

    • @GalaxyGyan
      @GalaxyGyan Рік тому

      How can I resolve this issues ---- X Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges.

  • @FaridaConteh
    @FaridaConteh Рік тому

    Please how can i get in touch with you? I messaged you on Telegram , but i am yet to get any response from you.

  • @ogbeisibor3193
    @ogbeisibor3193 Рік тому

    thanks, you're a legend.

    • @ogbeisibor3193
      @ogbeisibor3193 Рік тому

      please where is the video on connecting your Visual studio code to Ubuntu.

  • @abhijitdash8084
    @abhijitdash8084 Рік тому

    sir I face this error, my node status is showing "not ready" please help me anyone.. root@ip-172-31-11-142:/home/ubuntu# kubectl get nodes NAME STATUS ROLES AGE VERSION ip-172-31-11-142 NotReady control-plane 11m v1.25.3

  • @mahdifaleh2500
    @mahdifaleh2500 Рік тому

    You're amazing man keep going 🙏

  • @valbregas
    @valbregas Рік тому

    Here to learn

  • @raovrmsf
    @raovrmsf Рік тому

    Not working AWS stuff...

  • @raovrmsf
    @raovrmsf Рік тому

    Hi Its very helpful videos who want learn Splunk...Can you please do Splunk ITSI with Detail ... Thanks in Advance

  • @anjalishreya9890
    @anjalishreya9890 Рік тому

    Thankyou finally started minikube. One question is that we took t2 xlarge for that how much bill will suppose if it's for 5 days

  • @sahithipraveen3725
    @sahithipraveen3725 Рік тому

    Hi i have been trying to install minikube in different ways but no way i was successfull. after watching your video i installed in just 5 min , very very thanks for uploading this video. i see only 37 views on your video so far you actually deserve more..

    • @cybersecnerd
      @cybersecnerd Рік тому

      Glad I could help, thanks for your sincere appreciation! All the best

  • @muhammadaliazhar5138
    @muhammadaliazhar5138 Рік тому

    Thanks a lot brother it works

    • @cybersecnerd
      @cybersecnerd Рік тому

      Happy to help! :)

    • @GalaxyGyan
      @GalaxyGyan Рік тому

      after running the command , minikube start it will show this kind of thing --------------- X Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges. , how I resolve this kind of issue can you help me for resolving this kind of issue

  • @aashischoudhary1058
    @aashischoudhary1058 Рік тому

    Thanks bro..

  • @Raja_babu-9860
    @Raja_babu-9860 Рік тому

    Unable to start

  • @IshaVermaVideos
    @IshaVermaVideos Рік тому

    Thank you so much for this video. I tried many videos and still i was getting back to back different errors. Like .. permission denied error, install cri-dockerd error, etc. searched on github but no luck. You have made the installation so easy. I loved the way to explain things. Looking forward for your next video.

  • @raghuveerrohine271
    @raghuveerrohine271 Рік тому

    Brother, I want to thank you from the bottom of my heart, because I have been scratching my head about this installation for last 3 days, did every possible way to run the pods but was getting container network configuration errors. But the way you followed the steps for docker, minikube and kubectl installation resolved my issue. God bless you.

    • @cybersecnerd
      @cybersecnerd Рік тому

      Thank you for the nice words!

    • @GalaxyGyan
      @GalaxyGyan Рік тому

      Hello brother I am unable to setup these kinds of things when I set up a minikube Start then it will show an error how I can resolve this issue.

  • @rotrose7531
    @rotrose7531 Рік тому

    The way you present regarding the way how Splunk handles data is absolutely amazing and phenomenal, please do not stop. We love it.

    • @cybersecnerd
      @cybersecnerd Рік тому

      Thank you so much for the nice words!

  • @rotrose7531
    @rotrose7531 Рік тому

    The super practical and hands-on way of your teaching is amazing! I hope you will continuously provide these invaluable contents about Splunk.

    • @cybersecnerd
      @cybersecnerd Рік тому

      Thank you for your warm words, compliments

  • @Nightmare24102006
    @Nightmare24102006 2 роки тому

    Thanks for the lesson. I look forward to more.

  • @shreyasd4663
    @shreyasd4663 2 роки тому

    Thankyou. Keep posting and i will share this channel with multiple community.

  • @khaleel1137
    @khaleel1137 2 роки тому

    I like the way you explain the topic in details I want to learn splunk from scratch...can u please assist me...