Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:52 +08:00
commit 5e822e4e98
14 changed files with 1144 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Scripts
Bundled resources for log-aggregation-setup skill
- [ ] setup_elk.sh: Automates the deployment and configuration of the ELK stack (Elasticsearch, Logstash, Kibana).
- [ ] setup_loki.sh: Automates the deployment and configuration of Loki.
- [ ] setup_splunk.sh: Automates the deployment and configuration of Splunk.
- [ ] configure_logging.py: A Python script to configure logging in various application frameworks (e.g., Flask, Django).
- [ ] validate_config.py: Validates the generated configuration files for ELK, Loki, and Splunk.
- [ ] teardown_elk.sh: Script to safely remove the ELK stack.
- [ ] teardown_loki.sh: Script to safely remove Loki.
- [ ] teardown_splunk.sh: Script to safely remove Splunk.