cybersecnerd
cybersecnerd
  • Видео 54
  • Просмотров 102 628
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 ----------------------------------------------------------...
Просмотров: 412

Видео

Practical Splunk Administration in 2 Hours #splunk #splunkadmin #cybersecnerd
Просмотров 5 тыс.Год назад
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
Просмотров 159Год назад
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
Просмотров 300Год назад
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
Просмотров 58 тыс.2 года назад
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
Просмотров 1972 года назад
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
Просмотров 1942 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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 d...
CKAD Exercise 8 adapter pattern formatting logs using side car
Просмотров 602 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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
Просмотров 1832 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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 e...
CKAD Exercise 5 Define Pod Resource Requirements
Просмотров 642 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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 ...
CKAD Exercise 4 Create security context for pod
Просмотров 1042 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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 a...
CKAD Exercise 3 Configure a pod using secret
Просмотров 522 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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
Просмотров 782 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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 contai...
CKAD Exercise 1 Create Inspect Pod
Просмотров 2842 года назад
Minikube Setup : ruclips.net/video/ZTO1doC8SOc/видео.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.1...
Practical #kubernetes in 2 hours
Просмотров 6302 года назад
Practical #kubernetes in 2 hours
Practical #kubernetes lab setup #minikube on #ubuntu 20.4 OR 22.04
Просмотров 1,4 тыс.2 года назад
Practical #kubernetes lab setup #minikube on #ubuntu 20.4 OR 22.04
#splunk - #threathunting Privilege Escalation
Просмотров 6622 года назад
#splunk - #threathunting Privilege Escalation
Splunk - Threat Hunting for PowerShell Execution
Просмотров 9192 года назад
Splunk - Threat Hunting for PowerShell Execution
Part 2 of Chapter 5 - Simple hello application using node container
Просмотров 242 года назад
Part 2 of Chapter 5 - Simple hello application using node container
Part 1 of Chapter 5 - Running Node.js Container
Просмотров 332 года назад
Part 1 of Chapter 5 - Running Node.js Container
Part 2 of Chapter 4 - Simple Python Program using container
Просмотров 232 года назад
Part 2 of Chapter 4 - Simple Python Program using container
Part 1 of Chapter 4 - Creating Python Containers
Просмотров 272 года назад
Part 1 of Chapter 4 - Creating Python Containers
Part 5 of Chapter 3 - Cleaning Up Stopped Containers
Просмотров 162 года назад
Part 5 of Chapter 3 - Cleaning Up Stopped Containers
Part 4 of Chapter 3 - Running Multiple Nginx Servers
Просмотров 132 года назад
Part 4 of Chapter 3 - Running Multiple Nginx Servers
Part 3 of Chapter 3 - Creating Multiple Ubuntu Containers from the Same Image
Просмотров 442 года назад
Part 3 of Chapter 3 - Creating Multiple Ubuntu Containers from the Same Image
Part 2 of Chapter 3 - Running Container with Pseudo TTY
Просмотров 4632 года назад
Part 2 of Chapter 3 - Running Container with Pseudo TTY
Part 1 of Chapter 3 - Running Containers in Background
Просмотров 172 года назад
Part 1 of Chapter 3 - Running Containers in Background
Part 3 of Chapter 2 - Using Path Variable in Volume Mapping
Просмотров 312 года назад
Part 3 of Chapter 2 - Using Path Variable in Volume Mapping
Part 2 of Chapter 2 - Nginx Container with Custom Content
Просмотров 382 года назад
Part 2 of Chapter 2 - Nginx Container with Custom Content

Комментарии

  • @FighterReturns
    @FighterReturns 4 дня назад

    Amazing and mind-blowing subject man! Awesome 👍

  • @jcornwall6228
    @jcornwall6228 Месяц назад

    This is the absolute, no beat around the bush Splunk course from beginners to Power users. I am a Power user and this really helps. It's my movie on repeat.

  • @NyraRajpal
    @NyraRajpal Месяц назад

    You are awesome. Loved this

  • @elizabethschieffer1657
    @elizabethschieffer1657 Месяц назад

    thanks very helpful

  • @jacobashigbi9910
    @jacobashigbi9910 2 месяца назад

    Question : After depackaging and installing form your /tmp folder what do you have to do next?

  • @csjitheash2811
    @csjitheash2811 3 месяца назад

    Good content and great demonstration.

  • @usmaniumdiallo5690
    @usmaniumdiallo5690 3 месяца назад

    Very huge and easy to understand, thanks

  • @sonalimishra5668
    @sonalimishra5668 4 месяца назад

    I tried using Eval command inside stats , but it is not working even with "as " clause.

  • @jalandharbehera99
    @jalandharbehera99 4 месяца назад

    Excellent tutorial bro, very easy to understand….keep going bro❤

  • @danishuddin9752
    @danishuddin9752 4 месяца назад

    Aboslutely stunning! Thank you!

  • @vipinyadav3872
    @vipinyadav3872 4 месяца назад

    Alert: Its nothing more than waste of time. There is no link provided for tutorial data so you just waste your time here. Just move on to another video.

    • @BluedragonLeo
      @BluedragonLeo 4 месяца назад

      He have already shown how to download it at 16:40 timestamp of the video blind man..this is what happens when you skip the video..

    • @vipinyadav3872
      @vipinyadav3872 4 месяца назад

      No offense but......I am just suggesting that link is not in video description as the creator had replied to a guy in below comments and that leads to waste of time when someone goes as per that reply.....so just stop being a clown

    • @BluedragonLeo
      @BluedragonLeo 4 месяца назад

      Bro.. No offense.. But how lazy you can be to come to learn something for free on RUclips video which has everything explained to you even if you don't have the link given in description.. You cut out all the appreciation of the video made but only criticise that he didn't give you the link to one of the url.. Really bro? How will you survive in industry then? Thoda mehenat kar le bhai.. Har chij me negativity nahi dhundte.. Itna useful video hai..url sirf tu Google pe bhi dalega to mil jaega.. Just put 'tutorial data for splunk' as simple as that bro.. Be positive.. Specially don't comment 'waste of time' for a two hr long video just becoz you are lazy enough to get an url in just 1 min by googling it... But no offense haan🙂

    • @BluedragonLeo
      @BluedragonLeo 4 месяца назад

      And one more thing.. Just a suggestion.. IT or cybersecurity field me.. Kuch bhi Google karke kaise pata lagate hai.. Vo bhi ek talent hai.. You need to practice it brother.. Will help you in future.. To how not be dependent 100% on someone else..🤗 Best of luck for your future brother

    • @aria5981
      @aria5981 8 дней назад

      ​@@vipinyadav3872Bro all I had to do is type "splunk tutorial data" to find the exact info in the video LOLLL

  • @matildaakoto4521
    @matildaakoto4521 4 месяца назад

    Hi still new to splunk, following the lessons but I don’t have any data to upload unto splunk can you help me with sample of what you uploaded for learning purposes, thanks

  • @tejoprayaga2764
    @tejoprayaga2764 5 месяцев назад

    Thank you, great content.

  • @AWS-s8o
    @AWS-s8o 6 месяцев назад

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

  • @WaldoTheWombat
    @WaldoTheWombat 7 месяцев назад

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

  • @prashantmishra5691
    @prashantmishra5691 7 месяцев назад

    Amazing series. Love it. Subbed!

  • @CipherByte95-jn2xx
    @CipherByte95-jn2xx 7 месяцев назад

    hello, could you provide the link for the data

  • @vedanthkasarapu
    @vedanthkasarapu 9 месяцев назад

    @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 9 месяцев назад

    Such a great work! Thanks a lot man

  • @RealMadrid-js4io
    @RealMadrid-js4io 10 месяцев назад

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

  • @prasadsonawane1121
    @prasadsonawane1121 11 месяцев назад

    sir where is the aws_cloudtrail file

  • @VincentCourtois-n3f
    @VincentCourtois-n3f 11 месяцев назад

    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 Год назад

    could you please provide link to dataset?

  • @ZerodhaArnapurna
    @ZerodhaArnapurna Год назад

    Can you share those query in text?

  • @BrayanRodriguez-mw7iw
    @BrayanRodriguez-mw7iw Год назад

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

  • @itishreepradhan4635
    @itishreepradhan4635 Год назад

    What we have to do if we got violation warning?

  • @Israelxox
    @Israelxox Год назад

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

  • @sulavadhikari3253
    @sulavadhikari3253 Год назад

    How can i download this data ?

  • @BrayanRodriguez-mw7iw
    @BrayanRodriguez-mw7iw Год назад

    loving splunk admin videos

  • @softwaredevelopment2800
    @softwaredevelopment2800 Год назад

    how to add indexers?

  • @DemonHand-BuddhaHeart
    @DemonHand-BuddhaHeart Год назад

    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.

    • @newfaith912
      @newfaith912 10 дней назад

      Google splunk tutorial data. If you cant help yourself no one can. That is how you get good. Gl

  • @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 RUclips 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 2 года назад

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

  • @dorlugasigal
    @dorlugasigal 2 года назад

    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 2 года назад

    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 2 года назад

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

    • @GalaxyGyan
      @GalaxyGyan 2 года назад

      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 2 года назад

    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 2 года назад

    thanks, you're a legend.

    • @ogbeisibor3193
      @ogbeisibor3193 2 года назад

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

  • @abhijitdash8084
    @abhijitdash8084 2 года назад

    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 2 года назад

    You're amazing man keep going 🙏

  • @valbregas
    @valbregas 2 года назад

    Here to learn

  • @raovrmsf
    @raovrmsf 2 года назад

    Not working AWS stuff...