GitPedia

Cw logs insights gpt

Chrome extension that generates CloudWatch Logs Insights queries from ChatGPT prompts

From ljacobsson·Updated April 7, 2026·View on GitHub·

- Chrome extension that generates CloudWatch Logs Insights queries from ChatGPT prompts - Simply start typing inside double quotes (") and you'll see a 'Convert to query' button. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2023. Key topics include: aws-tools, chatgpt, chrome-extension, cloudwatch, cloudwatch-logs.

CloudWatch Logs Insights ChatGPT

Features

  • Chrome extension that generates CloudWatch Logs Insights queries from ChatGPT prompts
  • Simply start typing inside double quotes (") and you'll see a 'Convert to query' button.

Demo

Install

  • Go to OpenAI and create an API key
  • Clone this repo
  • Create file src/apiKey.js with the following content
  export const apiKey = '<your openai api key>';
  • run npm install && npm run build
  • Open chrome://extensions
  • Enable the "Developer mode" toggle
  • Click on the "Load unpacked" button
  • Select the folder <project_root>/build

This project was bootstrapped with Chrome Extension CLI

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from ljacobsson/cw-logs-insights-gpt via the GitHub API.Last fetched: 6/21/2026