- Видео 73
- Просмотров 253 926
Evermight Systems
Канада
Добавлен 8 янв 2018
We are a software development team based in Canada. We enjoy making instructional video to support our clients in the technology sector.
If you need our assistance, you can contact us through our website at evermight.com
If you need our assistance, you can contact us through our website at evermight.com
Nginx Reverse Proxy with Let's Encrypt
In this video we show how you can use Nginx as a reverse proxy.
The code can be found in this github repo: github.com/evermight/nginx-reverse-proxy
For Docker version see this video: ruclips.net/video/CINu9NIpniw/видео.html
For Docker and Elasticsearch Cluster version see this video: ruclips.net/video/2oIr5NdYY18/видео.html
Let's Encrypt on Ubuntu: ruclips.net/video/Kk9kuf6D8so/видео.html
Table of Contents:
00:00 Introduction
02:15 Install and Demo
The code can be found in this github repo: github.com/evermight/nginx-reverse-proxy
For Docker version see this video: ruclips.net/video/CINu9NIpniw/видео.html
For Docker and Elasticsearch Cluster version see this video: ruclips.net/video/2oIr5NdYY18/видео.html
Let's Encrypt on Ubuntu: ruclips.net/video/Kk9kuf6D8so/видео.html
Table of Contents:
00:00 Introduction
02:15 Install and Demo
Просмотров: 335
Видео
Elasticsearch Cluster + Docker
Просмотров 6612 месяца назад
In this video, we show how you can use Docker Compose to set up an #elasticsearch cluster. Prior to watching this video, you should have a good understanding of how Elastisearch Clusters work, and you should have a good understanding of how to use Docker to set up a single node Elasticsearch instance. Here are the two videos that explain this: // Elasticsearch Cluster ruclips.net/video/TfhcJXdN...
Members: Miscellaneous Videos
Просмотров 762 месяца назад
Keep eye out for the Members Playlist! ruclips.net/video/2vkqm6I2ppw/видео.html&pp=gAQBiAQB
Encryption - Symmetric vs. Asymmetric - PKI Episode 3
Просмотров 933 месяца назад
This is Episode 3 on our Public Key Infrastructure series. This episode, we explain Symmetric Encryption and Asymmetric Encryption. Entire playlist available here: ruclips.net/video/kL-0dnmAc80/видео.html&pp=gAQBiAQB Table of Contents: 00:00 - Introduction 01:25 - Caesar's Cipher 05:00 - Math Example - Symmetric Encryption 07:00 - OpenSSL Example - Symmetric Encryption 10:41 - Visual Example - ...
Elasticsearch 8.x - Index Lifecycle Management - Data Streams - Part 4
Просмотров 3943 месяца назад
In this video, we will see how Data Streams further simplifies everything we've done in the first 3 videos. All notes found here: github.com/evermight/elastic-ilm/blob/master/part4/readme.md ILM Playlist: ruclips.net/p/PLPatHYWw1RVsZjrBbP0bGMteyGK2Vf6HB Table of Contents: 00:00 - Explain Data Streams 06:06 - Setup ILM Policy 07:00 - Setup Index Template 09:25 - Watch the phase transitions
Elasticsearch 8.x - Index Lifecycle Management - Migrate Hot Warm Cold - Part 3
Просмотров 2053 месяца назад
In this video, we explore Data Roles and Data Tiers for Hot Warm Cold architecture in Elasticsearch. Data Tiers were formalized in Elasticsearch 7.10 so that you do not have to depend on attributes for shard allocation in a Hot Warm Cold procedure. All notes found here: github.com/evermight/elastic-ilm/blob/master/part3/readme.md ILM Playlist: ruclips.net/p/PLPatHYWw1RVsZjrBbP0bGMteyGK2Vf6HB Ta...
Elasticsearch 8.x - Index Lifecycle Management - Allocate Hot Warm Cold - Part 2
Просмотров 3173 месяца назад
In this video, we will automate everything we did in the previous video by creating and using an Index Lifecycle Management policy to manage our Hot Warm Cold architecture. All notes found here: github.com/evermight/elastic-ilm/blob/master/part2/readme.md ILM Playlist: ruclips.net/p/PLPatHYWw1RVsZjrBbP0bGMteyGK2Vf6HB Table of Contents: 00:00 - ILM Policy (Hot Warm Cold) 08:40 - Index Template &...
Elasticsearch 8.x - Index Lifecycle Management - Shard Allocation - Part 1
Просмотров 5393 месяца назад
In this video, we demonstrate how you can manually allocate shards of an index to a node of your choosing within an elasticsearch cluster. We also show how index alias can make things easier for the "roll over" process. All notes found here: github.com/evermight/elastic-ilm/blob/master/part1/readme.md Playlist for ILM: ruclips.net/p/PLPatHYWw1RVsZjrBbP0bGMteyGK2Vf6HB Table of Content: 00:00 - I...
ARP Poisoning & DNS Poisoning - PKI Episode 2
Просмотров 3704 месяца назад
This is Episode 2 on our Public Key Infrastructure series. We explained some definitions and fundamental concepts in the last episode: ruclips.net/video/kL-0dnmAc80/видео.html This episode, we demonstrate specific steps to perform a MITM attack with ARP Poisoning and DNS Poisoning. Entire playlist available here: ruclips.net/video/kL-0dnmAc80/видео.html&pp=gAQBiAQB
Man In The Middle Attack - PKI Episode 1
Просмотров 2144 месяца назад
This is Episode 1 on our Public Key Infrastructure series. We start by explaining what a Man In The Middle Attack is. If you already understand what MITM is at a high level, go straight to Episode 2 where we demonstrate how to perform a MITM using ARP Poisoning and DNS Poisoning. Entire playlist available here: ruclips.net/video/kL-0dnmAc80/видео.html&pp=gAQBiAQB
Episode 8: Elasticsearch 8.x + Logstash Email Alerts: SIEM for WordPress
Просмотров 3967 месяцев назад
Github: github.com/evermight/elk-wordpress-siem Playlist: ruclips.net/p/PLPatHYWw1RVvMPYZCMVDn0_ivzU8vkhgw Written Summary: tutorial.evermight.com/wordpress/elasticsearch-siem/
Episode 7: Elasticsearch 8.x + Detection Engine Rules: SIEM for WordPress
Просмотров 2247 месяцев назад
Github: github.com/evermight/elk-wordpress-siem Playlist: ruclips.net/p/PLPatHYWw1RVvMPYZCMVDn0_ivzU8vkhgw Written Summary: tutorial.evermight.com/wordpress/elasticsearch-siem/
Episode 6: Elasticsearch 8.x + Fail2ban: SIEM for WordPress
Просмотров 1177 месяцев назад
Github: github.com/evermight/elk-wordpress-siem Playlist: ruclips.net/p/PLPatHYWw1RVvMPYZCMVDn0_ivzU8vkhgw Written Summary: tutorial.evermight.com/wordpress/elasticsearch-siem/
Episode 5: Elasticsearch 8.x + Clam AntiVirus: SIEM for WordPress
Просмотров 1277 месяцев назад
Episode 5: Elasticsearch 8.x Clam AntiVirus: SIEM for WordPress
Episode 4: Elasticsearch 8.x + Heartbeat: SIEM for WordPress
Просмотров 1117 месяцев назад
Episode 4: Elasticsearch 8.x Heartbeat: SIEM for WordPress
Episode 3: Elasticsearch 8.x + Outdated WP Plugins: SIEM for WordPress
Просмотров 937 месяцев назад
Episode 3: Elasticsearch 8.x Outdated WP Plugins: SIEM for WordPress
Episode 2: Elasticsearch 8.x + Beats: SIEM for WordPress
Просмотров 1907 месяцев назад
Episode 2: Elasticsearch 8.x Beats: SIEM for WordPress
Episode 1: Elasticsearch 8.x + WordPress Installation
Просмотров 3567 месяцев назад
Episode 1: Elasticsearch 8.x WordPress Installation
Elasticsearch 8.x + WordPress + SIEM: Demonstration
Просмотров 8708 месяцев назад
Elasticsearch 8.x WordPress SIEM: Demonstration
DMARC Report Visualizer with Elasticsearch: Explanation
Просмотров 1,3 тыс.10 месяцев назад
DMARC Report Visualizer with Elasticsearch: Explanation
DMARC Report Visualizer with Elasticsearch: Demonstration
Просмотров 2,6 тыс.10 месяцев назад
DMARC Report Visualizer with Elasticsearch: Demonstration
Elasticsearch + Docker Compose: More Elastic Agents + Integrations
Просмотров 1,5 тыс.10 месяцев назад
Elasticsearch Docker Compose: More Elastic Agents Integrations
Elasticsearch 8.x: Fleet Server + Logstash Output
Просмотров 2,5 тыс.11 месяцев назад
Elasticsearch 8.x: Fleet Server Logstash Output
Elasticsearch + Docker Compose: Use Keystore - Explanation
Просмотров 49611 месяцев назад
Elasticsearch Docker Compose: Use Keystore - Explanation
Elasticsearch + Docker Compose : Use Keystore - Demonstration
Просмотров 79911 месяцев назад
Elasticsearch Docker Compose : Use Keystore - Demonstration
Elasticsearch + Docker Compose: Part 1 & 2 - Full Explanation
Просмотров 10 тыс.11 месяцев назад
Elasticsearch Docker Compose: Part 1 & 2 - Full Explanation
Elasticsearch + Docker Compose: Part 2 - Elastic Agent, Fleet Server, APM
Просмотров 6 тыс.Год назад
Elasticsearch Docker Compose: Part 2 - Elastic Agent, Fleet Server, APM
Elasticsearch + Docker Compose: Part 1 - Elasticsearch, Kibana, Beats, Logstash
Просмотров 7 тыс.Год назад
Elasticsearch Docker Compose: Part 1 - Elasticsearch, Kibana, Beats, Logstash
Fleet Server & Elastic Agent: Fix Certificate Authority
Просмотров 4,6 тыс.Год назад
Fleet Server & Elastic Agent: Fix Certificate Authority
Certificate Authority, Self Signed Certificate, SEC_ERROR_UNKNOWN_ISSUER
Просмотров 1,8 тыс.Год назад
Certificate Authority, Self Signed Certificate, SEC_ERROR_UNKNOWN_ISSUER
thanks brother
I ran into the problem with staring elastisearch. The error from logs: "bind address: {::} is wildcard, but multiple addresses specified: this makes no sense" The problem was my DNS server which was resolving dns name to both IPv4 and IPv6 (which was ::). Disabling IPv6 on DNS server solved the problem.
why put replication to 0 ? what is real explanation with cluster if no replication if the node1 down then the data index on node1 will disappear ? due to no replication because all data index node1 only availlable in the node1
Thanks for your message. I put 0 because then I can focus on discussing the hot warm cold cycle. I can produce a other video series on replica sets in the future
why the replica is 0 ? nothing replicate index, cluster mean data replicate accors the nodes ?
Thanks for your message. I put 0 because then I can focus on discussing the hot warm cold cycle. I can produce a other video series on replica sets in the future
@evermightsystems thank you
lifesaver
Which cmd u typing after vi install .sh
Very helpful. Thanks for the video.
Spent the last two days going through guides and videos none of them worked until I came across yours thank you so much this was frustrating to try and configure
I had a problem. I followed all your steps exactly and on Linux it worked without any problems! However, when I tried to install on Windows, I had a problem with it saying: "Cannot index event (status=400): dropping event! Look at the event log to view the event and cause.","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"windows/metrics-default","type":"windows/metrics"} I tried to reconfigure and reinstall several times, but the error remains the same. I'm really enjoying your videos
update on the problem, I discovered that the other one also gives a similar error "message":"Error fetching data for metricset nginx.stubstatus: error fetching status: HTTP error 404 in : 404 Not Found","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"n but I don't remember that during the installation we did previously we had to install any "metricbeat" I installed and configured it using this video ruclips.net/video/OYS0hzPDgp4/видео.html
I don't know if this is really the problem, but the truth is that it identifies it as "healthy" and doesn't pass any logs, the agent installation runs smoothly.I don't know if this is really the problem, but the truth is that it identifies it as "healthy" and doesn't pass any logs, the agent installation runs smoothly.
Thank you, tracing worked. I can't configure sending metrics from a C# application. The created metrics and .NET platforms do not arrive. Can you tell me what the reason is?
Thanks for your message, i haven't tried instrumenting a .net app yet. You can send us samples of your code via email and I'll let you know if i see anything obvious. You can contact us through website here: evermight.com/contact, then we can start exchanging emails
i got error ca when running test output command. can you see and guide me to fix it. thank you run: /usr/share/filebeat/bin/filebeat test output -c /etc/filebeat/filebeat.yml --path.data /var/lib/filebeat --path.home /usr/share/filebeat Error: TLS... security: server's certificate chain verification is enabled handshake... ERROR x509: certificate signed by unknown authority
Hi. I am installing elastic in docker but i get memory error on ubunto22. I have enough memory but i dont know what is the problem.
If you need assistance you can email us your error logs at evermight.com/contact
Can you also guide the logstash and filebeat part for this ssl connection?
This episode includes example of filebeat shipping data to elasticsearch when elasticsearch uses privately signed certificates: ruclips.net/video/_KEsnwFIhDw/видео.html&pp=gAQBiAQB Code available here: github.com/evermight/elk-wordpress-siem/tree/master/beats This episode shows logstash using elasticsearch input when elasticsearch has privately signed TLS ruclips.net/video/KpSxxa4JOGU/видео.html&pp=gAQBiAQB code available here: github.com/evermight/elk-wordpress-siem/tree/master/logstash This members video shows Filebeat, Kafka, Logstash, Elasticsearch all over privately signed tls certs: ruclips.net/video/2vkqm6I2ppw/видео.html
Hello and many thanks for your videos. I want to aks you if it's possible as we have already created those containers via docker-compose to our virtual machine, to transfer them (images) in Microsoft Azure via ACR repository and Azure volumes? Is there any change needed to make or any advise from your side your be highly appreciated.
Thanks for your message! I don't yet have enough experience to speak To azure and Microsoft environments. Apologies for that, but I hope your research goes well
@@evermightsystems I have tried it all the weekend without result due to an error regarding vm.max_map_count where Elasticsearch has min value 262144, and you cannot change it on Azure Container Instance or Azure Container Apps. Did you manage to install ELKF with Kubernetes?
@@STAM2302 I have a couple of DRAFT videos in my paid members area and they are: Kubernetes + Elastic Cluster with 3 nodes and kibana: ruclips.net/video/aCAjuoXd6rA/видео.html Kubernetes + Elastic + Kibana + APM: ruclips.net/video/iSk-3yG-WzY/видео.html These videos are draft because I don't do a "deep-dive" explanation. INstead, I do a demonstration / quickstart start walk-through, show the code I used, and give a link to download the code I used. Once I have time to fully kick the tires on these Kubernetes + Elastic, I will publish a free video along with the deep-dive explanation. These were done on Ubuntu 22.04, i didn't try it in a windows, microsoft or azure environment Maybe these can be helpful to you?
Nice video. It would be great if you could make another one to integrate Suricata with ELK to get more secure servers.
Added to our task list!
Can you please tell me when you can make it?
I think it would be at least several months away before we start this
Public Certs for Docker + Elastic Cluter: ruclips.net/p/PLPatHYWw1RVuRMxGhsZ-WkMl6zCZ8D0MO I often get asked about how to use Let's Encrypt (or any other publicly signed cert) certificates in a docker-compose project. Peope run into situations where one elastic node can't seem to communicate with another elastic node within a docker network when using publicly signed cert. This is my most recent answer to someone: ---- It is difficult to use "public certs" in a "private network". A docker network is a private network. Services in each of your docker container reference each other internally within the docker network via HOSTNAMES like es01, es02, es03 etc.. (whatever you declared for each service in your docker-compose file ). Public CAs like Let's Encrypt, Sectigo, etc.... verify the authenticity of a FULLY QUALIFIED DOMAIN NAME like es01.example.com, es02.example.com, es03.example.com. Public CAs don't have a practical way to verify docker host names, because docker host names are not managed by the DNS servers of every major Internet Service Provider in the world. If Let's Encrypt makes a TLS certificate for es01.example.com, you'd have to find a way to tell your docker containers to reference each other via FQDN and NOT HOSTNAMES, which is not a conventional way of doing things. This is why containerized systems and orchestration systems develop reverse proxies, load balancers and other tools to expose private services to the public external world: Ingress with K8, Traefik with Docker Swarm, Nginx with anything, Apache with anything etc.... So hopefully that clarifies why trying to use "public certs " in a "private network" (like a docker network) is not an easy thing to do. If you want to expose a private service to the public external world, it's common to add another layer of tech like a reverse proxy or load balancer etc... ---If anyone as more insight, please share!
Can you explain how a docker multinode elasticsearch configuration with Let's Encrypt would be configured. I am able to configure a self-signed configuration, but I cannot figure out how to configure the public signed certificates into the docker-compose file.
Maybe you're referring to using let's encrypt certificates with the transport protocol? If that is the case, we strongly discourage this approach. In our elastic search cluster video, we explain that CA root certificates are used for authentication. If you use a public CA, then your root ca certificate is well known to the entire world, which allows anyone and everyone to join your cluster like an open door. But if you still wish to use this approach we show how this is done in this paid membership video ruclips.net/video/X9R7ocI2mWs/видео.htmlsi=hi66u98KGItj994B This paid membership video does not use docker, but you can easily just bind mount your publicly signed certificates to the transport parameters in your docker compose file
@@evermightsystemsI am actually trying to use the Let’s Encrypt on the http and self signed on the transport. How do I configure the docker-compose file for this?
This original video on elastic cluster uses Let's Encrypt for HTTP and the original elastic autogenerated/self-signed p12 certs on transprot protocol: ruclips.net/video/TfhcJXdNSdI/видео.html (written summary here: elasticsearch.evermight.com/setup-elasticsearch-cluster/) Then in this playlist,: ruclips.net/p/PLPatHYWw1RVv7_AamUYTZMZ3iN-T7QBmY you should see 4 different videos on 4 completely different ways to create TLS certs for the transport protocol, of which 3 of them are self-signed/private CA and 1 of them is using Let's Encrypt. They all start with the title "Elasticsearch - Transport TLS" . So you can pick the self-signed approach most suitable to you. Note that in all the videos mention in this comment, they are NOT using docker. However, the properties I modified i nthe video are exactly the same properties you need to modify in exactly the same way in a docker-compose file. Hopefully that helps?
If you are still runnig into issues, you can email us the errors you're getting via our website evermight.com/contact
@@evermightsystems I watched both of these but for some reason I cannot get the docker-compose configured for a multi node configuration.
request grok for fortinet
OK added to task list, but might be a while before we can get to it!
It would have been nice to show us how to configure to point it to our site.
Thanks for your message! The process would be different depending on which web server you are using. For example, most of our other videos show how this is done for various parts of the ELK framework (kibana, elasticsearch, Logstash, fleet server, docker, etc...). And for web developers, they could be using Apache, nginx, nodejs express, go http, etc... So it depends on which application you are using
You're awesome! what a greatly detailed video with nice tone; Thank you.
very nice tutorial, thank you! helping me setup home data storage cluster!
how do with php/laravel in a docker or locally?
Alright, I have a DRAFT version of PHP + APM video here: ruclips.net/video/u0r23mng8wQ/видео.html . And I have a DRAFT version of Laravel + APM video here: ruclips.net/video/QHOTH7rZn40/видео.html. I feel I covered maybe 70% to 80% of what most PHP developers need to know. Once I figure out a few more minor details, I will publish a more thorough video series on PHP+Laravel+APM.
@@evermightsystems it seems members only. how to be a member? thank you for your support and wish you all the best creating new contents everyday.
There is a Join button on each video that will let you be a member. THere is a monthly fee, but you can cancel at any time. Or you can wait until I create the final version which I plan to release for free. But that might take at least a month because I have to finish a few other videos first as well as our other client project deadlines. Thanks!
@@evermightsystems thank man. appreciate your support
@@evermightsystems maybe i dont see the join button because the content is not for my region i guess.
awesome video. recently managed to setup es cluster in docker several several servers. the trick was to copying the cert key to all es docker instances. issue now kibana cant be accessible if one of the es is down. need some assist here
Glad to hear you made some progress. Regarding any of the es node being down, just double check you're not experiencing something related to the split brain effect. If any issues, you can schedule a call with us and we can figure it out together evermight.com/contact
Also please make an video about how to create a elasticsearch certificate in simole method.
Thanks for your message. Can you clarify...did you mean "simple method" instead of "simole method"? If so, I think the `elasticsearch-certutil` approach is the most simple, which is exactly what is used in the `setup` service of the docker-compose file.
Yes another god tier knowledge on Elasticsearch. Thanks for the video.
Thank you very much for your support!
I had to add restart: unless-stopped tty: true into the docker-compose.yml otherwise the containers didn't come back up up on reboot
Thank you for this content and the effort you invested into making it, you are doing wonderful job. Keep going!
I have installed Elk with Kibana and Filebeat all logs are coming in some dashboard are working fine but I need [Filebeat System] Sudo Commands dashboard data not showing how to fix this I need sudo cmd data there Can you help me achieve this
Thanks for your message preet, I don't recall if i experienced this issue, sorry unabel to assist with this at this point. But if you discover the solution, let us all know!
but also failed sudo command get logged towards auth.log, so amybe check there?
Thanks for the reply.. Your video is very useful. Okay I will check the elk documents and find the right answer.
I have one more question. How do I check user login history ?
would it be possible for it to get the data directly visa IMAP? I get over 5000 reports daily and downloading and putting them in the folder seems kinda hardcore :)
I think it could work. I have been wanting to try out the IMAP input plugin for Logstash as documented here: www.elastic.co/guide/en/logstash/current/plugins-inputs-imap.html . And maybe I might need a ruby filter as well to write some ruby code to target specific attachments. Just haven't gotten around to it yet. If you have success, let us know!
I love this channel. hope evermight system can be a benefit company
i want to see also alert status. how can i set it to index
ruclips.net/video/KpSxxa4JOGU/видео.htmlsi=9OyFwfgDb8-HTCq7 this episode from or WordPress SIEM with ELK series does a few demonstrations of this . We capture many types of alerts in an index , then we use Logstash to read the indices and relay the information to Email/STMP servers. Not sure if that's what you meant? If any other questions, send us an email via HTTPS://evermight.com/contact. RUclips doesn't notify us of new comments sometimes.
👍
this helped me set up a single node self hosted "cluster". Thanks! the certs are what my problem area was.
hello sir i am getting this issue when i click on fleet "Kibana cannot connect to the Elastic Package Registry, which provides Elastic Agent integrations Ensure the proxy server(opens in a new tab or window) or your own registry(opens in a new tab or window) is configured correctly, or try again later. " how can i resolve this issue ?
Thanks for your message. I have not encountered this error before. If you need to schedule a collaborative work session with us , you can do so through our website: evermight.com/contact
Amazing tutorial. You rock.
Thank you, one question, where do you change the JVM heap? it's set to 1.4 GB by default
I haven't done it before, but according to this documentation, for test purposes you can do this: www.elastic.co/guide/en/elasticsearch/reference/current/docker.html You just need to set envrionment variable ES_JAVA_OPTS in your docker compose with the appropriate parameters. For a production-like use case, you can follow these instructions: www.elastic.co/guide/en/elasticsearch/reference/current/advanced-configuration.html#set-jvm-options Meaning you bind mount the directory /usr/share/elasticsearch/config/jvm.options.d/ through tyour docker-compose settings. THen you can add any options to the jvm.options.d directory Hopefully that works! if you ned more assistance, just contact us through our website to schedule an online collaborative session evermight.com/contact
@@evermightsystems Sure, I added to the docker-compose.yml configuration below enviroments, but also you need to give more RAM to elasticsearch in the .env configuration also. Thanks!
when creating self signed for elastic which is running on docker, which ip or name have to define.
Use the docker service name of the container
how about we know that node2 or node1 or another node is the last master node ? if we notice after all node down or cluster down ?
I don't know the answer to this question! Normally you would have many nodes in a cluster so that when some our unavailable, you would have other master nodes take over. The only time when all nodes are unavailable is if you intentionally shutdwn the whole cluster, and in such an event, you would carefully take note of which were the last master nodes during your shutdown process.
Nice tutorial :D
This is great. Thank you Evermight!
Hello @evermightsystems I have configured Elasticsearch as per this tutorial. also configured Kibana. But kibana now wirking. kibana sayes "Kibana server is not ready yet." need help plz
You should look in the /var/logs/kibana/kibana.log file to see what the specific issue is. If you run into trouble, use the contact us form in our website to schedule a meeting with us and we'll try to fix
bro i dont know how to thanks to you lets have chat after you got 100k subscribers...:D #youhavelongjourney<3
excelente video lo entendí muy bien, te felicito por la dedicación y la preparación de los documento, seguí todos los pasos y salió OK
❤❤❤❤
Hello Sir, I get an error like this api/alerting/rules/_find": x509: certificate signed by unknown authority
Thanks for your message. You should check to see if you are referencing the CA cert correctly. If you need assistance you can schedule a call with us through our contact us page on our website evermight.com/contact
Hi great video! Just wanted to confirm, Filebeat creates the dataview with the correct index pattern for you automatically upon setup right?
It's been a while since I recorded this so I apologize if errors. As if today the /use/share/filebeat/bin/filebeat setup [...options...] Will set up your data views, data streams, dashboards etc.... every time your run the command, it will "reset" all those settings. So you should run it only once unless you are intent in resetting things!
@@evermightsystems ok, thank you! Do you know if there is a way to not setup the dashboards though? I tried the setting setup.dashboards.enabled: false but dashboards still seem to be loading in