Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LogInsight AnalyzerNew to Visual Studio Code? Get it now.
LogInsight Analyzer

LogInsight Analyzer

NguyenQuangMinh

|
2 installs
| (0) | Free
Essential development tools and utilities
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Log Insight Analyzer Extension

Advanced Log Insight analyzer for VS Code, providing comprehensive log analysis capabilities with MCP (Model Context Protocol) integration.

Installation & Setup Guide

Follow these simple steps to get started with Log Insight Analyzer:

1. Install the Extension

  • Open VS Code
  • Navigate to the Extensions marketplace
  • Search and install Log Insight Analyzer extension

2. Initialize MCP Components

  • Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to open Command Palette
  • Type and execute: Install MCP Log Insight Analyzer
  • This will download and configure all necessary components

3. Wait for Setup Completion

  • Allow the installation process to complete
  • You'll see progress notifications during setup
  • The process may take a few minutes depending on your system

4. Configure MCP Integration

Create the following directory structure and configuration file in your workspace:

Step 4.1: Create .vscode folder in your workspace root
Step 4.2: Create file ./.vscode/mcp.json with the following configuration:

{
	"servers": {
		"mcp-atlassian": {
			"command": "uvx",
			"args": [
				"--with",
				"pydantic<2.12.0",
				"mcp-atlassian"
			],
			"env": {
				"JIRA_URL": "http://jira.lge.com/issue",
				"JIRA_PERSONAL_TOKEN": "your_personal_token_here",
				"JIRA_USERNAME": "your_username_here",
				"CONFLUENCE_URL": "http://collab.lge.com/main",
				"CONFLUENCE_USERNAME": "your_username_here",
				"CONFLUENCE_PERSONAL_TOKEN": "your_personal_token_here"
			},
			"type": "stdio"
		},
		"loginsight-analyzer": {
			"type": "stdio",
			"command": "C:\\Program Files\\LGEProject\\log_insight_analyzer.exe",
			"env": {
				"lst_cids": "LSMF,UDS,PROG,IOLF",
				"lst_log_levels": "error,fatal,warning",
				"dataset": "LogAnalysis/dataset",
				"timezone": "7",
				"workspace_root": "."
			}
		}
	},
	"inputs": []
}

Configuration Parameters

Parameter Description Example Value
lst_cids Component IDs to filter "LSMF,UDS,PROG,IOLF"
lst_log_levels Log severity levels "error,fatal,warning"
dataset Dataset directory path "LogAnalysis/dataset"
timezone Timezone offset "7"
workspace_root Workspace root directory "."

Quick Start

  1. ✅ Install Log Insight Analyzer extension
  2. ✅ Run "Install MCP Log Insight Analyzer" command
  3. ✅ Create .vscode/mcp.json configuration
  4. ✅ Place your dataset files in the LogAnalysis/dataset directory
  5. 🚀 Start analyzing your logs!

How to use

Start using log analysis tool

We are provided 3 prompts for analysis ticket as below: List Prompts

1. /mcp.loginsight-analyzer.analyze-ticket-id:

  • Input: Ticket-ID
  • This prompt support user auto download all attachment from jira to /tickets/ticket-id, then analysis ticket and give summary for the user.

2. /mcp.loginsight-analyzer.fetch-all-my-open-tickets:

  • Input: None
  • Support auto fetch all open ticket of current user and breakdown task to /task/...

3. /mcp.loginsight-analyzer.fetch-open-tickets-of-user-with-project:

  • Input: user and project
  • Support read all ticket of user from that project and breakdown task to /task/...
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft