Collecting VMware vCSA LOGs in Elasticsearch and Visualizing Them in Grafana

¡Come! Another one of logs please! This time we will see how to exploit the Logs of our beloved VMware vSphere environment, from the vCSA or vCenter Server Appliance we will redirect the logs to Logstash to be processed and stored in Elasticsearch, finally we will be able to visualize them in a more graphic way with Grafana. This way we will understand in real time what is happening or we will be able to have reports with the data of the last 24 hours, week, month… Fully customizable, free…

Enabling Fault Tolerance in VMware vSphere 6.5

If we want to provide full high availability to a virtual machine, we will enable Fault Tolerance or FT. With FT we will be able to allow a VM in the event of a failure of a host or the storage where it is executed to fall, Don't worry., since the VM is replicated to another host and another datastore. The magic of FT will cause us to only lose a single packet against the VM!

Using Host Profiles in vSphere 6.5

Moving on to vSphere Docs 6.5, today we will look at Host Profiles, We'll use them to try to keep our hosts' configuration as similar as possible! We will create a profile based on a model host, and then apply that profile to all hosts in the cluster, With this we will be able to check if all the hosts have the same configuration or if there is a different configuration or that we have forgotten to apply... We will see in this document how to create such a reference profile and we will display it!

Using Content Libraries in vSphere 6.5

Something interesting when we are interested in being a little tidy and we want to have a repository with our OVF images, ISO or virtual machine templates... are Content Libraries. Which are nothing more than spaces where we will leave said content and we can access it from anywhere, This way our entire department will always use the same images and we will avoid leaving traces through the datastores as we have been doing until now.