As is likely known to everyone, the integration between VMware Aria Operations and Aria Operations for Logs involves forwarding alarms generated in Aria Operations for Logs to Aria Operations. If the integration has also established the link between the origin of the log message that triggered the alarm and the object in Aria Operations, the …
Tag: vRLI
vRealize Log Insight and Direct Forwarding to Log Insight Cloud
Since the release of vRealize Log Insight 8.8, you can configure log forwarding from vRealize Log Insight to vRealize Log Insight Cloud without the need to deploy any additional Cloud Proxy. It is the Cloud Forwarding feature in Log Management, which makes it very easy to forward all or only selected log messages from your …
vRealize Log Insight Daily Disk Consumption – Quick Tip
Recently I was asked how to quickly estimate the vRealize Log Insight (vRLI) data usage per day and I have checked several, more or less obvious, approaches. Usually, this question comes up when a customer is either re-designing the vRLI cluster or migrating to the vRealize Log Insight Cloud instance. To answer that question we …
Quick Tip – Programmatically Update vRealize Log Insight Webhook Token
The Webhook feature in vRealize Log Insight is a great way to execute automation tasks, push elements in a RabbitMQ message queue or start any other REST operation. Many endpoints providing such REST methods require a token-based authentication, like the well-known Bearer Token. vRealize Automation is one example of such endpoints. It is pretty easy …
vCenter Events as vRealize Operations Alerts using vRealize Log Insight
As you probably know vRealize Operations provides several symptom definitions based on message events as part of the vCenter Solution content OOTB. You can see some of them in the next picture. These events are used in alert definitions to raise vReaalize Operations alarms any time one of those events is triggered in any of …
Energy Consumption Monitoring using SML Data and vRealize Log Insight
It all started with my last electricity bill. Shortly after I have recovered from the shock and made sure that I really do not have any aluminum smelter running in my basement, I decided, I need some kind of monitoring of my electric energy consumption. Insights into data is the first and probably most important step …
Parsing CSV Files using vRealize Log Insight
Last year I published a blog post focusing on the JSON parser available in vRealize Log Insight (https://thomas-kopton.de/vblog/?p=144) and I believe this could have been a beginning of a series – “vRLI Parsers “. In this post I will show how to configure and utilize the CSV parser using a very prominent and media-effective use …
vRLI JSON Parser and vRO Log Messages
Problem statement: In certain cases vRO workflow(s) are producing not very well structured log messages. “not well structured” means in this case that various workflow runs may generate log messages which could include variable information in terms of number of key:value pairs as well as the values themselves. For example we might have a workflow …
vRealize Log Insight Data Sets using custom filters
IMPORTANT NOTE: All log file examples are not real and exact PCF log files. Since I do not have a running PCF environment while writing this post, I have used some fake examples and modified them to meet my needs. Let’s consider following use case. You are responsible for operating a Pivotal Cloud Foundry (PCF) environment. …
How to backup and restore vRealize Log Insight master node configuration?
Even configured as a cluster vRealize Log Insight does not support high availability in terms of availability of data and availability of all functions and configuration data. What does it mean exactly? In a vRLI cluster there are basically two types of nodes: one master node up to 11 worker nodes (as for vRLI …