Document toolboxDocument toolbox

cloud.vmware_tanzu

Introduction

The tags beginning with cloud.vmware_tanzu identify events generated by VMware Tanzu.

Tag structure

The full tag must have 4 levels. The first two are fixed as cloud.vmware_tanzu. The third level identifies the type of events sent, and the fourth level indicates the event subtype.

Technology

Brand

Type

Subtype

cloud

vmware_tanzu

opsmanager

audit

Therefore, the valid tags and tables include:

  • cloud.vmware_tanzu.opsmanager.audit

How is the data sent to Devo?

You can forward logs generated by Company using any Syslog drain (for example, Syslog-ng). Learn more about how to send VMware Tanzu logs and their structure here.

Log samples

The following are sample logs sent to each of the cloud.vmware_tanzu tags. Also, find how the information will be parsed in your data table under each sample log.

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

cloud.vmware_tanzu.opsmanager.audit

2021-04-06 17:19:43.655 localhost=127.0.0.1 cloud.vmware_tanzu.opsmanager.audit: {"timestamp": "2021-04-06T03:51:48.721+00:00", "component": "Tanzu Ops Manager 2.10.8-build.168", "component_scheme": "https", "component_host": "opsmanager.use.sandbox.pcf.manulife.com", "component_port": 443, "result": 200, "target": "/api/v0/installations/8133", "event_type": "GET", "origination": "127.0.0.1", "forwarded_for": "10.237.195.211", "user_identification": "opsman-pa", "uaa_authentication_mechanism": "client_authenticated", "request_body": {}}

And this is how the logs would be parsed:

Field

Value

Type

Extra fields

hostchain

localhost=127.0.0.1

str

✓

hostname

localhost

str


tag

cloud.vmware_tanzu.opsmanager.audit

str

✓

timestamp

2021-04-06T03:51:48.721+00:00

str


component

Tanzu Ops Manager 2.10.8-build.168

str


component_scheme

https

str


component_host

opsmanager.use.sandbox.pcf.manulife.com

str


component_port

443

int


result

200

int


target

/api/v0/installations/8133

str


event_type

GET

str


origination

127.0.0.1

ip


forwarded_for

10.237.195.211

ip


user_identification

opsman-pa

str


uaa_authentication_mechanism

client_authenticated

str


request_body

{}

str


rawMessage

{"timestamp": "2021-04-06T03:51:48.721+00:00", "component": "Tanzu Ops Manager 2.10.8-build.168", "component_scheme": "https", "component_host": "opsmanager.use.sandbox.pcf.manulife.com", "component_port": 443, "result": 200, "target": "/api/v0/installations/8133", "event_type": "GET", "origination": "127.0.0.1", "forwarded_for": "10.237.195.211", "user_identification": "opsman-pa", "uaa_authentication_mechanism": "client_authenticated", "request_body": {}}

str

✓

raw

2021-04-06 17:19:43.655 localhost=127.0.0.1 cloud.vmware_tanzu.opsmanager.audit: {"timestamp": "2021-04-06T03:51:48.721+00:00", "component": "Tanzu Ops Manager 2.10.8-build.168", "component_scheme": "https", "component_host": "opsmanager.use.sandbox.pcf.manulife.com", "component_port": 443, "result": 200, "target": "/api/v0/installations/8133", "event_type": "GET", "origination": "127.0.0.1", "forwarded_for": "10.237.195.211", "user_identification": "opsman-pa", "uaa_authentication_mechanism": "client_authenticated", "request_body": {}}

str

✓