plugins marketplace
← All plugins

log-aggregation-setup

v1.26.0

Set up log aggregation (ELK, Loki, Splunk)

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/log-aggregation-setup/ inside the repository.

Layout

plugins/devops/log-aggregation-setup/
├── .claude-plugin/plugin.json
└── skills/setting-up-log-aggregation/SKILL.md

Skills1

setting-up-log-aggregationskills/setting-up-log-aggregation/SKILL.md

Execute use when setting up log aggregation solutions using ELK, Loki, or Splunk. Trigger with phrases like "setup log aggregation", "deploy ELK stack", "configure Loki", or "install Splunk". Generates production-ready configurations for data ingestion, processing, storage, and visualization with proper security and scalability.

Manifests1

plugins/devops/log-aggregation-setup/.claude-plugin/plugin.json
{
  "name": "log-aggregation-setup",
  "version": "1.26.0",
  "description": "Set up log aggregation (ELK, Loki, Splunk)",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "logging",
    "elk",
    "loki",
    "splunk",
    "observability",
    "devops",
    "agent-skills"
  ]
}