[PR #302] [CLOSED] Add Tencent Cloud Log Service plugin #794

Closed
opened 2026-02-22 17:38:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/302
Author: @aurora698
Created: 4/9/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • da0dd94 Add Tencent Cloud Log Service plugin
  • 425afa3 Revert "Add Tencent Cloud Log Service plugin"
  • 7ab964a Reapply "Add Tencent Cloud Log Service plugin"

📊 Changes

14 files changed (+929 additions, -0 deletions)

View changed files

aurora698/tencentcloud_cls/.difyignore (+178 -0)
aurora698/tencentcloud_cls/.gitignore (+171 -0)
aurora698/tencentcloud_cls/GUIDE.md (+117 -0)
aurora698/tencentcloud_cls/PRIVACY.md (+61 -0)
aurora698/tencentcloud_cls/README.md (+47 -0)
aurora698/tencentcloud_cls/_assets/icon.svg (+18 -0)
aurora698/tencentcloud_cls/main.py (+6 -0)
aurora698/tencentcloud_cls/manifest.yaml (+42 -0)
aurora698/tencentcloud_cls/provider/tencent_cls.py (+42 -0)
aurora698/tencentcloud_cls/provider/tencent_cls.yaml (+68 -0)
aurora698/tencentcloud_cls/requirements.txt (+3 -0)
aurora698/tencentcloud_cls/tencentcloud_cls.difypkg (+0 -0)
aurora698/tencentcloud_cls/tools/cls_log_search.py (+81 -0)
aurora698/tencentcloud_cls/tools/cls_log_search.yaml (+95 -0)

📄 Description

Plugin Submission Form

1. Submission Type

  • New plugin submission
  • Version update for existing plugin

2. Description

This plugin supports querying logs from Tencent Cloud Log Service.

3. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

4. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details

5. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

No user personal data was collected.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/302 **Author:** [@aurora698](https://github.com/aurora698) **Created:** 4/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`da0dd94`](https://github.com/langgenius/dify-plugins/commit/da0dd94a87973e13e69320a8fc78c7aead9fc411) Add Tencent Cloud Log Service plugin - [`425afa3`](https://github.com/langgenius/dify-plugins/commit/425afa39c56394029746b3b55e8ff99b59b82d91) Revert "Add Tencent Cloud Log Service plugin" - [`7ab964a`](https://github.com/langgenius/dify-plugins/commit/7ab964ab962d6ed5aff7b797e5647a0433c11c6a) Reapply "Add Tencent Cloud Log Service plugin" ### 📊 Changes **14 files changed** (+929 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `aurora698/tencentcloud_cls/.difyignore` (+178 -0) ➕ `aurora698/tencentcloud_cls/.gitignore` (+171 -0) ➕ `aurora698/tencentcloud_cls/GUIDE.md` (+117 -0) ➕ `aurora698/tencentcloud_cls/PRIVACY.md` (+61 -0) ➕ `aurora698/tencentcloud_cls/README.md` (+47 -0) ➕ `aurora698/tencentcloud_cls/_assets/icon.svg` (+18 -0) ➕ `aurora698/tencentcloud_cls/main.py` (+6 -0) ➕ `aurora698/tencentcloud_cls/manifest.yaml` (+42 -0) ➕ `aurora698/tencentcloud_cls/provider/tencent_cls.py` (+42 -0) ➕ `aurora698/tencentcloud_cls/provider/tencent_cls.yaml` (+68 -0) ➕ `aurora698/tencentcloud_cls/requirements.txt` (+3 -0) ➕ `aurora698/tencentcloud_cls/tencentcloud_cls.difypkg` (+0 -0) ➕ `aurora698/tencentcloud_cls/tools/cls_log_search.py` (+81 -0) ➕ `aurora698/tencentcloud_cls/tools/cls_log_search.yaml` (+95 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Submission Type - [X] New plugin submission - [ ] Version update for existing plugin ## 2. Description This plugin supports querying logs from Tencent Cloud Log Service. ## 3. Checklist - [X] I have read and followed the Publish to Dify Marketplace guidelines - [X] I have read and comply with the Plugin Developer Agreement - [X] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [X] I confirm my plugin has been thoroughly tested for completeness and functionality - [X] My plugin brings new value to Dify ## 4. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [X] Step-by-step setup instructions - [X] Detailed usage instructions - [X] All required APIs and credentials are clearly listed - [X] Connection requirements and configuration details ## 5. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection No user personal data was collected. ### Privacy Policy - [X] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:38:53 -05:00
yindo closed this issue 2026-02-22 17:38:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#794