vcf-loginsight-sddc-errors

Extract recent critical SDDC Manager and vCenter error logs from Aria Operations for Logs to assist with VCF troubleshooting.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vcf-loginsight-sddc-errors" with this command: npx skills add kasture-rohit/vcf-loginsight-sddc-errors

Query VCF Critical Errors

When the user asks to find recent errors, investigate failures, or troubleshoot SDDC Manager workflows, follow these steps:

  1. Verify Credentials: Ensure LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN are available in the environment.
  2. Query Recent Errors: Use the exec tool to run the following command. This queries the Log Insight API for recent log entries containing the keyword "error" specifically originating from SDDC Manager or related VCF components:
    curl -s -k -X GET "https://$LOGINSIGHT_HOST/api/v1/events?keyword=error&limit=10" \
      -H "Authorization: Bearer $LOGINSIGHT_API_TOKEN" \
      -H "Accept: application/json" | jq '.events[]? | {timestamp, source, text}'
    
  3. Format and Analyze Output: * Parse the returned JSON payload.
    • Present the logs to the user in a clean, readable format (e.g., bulleted list or table) showing the Timestamp, Source, and the exact Error Text.
    • Provide a brief, logical assessment of what might be failing in the VCF environment based on the context of the error messages. If no errors are found, let the user know the recent workflows appear clean.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

VCF Log Insight Health Check

Check the health, uptime, and node status of Aria Operations for Logs (Log Insight) in a VCF environment.

Registry SourceRecently Updated
1080Profile unavailable
Coding

VCF Log Explorer (MCP)

An MCP server that provides native tools to dynamically search VMware Aria Operations for Logs (Log Insight).

Registry SourceRecently Updated
1050Profile unavailable
General

VCF Green IT & Carbon Footprint

An MCP server that interfaces with VMware Aria Operations to extract Green IT metrics, carbon footprint data, and the organizational Green Score for ESG repo...

Registry SourceRecently Updated
1100Profile unavailable
Security

VCF Regulatory Compliance

An MCP server that interfaces with VMware Aria Operations to run regulatory compliance checks (ISO 27001, PCI DSS, CIS, etc.) against the VCF environment.

Registry SourceRecently Updated
940Profile unavailable