06. Elastic Stack || Beats Installation and Configuration

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • www.elastic.co...

Komentáře • 19

  • @domenicotanzarella376

    great demo, thanks!

  • @ryouko2971
    @ryouko2971 Před 3 lety +1

    Hi,
    I installed, configured ElasticSearch and Kibana (servers are running fine) but when I tried running FileBeats, the data is not sent to the Kibana dashboard. There seems to be no issue with filebeat or kibana in the terminal apart from the upgrade license error and the encryption key for kibana. My laptop's specs: 4GB ram with Windows 8.1
    What should I do? Why isn't the Filebeat data being sent to the kibana dashboard?

    • @BitsByteHard
      @BitsByteHard  Před 3 lety +1

      check the filebeats logs. for study purpose nowadays recommended is minimum 16GB of ram with a minimum of 4 real cpu cores or HT 8 virtual ones

    • @ryouko2971
      @ryouko2971 Před 3 lety

      @@BitsByteHard I switched from filebeat to metricbeat, it works now. How do I send data via Python to the metric beat kibana dashboard example sending data such as whether if my machine is up and running or down? Is there a library that connects python to metricbeat?

    • @BitsByteHard
      @BitsByteHard  Před 3 lety

      @@ryouko2971 if you manage to make it work please let me know

  • @SuperChelseaSW6
    @SuperChelseaSW6 Před 4 lety

    Nice vids. Show us how to monitor pfsense snort logs in grafana dashboard. Thanks!

  • @SilkRoaderExTreMe
    @SilkRoaderExTreMe Před 4 lety

    Thanks for the videos, you've helped a great deal. Currently looking into implementing GrayLog and have been comparing the 2 solutions. Can I ask what ssh program you use?

    • @BitsByteHard
      @BitsByteHard  Před 4 lety

      most of the times secureCRT, but from time to time i'm using mobaexpert too as it had more features than secureCRT

    • @asherhector7405
      @asherhector7405 Před 3 lety

      pro trick : watch series at flixzone. I've been using it for watching a lot of movies lately.

    • @nolandrake4261
      @nolandrake4261 Před 3 lety

      @Asher Hector definitely, I have been watching on flixzone} for since november myself :)

    • @trevorjoel2150
      @trevorjoel2150 Před 3 lety

      @Asher Hector Yea, I have been using Flixzone} for since november myself :)

    • @derekrodney5744
      @derekrodney5744 Před 3 lety

      @Asher Hector definitely, been using flixzone} for years myself =)

  • @AmanKumar-vq9eh
    @AmanKumar-vq9eh Před 2 lety

    Is logstash not required here if we want to deploy in a small organization?

  • @citeyes
    @citeyes Před 3 lety

    Do you have any guidance about setting up beats with ssl using 2 Different vm ? One with kibana+elastic and one with beats that sends the data to the first one. I’m having issues to connect because of a certificate error

    • @BitsByteHard
      @BitsByteHard  Před 3 lety

      unfortunately i didn't had time to do that, but you can find some info on the kibana documentation

  • @SuperChelseaSW6
    @SuperChelseaSW6 Před 4 lety

    How to we fix the yellow status in elasticsearch indices?

    • @BitsByteHard
      @BitsByteHard  Před 4 lety

      by default on elastic stack, elasticsearch has a default replica of 1, and if you have a elasticsearch node, you have only replica 0.
      to fix this either you manually turn off replica 1 or you add another elasticsearch node, and the data will be replicated.